-
How do you group sources within a pie chart?
I have a pie chart that contains 3 sources that are all named "Web Order". Even though they are technically different orders, I would like to just group them all together. I've provided a screenshot below. Thanks.
-
Question on Alert Functionality
OK - I am sure this answer exists and I am fairly sure I know the answer but want to confirm: If you set an alert to notify you when summary number "goes up by 1" will it notify you if it goes up by 3? Seems silly but technically it did not go up by 1 and there is not an option of >=1.
-
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…
-
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…
-
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…
-
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,…
-
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…
-
Dynamic date range (last two quarters)
HI All, I am looking to create a dynamic date filter on my card. The objective is to get last two financial year quarters data. I am aware that there is an option in DOMO to get last two quarters data but this gives me incorrect results i.e if we are in May then this gives me nov - april data but what I need is oct 1st -…
-
Dynamic date range (last two quarters)
HI All, I am looking to create a dynamic date filter on my card. The objective is to get last two financial year quarters data. I am aware that there is an option in DOMO to get last two quarters data but this gives me incorrect results i.e if we are in May then this gives me nov - april data but what I need is oct 1st -…
-
Period-Over-Period % Change in Multi-Value / Single Value Gauge
Hi all, Still new to DOMO (4~ months) so just learning the ropes. Please point me in the right direction if this is posted incorrectly or if im possibly not understanding something! I'm trying to accomplish a simple Period-over-Period % Change calculation and it looks like this is an ongoing question/problem and I…
-
Add CTRL+click on cards to drill WITHOUT filtering
I know it sounds a bit crazy.. but I'd love to be able to set up two use cases for drill paths.. EXISTING use case = drill and filter (done, great) NEW Use case = CTRL+click on cards to drill WITHOUT filtering = this allows me to design a new view of the same data using a different card type to expose more details, yet…
-
Notebook Card Enhancement
It would be ideal to remove the dotted underline on the Summary Number for better interface. There are instances that users are taking a screenshot of this for reporting purposes, so it would be better to remove that on the interface of Notebook Card. Here's an example from the DOMO tutorial:
-
Gauge Charts should support custom background images, not just colors
Today, gauge charts do not allow custom image backgrounds, while other card types do support this. I suggest adding this capability for gauge charts to allow teams to customize further the appearance of a gauge with their own iconography, branding ,etc.