-
Mass dataset change on duplicated cards
I was using one dataset to create all of my dashboards and cards, but I had to split it up into smaller datasets for performance. Now I need to duplicate all of the dashboards with duplicated cards and change the dataset on each one. I would like to see a way to change selected cards to a new dataset. I saw the post about…
-
Card Color Rules - Preserve Condition When Changing Column
I sometimes find that I need to swap out the columns in my color rules, but I need to preserve the condition that was configured for the previous column. Right now when I change the column, the rule clears out and I have to enter it in again. Is it possible to not reset the condition when changing the column? Thanks!
-
New column for Locked and Unlocked Cards/Pages that can be filtered
When we navigate to Admin--> Pages or Cards Tab we want new colum to be added that can allow us to filter based on locked or unlocked. Currently this can be viewd and vaialble as an icon next to Card or page name. But we want it to be available in seperate column which can be filtered.
-
Map Card Enhancement Ideas: Series + Color Rules
I've encountered a few use cases in the past where I've needed to visualize custom regions in a map card. The custom chart feature works great when the regions don't change, but I haven't found an easy solution for instances where the regions are dynamic. For example, a sales territory realignment may occur which results…
-
Tickbox that when selected, a card requires a page filter to populate
Hi, I'd love an option in chart properties that would mean that a card will not display any data if no page filters are applied to the page. It would simply display as an empty string or possibly, in a similar style to the customisable "No data Message" field; a customisable text could populate the space. Often our users…
-
Allow for y-axis scaling on 100% stacked bar
There are occasions when the data that I am looking at doesn't vary much until the top of a chart. Including the entire chart can then make it difficult to differentiate between the changes of a single or multiple bars. It would be helpful to isolate these values by allowing the y-axis of a 100% stacked bar chart to take…
-
Power Point Plugin
I would like to know if a card is being used in a power point plugin. I do not want to remove/delete a card from a dashboard to later learn it was being pulled into a template with the plugin. This would also be a valuable feature in the power point plugin as well. The ability to see which card id each chart is associated…
-
Appendix Cards & Domo Governance
It would be very helpful in our Domo Stats or Governance datasets to be able to see if a dashboard contains cards in the Appendix. The best practice and standards we've set up is to not have cards in the appendix of a dashboard. This would help us track down when we forgot to keep that clean.
-
Build a Chart Type that resembles a Kanban Board
Kanban Boards are a popular way to to present / discuss information. It would be nice if there was a Chart Template available that would allow us to easily create a report with data that looks like a Kanban Board (column parameter, text data to slot into the appropriate column to resemble cards, maybe the ability to use a…
-
Domo Campaign - Add entire Domo Page into the campaign template
For the Domo campaign feature, domo provides the ability to add cards to the campaign template and we can customize and arrange cards based on our needs, But here we are not able to add the entire Domo Page/Story into the campaign template, it would be very helpful and reduce lots of work of rebuilding the same type of…
-
Add option for warning when Limit Rows field is exceeded.
If a card's data exceeds the default number of rows, it displays a warning, "WARNING! Not all of the data is shown." It's now possible to use the Limit Rows field in the Analyzer to increase the number of rows a card can display from the default 25k, but if this manual limit is exceeded there is no longer a warning on the…
-
Table Date Range Field Drop Down
The table Date Range option should not be fixed on the first Date field in the table. The drop down should be functional regardless of the fields in the table. Currently, the first date field is used for the date grain. This limits functionality and flexibility in reporting. You can only select the date range field when no…
-
Drill Down / Filter interaction
On a dashboard with multiple cards, it would be nice to have the functionality of being able to drill into a certain card and simultaneously filtering others by the column you're drilling into. Ex I have a card with multiple projects and a card with the financial information of all the projects, I can drill into the…
-
Hyperlink Capabilities in Charts and Graphics
This stems from a design idea I had when creating a Gantt chart to track multiple features of an epic using project data. I was looking to add to my Gantt chart the ability to make the "ITEM" field hyperlinkable so that users can visualise the project timeline and click on the Y-axis value of the project name and be able…
-
Symbol Bump Chart Tutorial
Bump charts are effective for showing changing rankings across multiple dates. For large datasets, consider grouping lines using colour and symbols. How Select 'Symbol Line' under 'Line' as the Chart Type Create Calculated Field named 'First name only label': CASE WHEN Year T = MIN(Year T) OVER(PARTITION BY Name) THEN Name…
-
Top 5 Selections within 7 day Rolling Period
I'm creating a dashboard to track complaints filed against a facility. Each record in my dataset is assigned to a unique ID. Each unique record displays 1 "topic" they selected. The "topic" is the reason for their complaint. I need to find the Top 5 Topics selected on each ROLLING 7 day period. So today's 7 day period…
-
Bar Diverging Stacked Chart Tutorial
Diverging stacked bar charts, aka Likert scales, are perfect for presenting survey or questionnaire results that involve sentiment (eg disagree, neutral, agreed). How to build in Domo 1. Start in Magic ETL: Survey Dataset: Input tool: Survey dataset Group By Tile: Select what columns identify the grouping: Age Group Name a…
-
Symbol Proportional Ordered
Symbol Proportional Ordered charts when there are big variations between values and/or seeing fine differences between data is not so important. How to build in Analyzer: Select 'Scatterplot' under 'Popular Charts' as the Chart Type Create Calculated Field named 'Dummy Field': 1 Drag 'Sales Dollars' to X-Axis Drag 'Dummy…
-
Circles Timeline Tutorial
Circles timelines are good for showing discrete values of varying size across multiple categories (eg earthquakes by continent) How to build in Analyzer: Select 'Scatterplot' under 'Popular Charts' as the Chart Type Create Calculated Field named 'Dummy Field': 1 Drag 'Date' to X-Axis Drag 'Dummy Field' into 'Y Axis' Drag…
-
Seismogram Tutorial
Another alternative to the circle timeline, the seismogram is good for showing series where there are big variations in the data. How to build in Analyzer: Select 'Bar' under 'Popular Charts' as the Chart Type Create Calculated Field named '-Sales'Sales/2 Drag '-Sales' into 'X-Axis' Drag '-Sales' into 'Series' Turn on…
-
Have drill path point to separate card rather than under the same card
This has been asked several times in the past but all were closed. It'd be nice and assist with governance / maintenance to allow us to point drill paths to the same card so that the logic and visualization exists in a single location and is easier to find if I'm using the same visualization as a drill path.
-
Surplus/Deficit Chart Tutorial
The shaded area of these the surplus/deficit chart allows a balance to be shown – either against a baseline or between two series. How to build in Analyzer: Select 'Bar' under 'Popular Charts' as the Chart Type Create Calculated Field named 'Positive Value': (CASE WHEN Value >0 THEN 'Surplus' ELSE 'Deficit' END) Create…
-
Spine Chart Tutorial
Spine charts split a single value into 2 contrasting components (e.g. Male/Female). How to build in Analyzer: Select 'Horizontal Bar' under 'Popular Charts' as the Chart Type Create Calculated Field named '-National Count' (CASE WHEN Gender = 'F' THEN -SUM(National Count) ELSE SUM(National Count) END) Drag '-National…
-
Bar Diverging Chart Tutorial
Diverging bar charts are a simple standard bar chart that can handle both negative and positive magnitude values. How to build in Analyzer: Select ‘Horizontal Bar’ under ‘Popular Charts’ as the Chart Type Drag ‘Profit’ from the Data pane into X-Axis Drag 'Product' from the Data pane into Y-Axis In Chart Properties,…
-
Created rounding function to show number in pivot table card
It seems in Domo - Pivot table there is no function to change the column value(number) rounding. e.g.: value under column 20,580,307 ===> display as 20,580k or 21M please vote it!!!
-
Sumo Card - Filter Option Include Starts With / Contains / End With
It would be helpful if sumo cards had the option to filter text fields with the options of starts with, ends with, or contains. In KPI cards you can filter on these logic conditions and the same functionality on a sumo card would be great.