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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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]}>}