Forum Discussion

Smile's avatar
Smile
Frequent Visitor
3 years ago
Solved

Setting different data types for measures used in SWITCH function

Hi,   I have two values in my SWITCH function as below: SWITCH (         SELECTEDVALUE('ColumnA')         ,1, CURRENCY('Sales') -- and added $ in front of the displayed currency by using the $ s...