Forum Discussion
Selectedvalue returning blank
- Anonymous5 years ago
Well, you should drop the [1_Total Value] measure on the canvas and see what it returns. I'm sure it returns BLANK but it should not. Revise this measure. On the other hand, if it does return a value, then it means your comparisons under IF do not do what you think they do. Maybe your literals are not correctly written? Be mindful of non-printable characters... for instance...
Well, you should drop the [1_Total Value] measure on the canvas and see what it returns. I'm sure it returns BLANK but it should not. Revise this measure. On the other hand, if it does return a value, then it means your comparisons under IF do not do what you think they do. Maybe your literals are not correctly written? Be mindful of non-printable characters... for instance...
Hi !
Anonymous
This lines of yours made it work !
"you should drop the [1_Total Value] measure on the canvas and see what it returns. I'm sure it returns BLANK but it should not."😂
Thank you so much !