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

SELECT IN FIELD

I have the below list box with a trigger for Select in Field MAX(Month)

Can I take this a step further and have the last 3 values always selected.(Data is always updating) I saw a post that uses variables for latest and previous month using variables but can this be done without using variable?

=MAX(ENDDATE_YYYYMM)

1 Solution

Accepted Solutions
sunny_talwar

May be like this:

='>=' & MAX(ENDDATE_YYYYMM, 3)

View solution in original post

3 Replies
Anonymous
Not applicable
Author

may be with Firstsortedvalue() !

Anil_Babu_Samineni

What's the problem with variable

From here, What you want to select

May be this?

Max(DateField,3)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sunny_talwar

May be like this:

='>=' & MAX(ENDDATE_YYYYMM, 3)