Hello,
I am trying to format a report in which I need to skip a line after every even data line. And I need to underline certain columns of every odd line.
So I define a virtual field(FN) containing 0 for odd lines
and 1 for even lines.
Then I use styling as
TYPE=DATA,
STYLE=SKIP-LINE,
WHEN=FN EQ 1,
$
But this doesn't solve the problem.
Can there be some alternative.
The report is a simple print command of various fields
and the output format is pdf.
Regards.
I am trying to format a report in which I need to skip a line after every even data line. And I need to underline certain columns of every odd line.
So I define a virtual field(FN) containing 0 for odd lines
and 1 for even lines.
Then I use styling as
TYPE=DATA,
STYLE=SKIP-LINE,
WHEN=FN EQ 1,
$
But this doesn't solve the problem.
Can there be some alternative.
The report is a simple print command of various fields
and the output format is pdf.
Regards.