Hi,
Hope someone can help me.
I have a report which can contain Oman Rial and Euro, so 3 and 2 decimals
When I use this formula there's no effect
If {Purchase.PchCurId} = "OMR" Then
Round({PurchaseLine.PchlGrossPrice}, 3)
Else
Round({PurchaseLine.PchlGrossPrice}, 2)
When I use the formula on field format, adjust, decimal, formula it' will give a error when I run the report
Hope someone can help me.
I have a report which can contain Oman Rial and Euro, so 3 and 2 decimals
When I use this formula there's no effect
If {Purchase.PchCurId} = "OMR" Then
Round({PurchaseLine.PchlGrossPrice}, 3)
Else
Round({PurchaseLine.PchlGrossPrice}, 2)
When I use the formula on field format, adjust, decimal, formula it' will give a error when I run the report