Hi,
How to use need statement in Genero Report Designer.
Any suggestions are greatly appreciated.
Thanks in advance.
Thanks,
Rao
Do you mind giving an example of what you are trying to achieve. The answer may vary depending on the context.
The technique for the equivalent of
ON EVERY ROW
NEED 3 LINES
PRINT line1
PRINT line2
PRINT line3
or
BEFORE GROUP OF group
NEED 3 LINES
PRINT header
ON EVERY ROW
NEED 2 LINES
PRINT detail
AFTER GROUP OF GROUP
PRINT total
is different.