Forum Discussion

RehaanAbdulla's avatar
RehaanAbdulla
New Contributor III
4 months ago

Absolute values on cells in cube view

Good day  I was wondering via format or conditional formatting how can we get the value shown on the cell to be absolute? Regards
  • RehaanAbdulla's avatar
    4 months ago

    So i opted for using a condition which is 

    If CellAmount < 0 Then FliSign = True 

    and this worked