-
Disable Auto-Preview for Cards (Federated Connections / System Wide)
We currently have a mix of Domo datasets plus federated datasets in our instance. When new cards are created, Domo often picks columns that are pretty irrelevant most of the time. While this isn't much of a big deal for Domo datasets since there is a speed advantage there, it creates a negative user experience for…
-
Colour change depending if beating last years amounts
I have a bar graph with a comparison line showing the previous year. I want the bar to show a different colour depending on if were beating the previous year or not. e.g. red if under and green if over.
-
Remove Inherited Color Rules from Drill
Currently any color rules applied to a card are also applied to its drill views. This can be helpful when the drill view uses a similar chart type to the original card, but can be confusing to data consumers if the same field is used in a different way in the drill. It would be nice to be able to remove inherited color…
-
Save / Export dataset containing the projections in Domo Analyzer Cards
Let's say we create a Domo Analyzer Card using "Multi-Period Projection" from the chart properties. It uses Linear Regression Recent Weighted and shows the projection in the UI. We need a dataset where all these projected datapoints will be saved.
-
How to select which Metric should go on Line in a Line + Bar Graph?
I have a chart where one Metric is $ and rest all is Numbers. How do I graph it in a way where the $ shows as Line and other show on Bar graph. (Like how in Excel we do a secondary axis) In the picture below, its taking the 1st one(USB requests) as Line while I want to show the Red Bar as Line with $
-
Unable to Display Stacked Bar Due to Partition Beast Mode
At the base, my dataset is broken up by employeeID, months, and planID. For each of the employees, month and plan; the employee receives a $ value based on performance, called "Earned" and they also have a column "Funded" that indicates what they were funded for the plan and month. I am trying to create a card that…
-
Showing some values based on SUM, other values based on the most recent date available for the week?
I am working with a dataset that pulls in sales and inventory data for items on a daily basis. In data analyzer, I created a table with the data grouped by week. After grouping by week, most of the fields in my card (i.e. Revenue, Units Sold, etc.) are aggregated by SUM because I would like to know the sum of all of the…
-
Pivot table field total and sub total options
I created a pivot table and I noticed that the fileds now have options to hide totals and sub totals. But when I check the options, it doesn't seem to do anything. I have columns "division", "category", and "subcategory". I have sub totals enabled and I want to add the item number and the item description. However, now I…
-
Best Way to compare Events
Hello! im trying to make a flexible card that is able to compare two points of time based of events that might have happend. For example this current period vs the school holidays fortnight. Or Event A vs Event B where the events are easily changed to different periods
-
Ability to get to card view from analyzer
As a power user of Domo who creates many cards I can have a quick way to get to the normal card view after creating a new card So I can lock the card, share, export, etc. without having to search for the card I just created Here is a common scenario for me today: I create a new card using the “+” ⇒ Card button After…
-
Allow Inverse Scale Marker Ranges in Line Charts
Currently the “Range” scale markers available in line chart types allow users to choose a fill color for Y-axis values within a selected range. It would be helpful to choose upper and lower range colors as well. For example if a metric has an acceptible value range, I'd like to shade anything above the upper limit as red…
-
Can we save / export the projection data as a dataset in Domo Analyzer Cards?
We have created a Domo Analyzer Card using "Multi-Period Projection" from the chart properties. It uses Linear Regression Recent Weighted and shows the projection in the UI. We need a dataset where all these projected datapoints will be saved. Any idea how to create this dataset or export it from the card?
-
How to aggregate a case statement that uses a fixed function
Hello, I was hoping somebody could help me understand how to sum the following case statement. case when `Date` = max(max(`Date`)) fixed () then `On Hand by Day - DO NOT SUM` else 0 end I need the calculation to be dynamic and reference the date selected on the card. All attempts to aggregate the case statement fail and…