S
sammi
Please help.
I am creating a report with following 9 columns.
column1, column2,column3, column4, column5, column6,column7, column8,column9
In the expression builder, I used following expressions:
In the first text box.
='Column1:'+'+[column1]+','+'Column2:'+'+[column2]','+'Column3:'+'+[column3]
In the 2nd text box.
='Column4:'+'+[column4]+','+'Column5:'+'+[column5]','+'Column6:'+'+[column6]
In the thrid text box.
='Column7:'+'+[column7]+','+'Column8:'+'+[column8]','+'Column9:'+'+[column9]
I have set 'can shrink' to Yes, so that if there's no data in 2nd or 3rd
text box it will take up space. this works.
The problem I am having is that if column3 is also blank (null), whole line
(text box 1 disappears)
How do I prevent that from happening? Should be using Nz expression?
Thanks in advance.
I am creating a report with following 9 columns.
column1, column2,column3, column4, column5, column6,column7, column8,column9
In the expression builder, I used following expressions:
In the first text box.
='Column1:'+'+[column1]+','+'Column2:'+'+[column2]','+'Column3:'+'+[column3]
In the 2nd text box.
='Column4:'+'+[column4]+','+'Column5:'+'+[column5]','+'Column6:'+'+[column6]
In the thrid text box.
='Column7:'+'+[column7]+','+'Column8:'+'+[column8]','+'Column9:'+'+[column9]
I have set 'can shrink' to Yes, so that if there's no data in 2nd or 3rd
text box it will take up space. this works.
The problem I am having is that if column3 is also blank (null), whole line
(text box 1 disappears)
How do I prevent that from happening? Should be using Nz expression?
Thanks in advance.