I have a report that has a variable size input and would like the field on the report to expand and contract as needed. How do I accomplish this.
Thank you
Barb
I have a report that has a variable size input and would like the field on the report to expand and contract as needed. How do I accomplish this.
Thank you
Barb
As far as I know, there exists no such option. But you may think of concatenating (Adding) next field/ variable to its source expression, so that next will start after the first finishes:
Variable1+’ '+Variable2 or
Field1+’ '+Field2
PS: Above mentioned is not a good solution in case it has MultiLine YES.