Hi experts
I need a logic for the below requirement in text elements.
I am giving IF condition for some tax codes against to C - Form., But my condition given in second line is getting failed .
my condition logic
/: IF &EKPO-MWSKZ& = 'CA' OR &EKPO-MWSKZ& = 'CC' OR &EKPO-MWSKZ& = 'CD'
/: &EKPO-MWSKZ& = 'DA' OR &EKPO-MWSKZ& = 'DE'.
T2 ,,SALES TAX/VAT&V_VAT_PER& u201CAGAINST C FORM",,,,,,,,,,&V_VAT_sum(C)&
/: ELSE
T2 ,,SALES TAX/VAT&V_VAT_PER&,,,,,,,,,,&V_VAT_sum(C)&
Please let me know what is to be given TAG COLUMN for second line in IF condition .
and i am getting correct output for tax codes CA CC CD which are given in first line, But no getting the correct out for tax codes DA and DE.
Thanks & Regards
Suresh
Edited by: suribabu124 on Apr 21, 2010 5:19 PM