Forum Discussion

TonyO's avatar
TonyO
Frequent Visitor
7 years ago
Solved

Hide the operator?

I'm using a measure in a matrix, and for some reason the value is showing the subtraction operator (see the attached image - none of these values are negative, that's the operator). This makes the vi...
  • edhans's avatar
    edhans
    7 years ago

    If you want it to always show a postive number regardless of the output, just convert it to an absolute value. Wrap your measure in =ABS()