Obsolete
Status Update
Comments
di...@gmail.com <di...@gmail.com> #2
would be useful!
st...@gmail.com <st...@gmail.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!
ch...@gmail.com <ch...@gmail.com> #5
will really appreciate this feature :)
ch...@gmail.com <ch...@gmail.com> #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.
di...@gmail.com <di...@gmail.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
ch...@gmail.com <ch...@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?
am...@google.com <am...@google.com> #9
This trigger would also be useful for the code I'm working on.
st...@gmail.com <st...@gmail.com> #10
very mandatory
[Deleted User] <[Deleted User]> #11
Needed!
ms...@gmail.com <ms...@gmail.com> #12
would be greatly apreciated
[Deleted User] <[Deleted User]> #13
I need something like this too
na...@gmail.com <na...@gmail.com> #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
na...@gmail.com <na...@gmail.com> #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....
na...@gmail.com <na...@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
fr...@gmail.com <fr...@gmail.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.
su...@gmail.com <su...@gmail.com> #18
Need this, too
[Deleted User] <[Deleted User]> #19
One and a half year, no update yet...
am...@google.com <am...@google.com> #20
Oh come on Google folks! Surely you can incorporate this! Soooooooooo many people want this and really need it!
[Deleted User] <[Deleted User]> #21
up
am...@google.com <am...@google.com>
nt...@gmail.com <nt...@gmail.com> #22
+
[Deleted User] <[Deleted User]> #23
+
[Deleted User] <[Deleted User]> #24
Please Google team - this would be very helpful!!
[Deleted User] <[Deleted User]> #25
+
[Deleted User] <[Deleted User]> #26
+
[Deleted User] <[Deleted User]> #27
Hello? Can't believe this hasn't been added yet.
a....@gmail.com <a....@gmail.com> #28
Is this getting added ? Google team are you guys listening?
ho...@gmail.com <ho...@gmail.com> #29
I really need this trigger. Please add. Is anyone responding to this request?
[Deleted User] <[Deleted User]> #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 ...
ol...@gmail.com <ol...@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
ol...@gmail.com <ol...@gmail.com> #32
+
ol...@gmail.com <ol...@gmail.com> #33
need it also
th...@gmail.com <th...@gmail.com> #34
+
vv...@gmail.com <vv...@gmail.com> #35
+
Description
My project contains few files with databindings. When I try to compile the project with Gradle plugin v2.1.0-alpha5 it fails with the following error.
Execution failed for task ':app:compileStageL21DebugJavaWithJavac'.
java.lang.NoSuchMethodError: com.google.common.collect.FluentIterable.append(Ljava/lang/Iterable;)Lcom/google/common/collect/FluentIterable;
Could provide any additional information if needed.