On a Pie card - Some Pie Name values are too long.

Hi Domo,

 

When some Text values in the "Pie Name" are too long, they wont show up completely on the actual card.

 

Is there a way to wrap text so the whole value showsup ? maybe using a beastmode with HTML in it ?

 

Thanks

Domo Arigato!

**Say 'Thanks' by clicking the thumbs up in the post that helped you.
**Please mark the post that solves your problem as 'Accepted Solution'

Best Answer

  • yingzi
    yingzi Domo Employee
    Answer ✓

    As of right now there's no to wrap text on pie cards.  As far as HTML goes, the only card type that supports HTML is the table card.

     

    One potential solution would be to shorten or abreviate your text values in a beast mode so that you can get them to show up.  The beast mode would look something like this:

    (CASE  when `COLUMN NAME HERE` = 'TOO LONG TEXT FIELD' then 'DESIRED ABBREVIATED FIELD'  else 'COLUMN NAME HERE'  end )

     

    Hopefully that helps!

     

    As a side note this could be a good one to drop into the idea exchange and get it added to the product.

    http://dojo.domo.com/t5/Ideas-Exchange-suggest-and-vote/idb-p/Ideas

Answers

  • yingzi
    yingzi Domo Employee
    Answer ✓

    As of right now there's no to wrap text on pie cards.  As far as HTML goes, the only card type that supports HTML is the table card.

     

    One potential solution would be to shorten or abreviate your text values in a beast mode so that you can get them to show up.  The beast mode would look something like this:

    (CASE  when `COLUMN NAME HERE` = 'TOO LONG TEXT FIELD' then 'DESIRED ABBREVIATED FIELD'  else 'COLUMN NAME HERE'  end )

     

    Hopefully that helps!

     

    As a side note this could be a good one to drop into the idea exchange and get it added to the product.

    http://dojo.domo.com/t5/Ideas-Exchange-suggest-and-vote/idb-p/Ideas

This discussion has been closed.