Hi
We have 10 UDF's on a marketing document and need only to print the UDF with values in it below each other.
Example
Item No QTY UDF1 UDF2 UDF3 UDF4 UDF5
A123 10 2.4 2.6 3.2
What we have done is to place the UDF's below each other and selected the option the suppres zero values and on the layout section to auto adjust the height.
It works well if the scenario is
Example
Item No QTY UDF1 UDF2 UDF3 UDF4 UDF5
A123 10 2.4 2.6 2.1 Null Null
Then it will print
Item No QTY UDF
A123 10 2.4
2.6
2.1
But when you skip one UDF value as below
Example
Item No QTY UDF1 UDF2 UDF3 UDF4 UDF5
A123 10 2.4 2.6 Null Null 3.2
Then it will print
Item No QTY UDF
A123 10 2.4
2.6
Blank Line
Blank Line
3.2
We need to print it as
Item No QTY UDF
A123 10 2.4
2.6
3.2
Any suggestions will be helpfull.