CR8.5.
I have two fields on one section of the report. Date and Amount.
example data:
01/02/02 $34.00
01/09/02 $24.00
12/12/02 $24.00
01/01/03 $55.00
06/01/03 $34.00
Now I have used Previous function on amount field and supressed duplicate amounts conditionaly.
{table.Amount}=Previous({table.Amount})
This function supresses one record where amount is $24.00, but does not supress one line of amount $34.00.
Is there anything else that also needs to be added to be able to show only distinct amounts in this section? Also what if $34.00 is more than two times or three times? Will Previous function still work?
any idea is highly appreciated.
I have two fields on one section of the report. Date and Amount.
example data:
01/02/02 $34.00
01/09/02 $24.00
12/12/02 $24.00
01/01/03 $55.00
06/01/03 $34.00
Now I have used Previous function on amount field and supressed duplicate amounts conditionaly.
{table.Amount}=Previous({table.Amount})
This function supresses one record where amount is $24.00, but does not supress one line of amount $34.00.
Is there anything else that also needs to be added to be able to show only distinct amounts in this section? Also what if $34.00 is more than two times or three times? Will Previous function still work?
any idea is highly appreciated.