Skip to main content
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))"}>}