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

filter on max of input

hello

i have a list box of a range

and i have two expressions. on of them uses whole of selected values in list box and the other one uses just the max value of values chosen.

so i tried to make a condition in my second expression but it doesn't work. i wrote sth like this:

={"maxstring(total )"}

any one knows how i should correct it?

regards

Mana

1 Solution

Accepted Solutions
Gysbert_Wassenaar

If it's part of a set analysis expression then you need to use dollar expansion:

count( {< ={"$(=maxstring())"} >} Y )


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

If it's part of a set analysis expression then you need to use dollar expansion:

count( {< ={"$(=maxstring())"} >} Y )


talk is cheap, supply exceeds demand
Not applicable
Author

thanks Gysbert