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: 
farheenayesha
Creator
Creator

How to select greatest value of a field from a list box

Hi,

I want to extract first value from list box and store it in a variable.

Image.bmp

When i select EQV_1_ODV then i want its highest value from 'current value' list box to be stored in a variable. Please help me out in this since its very urgent.

2 Replies
Not applicable

Dear Ayesha,

Create a variable

vMaxCurrent_Value=max(Current_Value)

on selection of any value from Vin List it will select the Max value from Current_value.

Hope this will help you.

thanks,

Mukram.

farheenayesha
Creator
Creator
Author

Thank you so much Mukram..It really helped me.