Forum Discussion
GauravSharma3
8 years agoQrew Commander
Hi Sandeep,
Do you want to resize all columns or just one or two columns? if yes then, you can create a formula field to truncate the data for that particular column.
Tell me how you would like to proceed?
Thanks,
Gaurav
Do you want to resize all columns or just one or two columns? if yes then, you can create a formula field to truncate the data for that particular column.
Tell me how you would like to proceed?
Thanks,
Gaurav
GauravSharma3
8 years agoQrew Commander
If it is a text field then, create a formula-text field and use the below formula.
Now, show this field in the report instead of using the original one.
Thanks,
Gaurav
Left([Your Text Field], 60)
Now, show this field in the report instead of using the original one.
Thanks,
Gaurav