Skip to Content
0
Former Member
Sep 11, 2007 at 02:39 PM

error in number division in report

19 Views

Dear experts,

I Implemented a formula in transfer rules to divide a key figure /100 in case of JPY document currency.

IF( FWAER = 'JPY', TPREIS / 100, TPREIS )

Checking PSA and cube content the formula seems to work correctly, but when I run the report the value is still multiplied * 100 but rounded (as if the report multiplies it again *100)

all other values in the column are correct and not rounded

Example:

PSA = 18.555,725

CUBE = 185,56

QUERY = 18.556

do you have any idea of how could this happen?

Thanks in advance for your time.

Luca