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

How to get the field value based on condition

Hi Team,

Is it possible to get the column name in text box based on some condition. I know this is possible in through chart but I want to get those value in text box or in any variable.

For example:

I need a column A where date<=Getfieldselections(Date_From)....

1 Reply
sunny_talwar

May be like this

Concat({<Date = {"$(='<=' & Date(Max(Date_From)))"}>}[column A], ', ')