Question:
Hi All,
The USD (currency) unit is missing in the report.
the situation is.....
Exchagre rate = 1.23
pre.year amount = 2000Eur
current.yr amount = 1500USD.
The semi result is one column
A=(Exchange rate * Pre. year amount)
--> we want to display the amount in USD unit..any tips
The final result in one column
current.yr amount - A
it is giving error..
so...
No DIM(current.yr amount) -No DIM(A)
this works,
but missing the USD unit here..
--> Any tips to display the USD unit here...
I tried to enter 'USD' OR '$' in the formula, but there is no option.
Thanks
Manjushri
Answer:
Try using fixed currency for your info object (key figure) in question
Answer:
IfDunno if it works, but you could try not removing the DIM on the UDS-amount. Something like this:
current.yr amount -No DIM(A)
Answer:
IfDunno if it works, but you could try not removing the DIM on the UDS-amount. Something like this:
current.yr amount -No DIM(A)
Hi TFR,
Thanks for the reply.
I tried this, it is not working
Thanks
Manju