Fixed
Status Update
Comments
[Deleted User] <[Deleted User]> #2
would be useful!
sn...@gmail.com <sn...@gmail.com> #3
much needed
br...@google.com <br...@google.com> #4
I need to monitor active sheet because I have different side bar for every sheet. What I'm doing now is running a JavaScript from the client side every 1s (second) to call google.script.run.monitorTabChange();. This function reads current active sheet's name and compares it with a sheet name that had been saved in a PropertyService during the last call of google.script.run.monitorTabChange();.
The spreadsheet with this script helps me with creating Purchase Orders. It pulls data from Salesforce and Quickbooks and generates a PO. So for every PO for every customer I am duplicating the spreadsheet and of course the script. The problem that I am facing is running out of quota. I have generated tons of POs already and each of them runs (even if the spreadsheet is not opened - I tested it) the 'monitorTabChange' function, which calls PropertyService. I have 100 000 quota for PropertyService calls. And I'm running out of it pretty quickly now.
The trigger 'OnSheetChange' would then save me (probably many others too) from this issue. At the same time it would saved Google tons of execution overhead (that could be significant if lots of people use the solution I do to track the sheet change).
Thanks!
The spreadsheet with this script helps me with creating Purchase Orders. It pulls data from Salesforce and Quickbooks and generates a PO. So for every PO for every customer I am duplicating the spreadsheet and of course the script. The problem that I am facing is running out of quota. I have generated tons of POs already and each of them runs (even if the spreadsheet is not opened - I tested it) the 'monitorTabChange' function, which calls PropertyService. I have 100 000 quota for PropertyService calls. And I'm running out of it pretty quickly now.
The trigger 'OnSheetChange' would then save me (probably many others too) from this issue. At the same time it would saved Google tons of execution overhead (that could be significant if lots of people use the solution I do to track the sheet change).
Thanks!
[Deleted User] <[Deleted User]> #5
will really appreciate this feature :)
[Deleted User] <[Deleted User]> #6
I'd like an onSwitchSheets event trigger with the following information available:
The sheet I'm switching from, active cell I'm switching from, active row I'm switching from, active col I'm switching from etc.
The sheet I'm switching to with ability to:
- land in a specific cell
- modify the contents of a cell or range of cells in the switch to sheet
- initiate a re-calculate in the target sheet after changes have been made.
Even better... onPreSwitch, onSwitch, onPostSwitch
Excessive code is required to implement the functionality I'm chasing without these hooks.
The sheet I'm switching from, active cell I'm switching from, active row I'm switching from, active col I'm switching from etc.
The sheet I'm switching to with ability to:
- land in a specific cell
- modify the contents of a cell or range of cells in the switch to sheet
- initiate a re-calculate in the target sheet after changes have been made.
Even better... onPreSwitch, onSwitch, onPostSwitch
Excessive code is required to implement the functionality I'm chasing without these hooks.
br...@google.com <br...@google.com> #7
Any news from Google team?
i Would like to re-hide hidden sheets when user leaves it
i Would like to re-hide hidden sheets when user leaves it
jo...@gmail.com <jo...@gmail.com> #8
Hey Google,
This feature is highly in need for us. Can you please respond?
This feature is highly in need for us. Can you please respond?
jo...@gmail.com <jo...@gmail.com> #9
This trigger would also be useful for the code I'm working on.
co...@gmail.com <co...@gmail.com> #10
very mandatory
[Deleted User] <[Deleted User]> #11
Needed!
up...@myport.ac.uk <up...@myport.ac.uk> #12
would be greatly apreciated
pa...@paulhimes.com <pa...@paulhimes.com> #13
I need something like this too
[Deleted User] <[Deleted User]> #14
Yes please - I have a goto last row but it only runs on open; would be great to run on every tab/sheet change
[Deleted User] <[Deleted User]> #15
Come on... I was happy to see the way Google implemented apps vs MS vba and decided to convert several off my office documents to google sheets, but there is no way this is going to happen without support for this "onSheetChange" feature. It really makes me wonder how many other basic features are missing in sheets. It only took 10 min. of investigation to put sheets on hold....
ro...@gmail.com <ro...@gmail.com> #16
I have a sidebar that shows filters for the active sheet - when you change the sheet I need to reconfigure my sidebar.
At the moment I use a mouse-over event on my sidebar AND a timer function to constantly monitor the current sheet.
It would be so much better if there were a trigger on sheet change.
Thanks
At the moment I use a mouse-over event on my sidebar AND a timer function to constantly monitor the current sheet.
It would be so much better if there were a trigger on sheet change.
Thanks
br...@google.com <br...@google.com> #17
Really need this feature and it seems like something that would be very simple to implement. Knowing the current sheet is crucial for lots of operations and constantly checking that it hasn't changed seems very wasteful.
jo...@modeo.co <jo...@modeo.co> #18
Need this, too
[Deleted User] <[Deleted User]> #19
One and a half year, no update yet...
br...@google.com <br...@google.com> #20
Oh come on Google folks! Surely you can incorporate this! Soooooooooo many people want this and really need it!
pa...@paulhimes.com <pa...@paulhimes.com> #21
up
jo...@modeo.co <jo...@modeo.co> #22
+
pa...@paulhimes.com <pa...@paulhimes.com> #23
+
el...@gmail.com <el...@gmail.com> #24
Please Google team - this would be very helpful!!
mh...@gmail.com <mh...@gmail.com> #25
+
br...@google.com <br...@google.com> #26
+
mh...@gmail.com <mh...@gmail.com> #27
Hello? Can't believe this hasn't been added yet.
br...@google.com <br...@google.com> #28
Is this getting added ? Google team are you guys listening?
mi...@detroitlabs.com <mi...@detroitlabs.com> #29
I really need this trigger. Please add. Is anyone responding to this request?
br...@google.com <br...@google.com> #30
There is at least 1 workaround posted about that I know of if anyone is desperate. It's a bit pffft though based on a timer from memory. I'm not that desperate ...
ca...@gmail.com <ca...@gmail.com> #31
I haven't actually tried them & I know some voters here may even be the contributors but in case anyone is frazzled for a workaround & hasn't come across them, even if a bit hacky >>
https://stackoverflow.com/questions/38160116/trigger-when-user-switches-between-sheets
https://webapps.stackexchange.com/questions/91812/how-can-i-trigger-a-function-when-switching-sheets-within-a-spreadsheet
[Deleted User] <[Deleted User]> #32
+
[Deleted User] <[Deleted User]> #33
need it also
br...@google.com <br...@google.com> #34
+
mu...@triffort.com <mu...@triffort.com> #35
+
[Deleted User] <[Deleted User]> #36
Needed
br...@google.com <br...@google.com> #37
On change sheet would be very useful
cl...@gmail.com <cl...@gmail.com> #38
Really needed.
w....@gmail.com <w....@gmail.com> #39
Needed. I want to reset something as soon as a particular sheet is viewed.
Description
I'm not sure how many people version control their Pods using GitHub, but I thought it would be a good idea to create an issue anyway (feel free to close/delete).
What steps will reproduce the problem?
1. Install Google Maps iOS SDK via CocoaPods
2. Add Pods to git
3. Push to GitHub
Result:
remote: error: GH001: Large files detected. You may want to try Git Large File Storage -
remote: error: Trace: 3509bacf08db7e7c09ceb60d27baaac8
remote: error: See
remote: error: File Pods/GoogleMaps/Frameworks/GoogleMaps.framework/Versions/A/GoogleMaps is 113.56 MB; this exceeds GitHub's file size limit of 100.00 MB
Google Maps SDK for iOS version: 1.11.1
*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************