-
Color Rules by Rank
I have a Tree Map Card for Top 10 Products and I wanted to have some sort of Color Rules by Rank for example; Top 1 should be Blue, Top 2 should be Green etc. Is this possible?
-
double line graph with bar
I know DOMO doesn't have an available double line + bar chart but do you guys have any workarounds for it? This is what I am trying to replicate
-
lock table card data
Is there a way for us to lock certain columns of a table card to protect them from quick filtering? My customer's requirement is to lock the data from last year and the current year can be used with quick filter. its like locking 4/8 columns of my table card and let the other half be manipulated with a quick filter entry…
-
nested case for arithmetic operators
Hi, I've been having troubles with MySQL dataflow trying to write a code basically doing something like this: (CASE WHEN week = 1 THEN (a/b) END) - (c/d) * e i tried writing it down like this: (CASE WHEN `Week` = "1" THEN SUM((CASE WHEN `8Q` = "POR" AND `Fiscal_Year` = "FY19" THEN(`8Q_Price`*`Tons`) END)) / SUM((CASE WHEN…
-
radial chart max value
It's my first time to create a card using a radial chart type and I am having a hard time setting up the maximum value at 100%. It keeps on showing '10K%' as the max value. See attached file, I am trying to create card that will monitor our net promoter score so I created this beastmde: (SUM( (CASE WHEN `4. B` >= 9 THEN 1…
-
multiple line graph with single x-axis
Hello, I've been trying to create this card but it seems that I can only do a separate card for each y-axis that I have. I attached the actual graph that I am trying to create, can someone provide tips on how to do it? or maybe I should just consider having 3 separate cards for each of my y-axis? Thanks!
-
Nested Bar Tip for Creating Additional Bar
Hi, I'm currently using the Nested Bar Graph to visualize both open and closed orders. I also need to put the forecasted amount on the specific region in the graph. Is there a way to place another bar in the graph to show the forecasted amount, open and closed orders per region?