how to hide minus(-) sign on report

  • hi guys,

    I m doing substraction of 2 values.but if there is amount in first value is 0 or less than second amount then final result set shows negative value.and amount never negative.So i want how to do supress the - sign on report?:P

  • Use abs(firstvalue-secondvalue) in your query to get the absolute value instead of with - sign.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply