August 27, 2008 at 1:46 am
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?
August 27, 2008 at 4:12 am
If all you want to do is to suppress the negative then you can set the value to it's absolute value by the following expression:
=ABS(Fields!FieldName.Value)
This will convert any negative number to a positive number.
Note that this will also apply to any totals/sub-totals of this column.
Regards,
Nigel West
UK
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy