-
Add a visual indicator to Drillable cards
It would be great if cards that had drill paths enabled had some kind of badge or visible indicator that would communicate to the user that there is a drill path enabled on the card. Right now the only way to know is to try clicking on the card. A lot of functionality and usefulness can end up being hidden behind what…
-
Disassociate 'Card Name' with 'Dashboard Card Name'
I would like the ability to change the title of a card on a dashboard without it renaming the card everywhere in Domo. Often when the card is on the dashboard it has additional context surrounding it to give it meaning and this allow the card title to use a more concise title such as 'Revenue'. The problem is that doing…
-
Please add AI Readiness to all DomoStats and Governance Datasets
These datasets seem to be a perfect use-case for making use of the AI assist features built into Domo. Unfortunately it is a LOT of work for every company using Domo to go through and add their own AI Readiness to these datasets. Some of the benefits (I'm sure there's many others): self-documentation - these descriptions,…
-
Filtering on missing / null values is awful - improve it!
TLDR: If a column contains a null value, there is no way built into the UI to filter to select null values only. Additionally, if you happen to choose "NOT IN" as your filter type and select a value, NULL values will additionally be excluded even if not requested. I understand that there is a workaround using beastmodes,…
-
Allow searching in ideas exchange only
The current search bar in the ideas exchange site searches through community forums and other domains. Please add an option to limit the search to just the ideas exchange so we can easily search to see if someone else has already proposed an idea before posting something new.
-
Enhancement when "Adding Content" and Choosing Existing Card
It can be quite difficult to find the correct card when searching for just the card title. If we could filter the search to a specific location (ie. page) that would be beneficial in narrowing down the search results.
-
Additional Functionality when charting by Week
When charting by week it would be nice to have the following additional options: Ability to choose the method that determines 'Week 1'. For example, is it the first Monday of the year? The first Tuesday of the Year? The Tuesday that includes the 1st day of the year? Is it simply whichever date is the 1st day of the year?…
-
Allow background color choice on Header elements
Currently you can only choose styles that affect the font of the header elements. It would be nice to be able to choose colors as well.
-
Normal distribution probability
Does Domo have anything similar to the norm.dist() function in excel or the probnorm() function in SAS? I'm looking to use it in a beastmode or calculated field within views explorer. norm.dist (excel) - https://support.microsoft.com/en-us/office/norm-dist-function-edb1cc14-a21c-4e53-839d-8082074c9f8d probnorm (sas) -…
-
How exactly does the rand() function work
Based on my testing it seems like the rand() function returns a guaranteed set of pseudo-random numbers seeded by the optional 'value' parameter. For example, if a create a card with a beastmode, the first time a beastmode, calls the rand() function (with no parameters) it will return a value of ~0.69. The second time the…
-
mySQL parameterized querues - resetting the parameter
I setup a parameterized query that pulls just incremental data based on IDs. I initially set the parater to zero and on the first pull it retrieved all rows as expected. On subsequent runs it's pulling just the new records as expected. Is there a way to 'reset' the parameter so that will will re-pull all rows in the table?
-
Simple JSON parsing
I have a field in a table that contains values stored in a JSON string like this: {"enabled":true,"timeout":220,"timeout_buffer":1} There are other fields in the table as well but only one of them contains JSON values. I would like to parse out the values into appropriately named columns, ie. create new columns called…
-
Allow dataset owners to choose a default date field
When you first create a new card a seemingly random date field is chosen by the card's date selector. At our company it chooses a deprecated field that was populated years ago but is no longer populated. This means that whenever someone applies a date filter such as 'This year' the card shows no data. I am constantly…