If you are unable to create a new account, please email support@bspsoftware.com

 

Do not show up the recode info in output if the purpose code column is blank

Started by jd, 14 Dec 2009 01:07:24 PM

Previous topic - Next topic

jd

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.

Pramod

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.

vinu

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