Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

Dual columns and set analysis

Hello
got a column in the dashboard that is created as follows:
if(condition = true, Dual('yes',1), Dual('no',0)) as Field
now if I want to put a condition on this column in a chart to show the values yes
I put {<Field={1}>} or {<Field ={[yes]}>}?

kindly advise

I can walk on water when it freezes
Labels (1)
1 Solution

Accepted Solutions
hic
Former Employee
Former Employee

The set expression uses the textual representation, i.e. you should use

{<Field ={[yes]}>}

View solution in original post

1 Reply
hic
Former Employee
Former Employee

The set expression uses the textual representation, i.e. you should use

{<Field ={[yes]}>}