Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

sheet level trigger is not working

Hi Folks,

I created a sheet with 2 text objects, when i click a particular object. It will redirected to another sheet. I applied a trigger to show only latest year's data only. By selecting multiple years, by mistake i saved a file with diff year. Now i am trying to view the data, its not showing latest years data.

I am not sure, where i did the mistake. Can someone help..

Sub2u

1 Solution

Accepted Solutions
Not applicable
Author

Thank You, Its working fine now

View solution in original post

8 Replies
vishsaggi
Champion III
Champion III

Can you share a sample app if possible please ??

Not applicable
Author

Thanks for the reply.

PFB

Main File - Triggers

tamilarasu
Champion
Champion

Hi Subba,

Try below expression as search string in "OnOpen" trigger.

=Max({1}Year)

Not applicable
Author

Thanks for the reply Nagaraj.

Can you confirm me one think, can I change the same for Document Level and Sheet Level or Only Document Level?

tamilarasu
Champion
Champion

Hi Subba,

That depends on your requirement. If you want to select Max year whenever the document is opened, you can use document level trigger. If you want the trigger to be executed whenever the sheet is activated, you can use sheet level trigger.

Anonymous
Not applicable
Author

Hi Subba,

Use Max({1} Year) on document trigger. When you open a document the trigger is OpenDocument, ActivateSheet don't be executed when open a document.

ActivateSheet only works when user changes the sheet, and I think that the trigger must be Max(Year) because user will see his selection when changes the sheet.

Regards!

Not applicable
Author

Thank You, Its working fine now

Not applicable
Author

Thank You, Its working fine now