Hi! Can anyone help me how to include tax amount under taxes tab in purchase order report base on tax type.


Thank you. I hope to hear your response as soon as posible
Â
Hi! Can anyone help me how to include tax amount under taxes tab in purchase order report base on tax type.
Thank you. I hope to hear your response as soon as posible
Â
Hi
I would expect that you could use an IIF statement to say IIF([POTaxTran.TaxID] = ‘X’, €POTaxTran.TaxAmt], ‘’), then just have one of these for each tax you are trying to display.
It might help though to know what the current behavior is doing and what you are using to get the tax amount (I see a subreport and variables being used?)
HiÂ
I would expect that you could use an IIF statement to say IIF((POTaxTran.TaxID] = ‘X’, âPOTaxTran.TaxAmt], ‘’), then just have one of these for each tax you are trying to display.
It might help though to know what the current behavior is doing and what you are using to get the tax amount (I see a subreport and variables being used?)
Hi Si
Â
Can you help to solve this issue? Thank you so much.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.