Getting Started

 View Only
  • 1.  Can I add Label to fields in Kanban Report?

    Posted 04-15-2020 02:59
    Can i add label to fields to in kanban report and how to add more than 3 fields?
    Please help me on these..​

    ------------------------------
    Chethana Shetty
    ------------------------------


  • 2.  RE: Can I add Label to fields in Kanban Report?

    Posted 04-15-2020 09:20
    Edited by Kristin TEST 04-15-2020 09:21
    Sure, go ahead and create a new 'Rich Text' formula field.

    Copy & paste this formula:

    "<b>Field Label 1:</b> "&[Field 1]&"<br>"
    &"<b>Field Label 2:</b> "&[Field 2]&"<br>"
    &"<b>Field Label 3:</b> "&[Field 3]&"<br>"
    &"<b>Field Label 4:</b> "&[Field 4]&"<br>"
    &"<b>Field Label 5:</b> "&[Field 5]

    You can add/remove lines to this formula to support the number of fields you want to fit on your card, just be cautious of how busy the card will look in the Kanban view.
    Update the 'Field Label 1' with the label you want to use, and replace [Field 1] with the corresponding field.
    Lastly, update your Kanban report to display this new formula field.



    ------------------------------
    Kristin Seibert
    ------------------------------