-
Hyperlink from Card to connected Dataset
There was a similar post on this a few years ago but my request is slightly different. It was number: 32091. On the data card view you can go to "Connect / Update Data" to see what dataset is powering the card. Is it possible to make it a hyperlink to the actual Dataset. My process right now is duplicate the window and…
-
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.
-
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…
-
Ability to filter based on logged in user
I know this has been requested for YEARS, so it should not be a surprise. It would be very beneficial to be able to filter cards based on the user who is viewing the card. PDP is great for making sure that people CAN'T see what they are not supposed to, but it doesn't cover when you want them to be able to see everything,…
-
Card Views on DomoStats - Cards
There is a column 'Number of Views' in the DomoStats - Pages dataset, but for some reason this column does not exist in the DomoStats - Cards dataset. It would be super helpful for governance purposes to be able to have more information on the card views, for example the number of views and the last date where a View…
-
Combining Disparate Data Sources on a Card
I know it's not possible to create a card that pulls in data from multiple databases unless you combine them with a dataflow / ETL. But I have a scenario where that approach doesn't make sense as the data is VERY different in structure. Basically, one database has detailed individual end-user records which I'm totaling…
-
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 -…
-
Drill-Down Card Domostats Report
It would be very helpful for me to be able to see details on drill-down cards. This would be a dataset similar to datasets created via the Domostats connector. This report would allow me to see a drill-down cards ID, Name, Parent Card ID, Dataset ID, Owner ID, Created Date, Date Last Maintained and any other fields Domo…
-
Using Existing Cards as Drilldowns
It would be incredible if we could have the option to choose an existing Card to use as a drilldown. Time and time and time again I have found myself creating the exact same drilldown from scratch that i JUST created on a different card. This would be a HUGE time saver!
-
Custom Format 1 Line on a Multi-Line graph with dash or area
I would love the ability in the Color formatting to be able to make one of the lines in a series be highlighted by making it either dotted (vs solid) or thicker or better year change to area. As far as I can tell you can only change all lines and not a specific one, or just change the color of specific ones. An example of…
-
Interaction Settings Filter Out option
We have the option to change interaction for Selected cards, it would be great if we had also: "Don't apply to Selected Cards". In that way we don't need to go back and refresh the interaction every time we add a new card to the Dashboard. (if there is a way to do it let me know pls :) )
-
Calendar Card Enhancement
It would be a useful enhancement when you choose General -> Dates From -> Data that you could choose the most recent date, or the oldest date. Right now, when you choose Data it will start the calendar at the oldest date, which is typically not very useful. Choosing Current Date has the drawback that when a new month…