A
AMDRIT
The stuff below seems to work, when I am applying the logic for suppression.
However, it doesn't work when suppressing row data. Any Ideas?
Basically, if there is only one row of data, I need to suppress a caption
and it corresponding data field.
Create a formula field
@RowCount Formula Field
shared numbervar RowCount;
RowCount := RowCount +1
Add a condition to the object to suppress
Suppress Condition
{@RowCount}<2;
TIA
However, it doesn't work when suppressing row data. Any Ideas?
Basically, if there is only one row of data, I need to suppress a caption
and it corresponding data field.
Create a formula field
@RowCount Formula Field
shared numbervar RowCount;
RowCount := RowCount +1
Add a condition to the object to suppress
Suppress Condition
{@RowCount}<2;
TIA