ABS(Quantity) - Report not printing - Minus symbol in front of quantity

Dear all,

When i am printing “Item Ledger Entry Report” the quantity figures are coming properly, but some figures are in minus, all

those figures are also printing in positive manner. Field propterty is = ABS(Quantity)

The actual figures -8990 in report it is showing 8990 How to print minus symbol in front of quantity…

Please help me…

Change Source Expression from ABS(Quantity) to only Quantity.

ABS function will convert all numbers to positive.

Thanks dear, but when i have changed the field value in report from ABS(Quantity) to only Quantity all values in report are coming negative

like -25668 -256987

how to get the actual figures printed on the report…

Didn’t you wanted to display original actual line value instead of displaying all values has positive?

Yes…you are right…what is the solution for that…

Thanks…