Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
smilingjohn
Specialist
Specialist

max

HI all ,

I want to set a trigget upon active sheet ...

But this is not working

I want to sleect the max date ..

How do we do this ?

maxdtPNG.PNG

and also  i have a table ...in which i have sorted like below ...

this will not list  properly if i clear the selections

Match(Cutomers,'17.7','17.8','17.8','17.9','17.10','17.11','17.12')

this order shoul remain constant even if  clear everything

please do suggest

Thanks in advace

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Try a formatting your max date. Try like:  =Date(Max(LDate), 'ldateformathere')          // '=' sign is needed in search string

For other query, try exp:

=Only({1}Match(Cutomers,'17.7','17.8','17.8','17.9','17.10','17.11','17.12'))

and/or

uncheck 'State' from Sort By in Sort tab.

View solution in original post

2 Replies
kusumanchir
Creator
Creator

Hi John,

The search string should be prefixed with '=' because '=Max(LDate)' is an expression.

Regards,

Rasly.K

tresB
Champion III
Champion III

Try a formatting your max date. Try like:  =Date(Max(LDate), 'ldateformathere')          // '=' sign is needed in search string

For other query, try exp:

=Only({1}Match(Cutomers,'17.7','17.8','17.8','17.9','17.10','17.11','17.12'))

and/or

uncheck 'State' from Sort By in Sort tab.