Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Default selection in Qlik Sense

How do I make a default selection for a filter in QlikSense ? For example I want to select by default the Max Month in the Month filter.

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

As far as I know you cannot set a filter via the script.

Re: Force a selection in Qliksense when user logs in

Default Selection in QlikSense

However you can make a sheet with charts blocked on last month whatever the selection on the month filter. You have to use a "set analysis" in the expression of your measure. Something like this : Sum({<YearMonth={$(=Max(YearMonth))}>}Qty). Yearmonth and Qty are fields.

View solution in original post

1 Reply
Not applicable
Author

Hi,

As far as I know you cannot set a filter via the script.

Re: Force a selection in Qliksense when user logs in

Default Selection in QlikSense

However you can make a sheet with charts blocked on last month whatever the selection on the month filter. You have to use a "set analysis" in the expression of your measure. Something like this : Sum({<YearMonth={$(=Max(YearMonth))}>}Qty). Yearmonth and Qty are fields.