Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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], ', ')