How to avoid wrapping text in a Column heading?
584037Feb 1 2009 — edited Feb 2 2009Hi,
How to avoid wrapping text in a Column heading?
Can anyone suggest me an alternative to overcome the following issue:
We have developed a report containing 20 Request columns *(Hierarchy Report)* having column names like Account (Level1) to Account (Level20). Report output displays column in two lines i.e., it is wrapping the column heading based on the column data.
Account(
Level1)
======
000T
instead of
Account (Level1)
===========
000T
I tried left padding the column using advanced column formatting options, then data is splitting into 2 lines.
Account (Level1)
===========
000
T
Any clue to get out of this issue.
Thanks & Regards,
Vency