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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select in Field not working

I have a list box 'Year' with values 2013, 2012 and so on. Whenever I activate the sheet, I want it to show the latest year (2013). I created a trigger with "Select in Field" and set it to Max(Year). It works fine when there are no selections on the Year field. But when there is a selection (say the Year is set to 2011), and when I navigate to a different sheet and activate this sheet, it still shows 2011. How do I make it show 2013?

1 Solution

Accepted Solutions
Nicole-Smith

Make your select in field Max({1}Year).

View solution in original post

4 Replies
greg-anderson
Creator II
Creator II

You'll need to set a similar trigger on every tab.

Qlikview will always carry your selections throughout the document, unless you get into alternate states and set analysis (which I don't think you need here).

Nicole-Smith

Make your select in field Max({1}Year).

greg-anderson
Creator II
Creator II

Nicole understood your question better than I did.  I thought you wanted it to happen on every sheet.

Go with her answer.

Not applicable
Author

Perfect! Thanks.