Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
The set expression uses the textual representation, i.e. you should use
{<Field ={[yes]}>}
The set expression uses the textual representation, i.e. you should use
{<Field ={[yes]}>}