Capability to Change size of Summary Number within Analyzer Card

Hello,

I was wondering if there is some capability to change the size of the Summary Number within an Analyzer card without having to use a Brick or an App. This would give me some great flexibility as I could then fine tune what I could show in my cards without having to struggle through javascript, css, and html.

Tagged:

Best Answer

  • david_cunningham
    edited May 9 Answer ✓

    @random_user_098765 here is an example of how I typically do it. You can swap out the font size to get different results.

    CONCAT('<font size="3">Medium Text ',SUM(Order Item),'</font>')
    

    For example

    Something to keep in mind is that this will only work in the web-app. Summary numbers in the mobile app won't change.

    David Cunningham

    ** Was this post helpful? Click Agree 😀, Like 👍️, or Awesome ❤️ below **
    ** Did this solve your problem? Accept it as a solution! ✔️**

Answers