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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
manoranjan_d
Specialist
Specialist

Max value in the list box

Hi,

In the list box of value

Apr16

May16

June16

Apr17

Jun17

i want to select the max value int he list box

i tried to giving the trigger as =max({1}Type_Period) but its not working and not picking the max value as Jun17

help me how to do this?

11 Replies
sunny_talwar

Then first step would be to fix that in the script

LOAD Date(Alt(Num(Date#(Type_Period,'MMMYY')), Num(Date#(Type_Period,'MMMMYY'))), 'MMMYY') AS Type_Period

and then trigger like this may be

Field

Type_Period

Search String

=Date(Max(Type_Period), 'MMMYY')

vishsaggi
Champion III
Champion III

It worked for me can you share your app you are trying on?