Forum Discussion
- GauravSharma3Qrew CommanderHi 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- GauravSharma3Qrew CommanderSometimes it is because of your column heading. For that, you can easily customize the column heading.
- sandeepsandeepQrew Assistant CaptainThanks for ur quick response
We need to truncate two columns.
Thanks - GauravSharma3Qrew CommanderIf 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
- sandeepsandeepQrew Assistant CaptainHi,
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.- GauravSharma3Qrew CommanderYou can use webhooks instead of actions.
Thanks,
Gaurav