Hi All,
user requirement is if they run for 'X 'country the output field-TAX has to show in decimals.
if they run for other countries tha output field-Tax has to show in the output as blank(space).
how to declare the tax fields for that.
Example:
data:tax(15) TYPE p DECIMALS 2.
but out put is comming correct for 'X' country for remaining all countries tax field has to be blank..means it should not show 0.00 or anything.
Thank You ,
Srii..