ToddM
6 years agoQrew Cadet
Limiting the width of grid edit report on a form
I have an embedded grid edit report where I've limited the width of certain columns for formula fields but I have a Notes (text field) which I can't seem to restrict to a certain width.
For example, my formula for limiting the column width for Questions that fit correctly is:
"<div style=\"width:300px;\" >" & [Question] & "</div>"
I need my Notes field to also be 300px wide as well. Hoping to not have to resort to js.
The whole reason for this is that I have an image legend that sits right above 2 particular columns in this report and I need them to stay put. Any thoughts would be def appreciated!
------------------------------
Todd M.
------------------------------
For example, my formula for limiting the column width for Questions that fit correctly is:
"<div style=\"width:300px;\" >" & [Question] & "</div>"
I need my Notes field to also be 300px wide as well. Hoping to not have to resort to js.
The whole reason for this is that I have an image legend that sits right above 2 particular columns in this report and I need them to stay put. Any thoughts would be def appreciated!
------------------------------
Todd M.
------------------------------