Thanks chandra for the reply. I did as below
I have created calculated column on Price.
decimal , length 13,3
round(if("POQty" < 0 or "POQty" > 0, "NetVal" / "POQty", 0),2)
Thanks chandra for the reply. I did as below
I have created calculated column on Price.
decimal , length 13,3
round(if("POQty" < 0 or "POQty" > 0, "NetVal" / "POQty", 0),2)