Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Formula in trigger

Hi

I would like to make a trigger on the action "open"

I have a field called Fiscal Period that goes from 1-12, when the year is over. Now I have 1 and 2.

Then I would like to say that when the report is opened, then it should open with filter on MAX (Fiscal Period) = 2, but I can not get it to work. If I type in 2, then it works.

Any help here? I have tried the formula MAX, MAXstring, NUMmax..

Best regards

Bjarne

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Bjarne,

Based on your description, I'd say that this should work:

=max("Fiscal Period")

If not, something's missing in your description, and you need to upload a sample application.

Regards,

Michael

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Bjarne,

Based on your description, I'd say that this should work:

=max("Fiscal Period")

If not, something's missing in your description, and you need to upload a sample application.

Regards,

Michael

Not applicable
Author

Dohh

I did not use the "=" sign. That was it. Thanks