Discussions

 View Only
  • 1.  Highlighting the results of a text formula field

    Posted 03-03-2020 11:31
    I have a text formula field that builds out a list of results and puts them in an embedded email report. I would like to highlight the list so that it brings visibility to the results. I have done this with single items but not a list.

    Thanks in advance for the help



    ------------------------------
    Joey Zint
    ------------------------------


  • 2.  RE: Highlighting the results of a text formula field

    Posted 03-05-2020 07:27
    Joey,

    Do you mean that you are using the field in a Notification?

    If so you can use an html tag in the Notification

    <B> [Field]</B>

    Now that list will be Bold.

    Make sure you click the box for Interpret Custom Message as HTML or your recipient will see the text of the tag instead of changing the appearance of [Field]




    ------------------------------
    Don Larson
    Paasporter
    Westlake OH
    ------------------------------



  • 3.  RE: Highlighting the results of a text formula field

    Posted 03-05-2020 09:01
    You can use the <mark> HTML attribute Joey. Try this:

    "<mark>"&List("\n",
    $coldroom,
    $coilinstallation,
    $setdrycoolers,
    bohpipingfinish,
    $sfpipingfinish,
    $evacdelivery,
    $hsmcaseinstallationstart,
    $ahtcaseinstallationstart,
    $refrigerationstartup,
    $customerhandover,
    $go)&"</mark>"

    I typed this in from your photo, so it is possible there is a typo.

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