Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

1 Solution

Accepted Solutions
tresesco
MVP
MVP

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

tresesco
MVP
MVP

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.