Hi,
I need to add quantity values in webi for which unit of measure is same, if there are multiple UOM then do nothing. I dont want to add UOM to QTy (I.e= Qty + " " + UOM ) as we need to export it to Excel & do math later on.
Ex:
material | Qty1 | UOM | Revenue | Currency |
---|---|---|---|---|
A | 20 | EA | 345 | USD |
A | 10 | EA | USD | |
Sum A | 10 | EA | ||
B | 34 | EA | 435 | CAD |
B | 4 | EA | 35 | USD |
B | 45 | BAG | EUR | |
SUM B | * | * |
And also how can i hide/not show the curreny type when the revenue is null.
thanks