what is the best way to present summary with text in a card

Options

I wanted to provide this information in the dashboard:  the video with most view: video name, # of views.  I currently built a table card to show the top 1 video and # of views.  But ideas I wanted to have something like this, please give me some ideas.   

 

Thank you.

 

Olivia

 

 

Best Answer

  • Valiant
    Valiant Coach
    Answer ✓
    Options

    You could use the Text type chart and use the following BeastMode:

    CONCAT(`Video with most views: `,`ViewCount`,'<br>',`Name`)

    Just add in the count and name columns where appropriate.

     

    Hope that helps,

    Valiant

     

    **Please mark "Accept as Solution" if this post solves your problem
    **Say "Thanks" by clicking the "heart" in the post that helped you.

Answers

  • Valiant
    Valiant Coach
    Answer ✓
    Options

    You could use the Text type chart and use the following BeastMode:

    CONCAT(`Video with most views: `,`ViewCount`,'<br>',`Name`)

    Just add in the count and name columns where appropriate.

     

    Hope that helps,

    Valiant

     

    **Please mark "Accept as Solution" if this post solves your problem
    **Say "Thanks" by clicking the "heart" in the post that helped you.

This discussion has been closed.