I am using Crystal XI
I have the following:
if{bnkacrpt.trans_type}= "AI" and{#RTotal0}<=2 then "Interest" else
if{bnkacrpt.trans_type}= "AI" and{#RTotal0}>2 then "Withholding Tax deducted"
but on looking at data I need to actually detect if the {#RTotal0}result is odd or even How can I do this please?
I have the following:
if{bnkacrpt.trans_type}= "AI" and{#RTotal0}<=2 then "Interest" else
if{bnkacrpt.trans_type}= "AI" and{#RTotal0}>2 then "Withholding Tax deducted"
but on looking at data I need to actually detect if the {#RTotal0}result is odd or even How can I do this please?