Forum Discussion

sandeepsandeep's avatar
sandeepsandeep
Qrew Assistant Captain
7 years ago

How do I adjust (resize) the column width in my reports?

How do I adjust (resize) the column width in my reports?

12 Replies

  • 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
    • GauravSharma3's avatar
      GauravSharma3
      Qrew Commander
      Sometimes it is because of your column heading. For that, you can easily customize the column heading.
    • sandeepsandeep's avatar
      sandeepsandeep
      Qrew Assistant Captain
      Thanks for ur quick response

      We need to truncate two columns.

      Thanks
    • GauravSharma3's avatar
      GauravSharma3
      Qrew Commander
      If it is a text field then, create a formula-text field and use the below formula.

      Left([Your Text Field], 60)

      Now, show this field in the report instead of using the original one.

      Thanks,
      Gaurav
  • sandeepsandeep's avatar
    sandeepsandeep
    Qrew Assistant Captain
    Hi,
    Gaurav, i have a doubt,

    We created a quickbase actions for add record to another application , it is working fine in forms , but when we add in grid edit , it is not getting added in another application.


    Thanks.