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: 
qlikviewwizard
Master II
Master II

highest value in filter selection

Hi All,

I want to show always max(DEPTNO) filter in the report.

For example, DEPTNO are 10,20,30,40 are there. When I open the report, It should be seleted DEPTNO=40.

How to achieve this?

1 Solution

Accepted Solutions
Anonymous
Not applicable

You can achieve this using a document trigger. Go to Document Properties >> Triggers >> OnOpen >> Add Actions >> Select in Field

Give DEPTNO as Field and search string as =max(DEPTNO)

View solution in original post

1 Reply
Anonymous
Not applicable

You can achieve this using a document trigger. Go to Document Properties >> Triggers >> OnOpen >> Add Actions >> Select in Field

Give DEPTNO as Field and search string as =max(DEPTNO)