Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
siddharthsoam
Partner - Creator II
Partner - Creator II

Select minimum value from fiscal year

I  want to select minimum value from my fiscal year column FY16 and FY17 and store it in a variable. But then when I select a value in the fiscal year filter the variable's value gets changed

1 Solution

Accepted Solutions
shraddha_g
Partner - Master III
Partner - Master III

if you want to fix this value and should not affect from any selection then you can use

Max({1}YearField)

Use it according to your expression

View solution in original post

5 Replies
shraddha_g
Partner - Master III
Partner - Master III

if you want to fix this value and should not affect from any selection then you can use

Max({1}YearField)

Use it according to your expression

ali_hijazi
Partner - Master II
Partner - Master II

create a variable and in let the definition starts with = sign

and the definition would look like something like this:

=Max({1}year)

where {1} is the whole set of data regardless of any selection you make on the dashboard

I can walk on water when it freezes
siddharthsoam
Partner - Creator II
Partner - Creator II
Author

Hi Shraddha,

Its working fine the value of my variable is fixed, but due to this other filter selections are not working.

ali_hijazi
Partner - Master II
Partner - Master II

can you share a sample application to investigate it

I can walk on water when it freezes
shraddha_g
Partner - Master III
Partner - Master III

Max({<YearField=>}YearField)