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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Variable as Condition into an Expression

Hello,

I would like to use a variable as a condition into a set expression.

My variable is: Last_Update_Projection

My Field: AsOf_E

There are Date value.

How can i do that please ?

Sébastien.

1 Reply
sunny_talwar

Is the variable already formatted as date?

{<AsOf_E = {"$(=Last_Update_Projection)"}>}

or

{<AsOf_E = {"$(=$(Last_Update_Projection))"}>}