-
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…