Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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)

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

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
MVP
MVP

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
MVP
MVP

May be like this:

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