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

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
Partner - Champion III
Partner - Champion III

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
Partner - Champion III
Partner - Champion III

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