To generat a report in particular format
Posted: Sat Nov 19, 2011 2:50 pm
Hi,I want to design a job which have following data Input :
and what to have output report as show below:
and so on....
Out of the above output I am able to achieve when only 1 of the column is nUll or blank in a row but how to achieve when more then 1 column is null or blank at dat time i want to display the message "col1,clo2 and so on.. are null" Please help on this
Thanks
Code: Select all
Col1 col2 col3......
a b r
b e
c d
sand what to have output report as show below:
Code: Select all
Col1 col2 col3 Message
a b r No null column
b e col2 is null
c d col3 is null
s col1,col2 is nullOut of the above output I am able to achieve when only 1 of the column is nUll or blank in a row but how to achieve when more then 1 column is null or blank at dat time i want to display the message "col1,clo2 and so on.. are null" Please help on this
Thanks