I am using Crystal XI
I have the following possibility in the data section and output records
LABEL AMOUNT
interest 10 ( or -10)
interest 1 (or -1)
I need it to read
interest 10 (or -10)
WHT 1 (or -1)
but sometime the data maybe
interest 1
interest 10
in which case it needs to be
WHT 1
interest 10
etc
In other words the word WHT is allways to be applied to the lowest absolute amount
To complicate it further sometimes there is just 1 interest line
eg
interest 10
in this case then the wording needs to remain just interest as no WHT is being applied on this account (Withholding Tax)
How can I do this if the info is in the detail section- , is it through evaluate while printing or something?
This is very urgent I know everyone says this but it is
I have the following possibility in the data section and output records
LABEL AMOUNT
interest 10 ( or -10)
interest 1 (or -1)
I need it to read
interest 10 (or -10)
WHT 1 (or -1)
but sometime the data maybe
interest 1
interest 10
in which case it needs to be
WHT 1
interest 10
etc
In other words the word WHT is allways to be applied to the lowest absolute amount
To complicate it further sometimes there is just 1 interest line
eg
interest 10
in this case then the wording needs to remain just interest as no WHT is being applied on this account (Withholding Tax)
How can I do this if the info is in the detail section- , is it through evaluate while printing or something?
This is very urgent I know everyone says this but it is