Forum Discussion
mdemasi31
5 years agoNew Member
Yes / No Filter
Good evening. I'm working with a dataset which contains one column where users can enter either a 'YES' or 'NO' response. In my dashboard, the customer has requested 2 cards, one counting the nu...
- 5 years ago
mdemasi31 So generally take whatever your formula is and add + 0. So, let's say you have a measure that is:
Measure = COUNTROWS('Table')
Then you can change it to:
Measure = COUNTROWS('Table') + 0
For example.
Tang0
2 years agoNew Member
Can I wear cargos