Cards, Dashboards, Stories

Cards, Dashboards, Stories

does DOMO card have this kind of function to highlight the margin concern?

On the top of the card, a control button for me to adjust the margin I concern about.

I can very easily pull right or left to adjust the margin, accordingly the table can get the figures which is below the margin highlighted for me to easily focus my attention to.

does DOMO card have this kind of function to highlight the margin concern? and how to design it?

thanks very much

Best Answers

  • edited June 2024 Answer ✓

    @Lu_zhang you could achieve functionality similar to this by using variables. What you would do is create a beast mode like this.

    CASE WHEN Margin < Var_Margin_Concern THEN 'Highlight' ELSE 'Do Not Highlight' END

    You would need to set up the variable Var_Margin_Concern.

    Then in your color rules, set it to highlight where your beast mode = 'Highlight'

    Then on the card you can set up Var_Margin_Concern as a variable that the users can interact with, and as they change it, the color rule will update, and propagate to your card.

    David Cunningham

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

  • Contributor
    Answer ✓

    I believe you should be able to do something like this using a variable. You would build a slider control for the Margin Concern, then use that in a beast mode that you would use as a filter, so that when you interact with the control, it adjusts/filters the card for you.

    Here's Domo's documentation for variables: Site faviconCustomer Support Community

Answers

  • edited June 2024 Answer ✓

    @Lu_zhang you could achieve functionality similar to this by using variables. What you would do is create a beast mode like this.

    CASE WHEN Margin < Var_Margin_Concern THEN 'Highlight' ELSE 'Do Not Highlight' END

    You would need to set up the variable Var_Margin_Concern.

    Then in your color rules, set it to highlight where your beast mode = 'Highlight'

    Then on the card you can set up Var_Margin_Concern as a variable that the users can interact with, and as they change it, the color rule will update, and propagate to your card.

    David Cunningham

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

  • Contributor
    Answer ✓

    I believe you should be able to do something like this using a variable. You would build a slider control for the Margin Concern, then use that in a beast mode that you would use as a filter, so that when you interact with the control, it adjusts/filters the card for you.

    Here's Domo's documentation for variables: Site faviconCustomer Support Community

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In