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

  • david_cunningham
    edited June 20 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! ✔️**

  • Sean_Tully
    Sean_Tully 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: https://domo-support.domo.com/s/article/7903767835031?language=en_US

Answers

  • david_cunningham
    edited June 20 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! ✔️**

  • Sean_Tully
    Sean_Tully 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: https://domo-support.domo.com/s/article/7903767835031?language=en_US