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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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.

Labels (1)
1 Reply
sunny_talwar

Is the variable already formatted as date?

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

or

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