Skip to Content
0
Former Member
Feb 18, 2011 at 03:31 AM

to show it once

29 Views

Hi,

http://www.4shared.com/photo/AgJuqNQS/fig53.html

if you see the layout above, the 1st 5 columns belong to the 1st group, while the others belong to 2nd group.

I here use the following formula for Suppress for showing the record once that belongs to the 1st group.

IF onfirstrecord()

or previous({Command.INVOICE_PRINT_ON})<>{Command.INVOICE_PRINT_ON} then

false

else

true

However, for the 2nd invoice shown above, there is one Invoice date for it. Why is it still suppressed?

Regards,

edward