Hi All,
I have some calculations to be done at Query level, mentioned below
1) Unit Price :
If
Billed Qty GT 0.
Unit Price = Selling Price / Billed Qty
Endif.
2) Freight DDP and Freight Non DDP:
If
Incoterms1 EQ 'DDP'
Freight DDP = Freight
Else
Freight Non DDP = Freight.
Endif.
3) Net Sales
If
Incoterms1 EQ DDP
Net Sales = Gross sales - (Freight DDP - Freight Discount).
Else
NetSales = Gross Sales
Endif.
Please do needfull to do those calculations
Thanks
With Regards,
Seshu