Hi,
I am creating the list report with 10 columns. one column name is purpose code.
in report out if purpose code is blank that report do not show up inthe output.
how can I reach this requirement.
thanks in advance.
Do you mean the row shouldnot show in the output?
If that is the requirement then you can use the filter saying purpose code is not null.
Hi,
create boolean variable with condition [dataitem] is null
then assign to style variable to particular column and make box type property=None
or else u can also use conditionalblocks concept.
Regards,
Venu