Hi there,
In one of my reports, i have a field naming "Company Name".
Now i want that this field should be visible only when there is value for this (Means its not null).
And in case the value is null then space for the field is also not used.
For example:
If Company Name if not Null:
Mr. Smith Lehman
ABC Corp.
1222 Tree View Road
NJ,12345.
If Company Name is Null then it should look like this:
Mr. Smith Lehman
1222 Tree View Road
NJ,12345.
and not like this:
Mr. Smith Lehman
1222 Tree View Road
NJ,12345.
Thanks in advance !
In one of my reports, i have a field naming "Company Name".
Now i want that this field should be visible only when there is value for this (Means its not null).
And in case the value is null then space for the field is also not used.
For example:
If Company Name if not Null:
Mr. Smith Lehman
ABC Corp.
1222 Tree View Road
NJ,12345.
If Company Name is Null then it should look like this:
Mr. Smith Lehman
1222 Tree View Road
NJ,12345.
and not like this:
Mr. Smith Lehman
1222 Tree View Road
NJ,12345.
Thanks in advance !