-
Static Rank beast mode
When creating multiple ranking tiles in ETL, the performance is significantly slowed and the dataflow takes hours to run, in comparison with less than 1 hour without ranking tiles. Therefore, I would like to be able to use beast modes to create static rankings. Currently, if you use the rank function in a beast mode, the…
-
In-Dashboard Navigation Options.
We have developed a pretty long dashboard that encompasses a large number of different components. As a result, our dashboard length is exhausting from a UX lens - especially if your area is closer to the bottom of the page. A card interaction or contents style card would be a fantastic addition to enable page navigation…
-
Enable pfilters for Variables
While it's possible to use pfilters to pass parameters to cards and pages via URL, this does not seem to work with the Variables recently introduced, although visually they appear in the filter var when you apply them at the page level. This would allow a higher degree of control when creating links to navigate between…
-
Pivot Table switch values to show as columns or rows
Been working with Pivot tables for a while now, and one of the huge things I miss is the ability of selecting whether the values should be displayed as Columns vs Rows, something that you have in simple spreadsheet programs. This has proven useful when you want to show the same metric by different aggregations for example,…
-
Block tiles in Magic ETL to simplify complex dataflows
"Block Tiles" are larger tiles that contain a string of tiles inside. Block tiles could make large Magic ETLs (100+ tiles) easier to document, and much easier to read and understand. These tiles would contain a group of tiles that have a single output tile (not an output dataset) to make for an easy way to connect block…
-
Stacked Waterfall Graph
Please could a stacked waterfall chart be added as a standard card type within Domo? Here's an example from the web. Thanks!
-
Increase the field limitation on Pivot Datacard view
The Pivot table view on a Datacard only allows to add upto 10 rows/columns to the visualization. If we try to add additional rows/columns it starts replacing the existing ones with the new row/column. There should be no limitations to the Datacards as it could vary based on different views we require to visualize our data.
-
Add embed token as query parameter to the iframe src
When intergating with Domo Everywhere, creating a iframe is one of the main pain points. This should not be the case. In an ideal world, the iframe would look like this: <iframe src="https://public.domo.com/embed/pages/:embedId"> </iframe> However, as we need to pass the embed token as well. Insted of doing it via Forms…
-
Facebook Advanced Ads Connector - Choosing Specific Insights vs All
Currently in the Facebook Advanced Ads connector, there is no way to select specific insights you want your report broken out by. There are 60+ insights from video views, add to cart, add to wishlist, purchases, etc. but in my case I would like to only select <5 insights. If the report doesn't need to pull all the insights…
-
Option to schedule datasets in UTC or local time
When we schedule datasets today, Domo schedules them in UTC, so there are no adjustments for Daylight Savings changes. This means that we need to reschedule datasets that must refresh at a specific time of day locally (i.e., 6 AM Central Time, regardless of whether we are in Standard or Daylight Savings time) twice a year…
-
UI/UX: Navigate to DataFlow input datasets directly from DataFlow overview screen
From the DataFlow Overview screen (<dataset>/details/overview), I want to be able to quickly access the overview pages for the input datasets of that DataFlow. I can get to them via the Lineage page, or the Direct Impact info, but I want to get direct, immediate access to each dataset's name and a direct link to it, so I…
-
Extended DataSet information on DOMOStats
Can we get DOMOStats to include some of the additional information available on cards like in the API or CLI? While DOMOStats is great, there are some key funcionalities it lacks that are already available through the API and CLI and that would be a huge help when it comes to managing the instance. Some of the top of mind…
-
Allow Window Functions in MagicETL Formula Tile
It would be helpful to be able to write MagicETL formulas using window functions, similar to in beast mode. While the Rank & Window tile is often sufficient, there are some use cases where having this feature in the Formula tile would simplify the dataflow steps: Using a sum window function with unbounded rows This does…
-
Improve Dataflow Efficiency
Hello, Domosapiens, I currently have a data flow that is taking 14 min or greater to run. The design is as such: MySQL connector that first runs once to pull in all historical data (7.8M rows). Ex full historical pull query: select * from table; change dataset settings to merge method by changing the query to select * from…
-
Domo Stories: Passing page filters through when linking to another card
Does anyone know if it is possible to pass page level filters through when your interaction with a card on a dashboard is to link to another card? From I can tell it does not look like it is possible. I also have visual bugs when using a slider filter and a checkbox filter concurrently has anyone else seen this?