cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Mathematical Function ABS() not working

Former Member
0 Likes
3,589

Hi

The ABS Function is not working for the formulae created in the report. The values is getting subtracted, but '-' value is not getting removed from the final output.

Can anyone suggest how to proceed further.

Regards

Nitin

View Entire Topic
Loed
Active Contributor
0 Likes

Hi Nitin,

If ABS formula is not working, let's just do your own ABS formula..Let's call the keyfigure you are using as ZKF_TEST:

Create a formula, let's call it ZFORMULA_KF and enter this:

( ZKF_TEST < 0 ) * ( ZKF_TEST * (-1) ) + ZKF_TEST

Regards,

Loed