Forum Discussion

ToddMolino1's avatar
ToddMolino1
Qrew Cadet
5 years ago

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.
------------------------------

1 Reply

  • I tried it and it is working for me ("<div style=\"width:300px;\" >" & [text] & "</div>"):

    It is unclear to me from your statements, did you try to embed your Notes field in a formula field as you have shown for your [Question] field above?

    If yes, and it did not work for you, what kind of text field is it?

    ------------------------------
    Adam Keever
    ------------------------------