-
default dataset sharing
Hi has anyone worked out how to only let editors have access to datasets that have been directly shared to them and not shared by the fact they have had a card shared with them? We have applied PDP but not all datasets have the ability to have PDP applied. What we want is the ability for editors to have dashboards and…
-
Dynamically show/hide columns in Table charts
I would like to propose an option of using variables or beast mode functions or any other in built way to dynamically show/hide columns in table reports. I have had requests where users have asked to pick and choose columns they see in table charts which they further export to google sheets or excel to perform additional…
-
Index Column in Mega Table?
I have a Mega Table with 2 columns, sort by Score: Name Score A 100 B 90 C 80 D 70 I want to have Rank column, is there a way to add this in Analyzer? Or do I have to use a Rank & Window tile at ETL level? Name Score Rank A 100 1 B 90 2 C 80 3 D 70 4
-
Support for Snowflake Timezone aware Datatypes in Domo data viewer
TIMESTAMP_NTZ gets TZ converted and presented in Domo in the correct Timezone. TIMESTAMP_TZ appears gets mishandled and the UTC date is presented. This will reduce the need to prepare the data in snowflake before connecting it to Domo for use, speading delivery and avoiding TZ confusion. case ref: 05913115
-
Customizeable PowerPoint export format
In the company I work at, there is a need to customize the export format of cards when exported through PowerPoint. We need to place legal disclaimers at the bottom of a slide as well as place our brand logo in a particular position, but as it stands there isn't any PowerPoint export customization options (or export…
-
Expanded Card Customization Options
App studio framework is a big upgrade for our company from Dashboards when it comes to styling. One thing however that we encountered is that when a card is expanded, customization options are limited. Until recently, the expanded image would be the same format as the 'Card Details' page of a particular card, like so (an…
-
Multiple targets on Radial Fill Gauge
A great feature would be the ability to have multiple targets with labelling on radial fill gauges. Whilst there are a number of other ways to visualise this, the radial fill gauges can be popular, and having the ability to have multiple targets would enable consistent styling when radial gauges are being used. A…
-
Change default background color for expanded card
This applies to App dashboards: When the page has a picture fill and the card in the page has a transparent (0% opacity) fill, then the card default color when exanded is steel grey. This steel grey color interferes with other card elements, and I'd like this color to be changed to plain white when the card is expanded.…
-
Move or Copy Card for App Studio
Currently, the "Move or Copy Card" on card settings only allows you to move/copy the card to a dashboard. It would be nice to move/copy cards to App pages as well and see where the cards live from this page (instead of going to the admin center).
-
Global Column Rename
Idea: I’d love to see a feature in Domo that allows us to rename dataset columns once, and have those changes automatically reflected everywhere that column is referenced (cards, drill paths, ETLs, beast modes, etc.). Problem Today: When we want to rename a column (for example, changing “Parent Account” to “Parent…
-
How to find all apps that connected to certain card
Hi everyone, Is there a way to find all the apps connected to a specific card? The idea is the same as finding all the dashboards connected to a card from the card info. Is there a way to do this for apps instead of dashboards? Thanks
-
What is controlling the expand background in App Studio?
I recently noticed that when expanding a card in App Studio the background has a color. However, it is a dark color with black lettering. I have tried looking for something in the theme color settings and couldn't find anything for the expanded section. What is controlling that color? I would like to make this color lighter
-
standard drill down for dataset
I have many use cases that for a specific dataset I create visuals and end up making the same drill-down for each visual. It would be nice to be able to create a standard drill down per dataset that syncs to all the visuals to that dataset.
-
Pivot Table - add ability to group columns by values and then dates
In an excel pivot table that includes multiple value fields with a date field as the columns, you can move the "values" field above the "Date" cell in the columns section to group the columns first by metric, and then by date. In Domo, adding two metrics to the "values" section only allows for plotting by date with each…
-
How can I get null/empty string fields to appear as zeros in my ETL?
Hi all, I am running into an issue where I am trying to convert null/empty string fields to zeros. I have tried multiple different methods with no luck. The fields continue to appear blank. I need zeros so I can use them in Beastmode calculations and conditional formatting. For context, this ETL is used to show quantity on…
-
App Studio Components
Dive into the power-packed world of Domo App Studio components and discover how to transform raw data into stunning, interactive experiences that captivate your audience! ⚡️ https://www.youtube.com/watch?v=U730vpP2pdI
-
Flex Table - Allow Built in columns to be formatted
The built in columns like 'PCT Chng' seem to decide what format they are by the math. If first and last are integer values you get a PCt Chng with no decimals, if one of the values is a decimials you get a PCT Chng with decimals. This fools the eye when you've sorted the values, the first thing people call out when they…
-
Rank function in Beast Mode
I have earlier applied the dense rank window function in beast mode as below and it worked. Now I am trying to apply the same logic against another dataset for my dashboard, it says syntax error and throws the below error "This calculation uses both aggregated and non-aggregated columns. This may result in duplicate rows…
-
Displaying `% Change` based on `Date` Beast Modes (Prev Month YoY and Last 2 Months MoM)
Hi everyone, I've created two beast modes based upon Date: Previous Month YoY: CASE WHEN ( YEAR(Date) = YEAR(DATE_SUB(CURDATE(), INTERVAL 1 MONTH)) AND MONTH(Date) = MONTH(DATE_SUB(CURDATE(), INTERVAL 1 MONTH)) ) OR ( YEAR(Date) = YEAR(DATE_SUB(CURDATE(), INTERVAL 13 MONTH)) AND MONTH(Date) = MONTH(DATE_SUB(CURDATE(),…
-
Dynamic Filtering - Today Less and 30 days and oldest date
Trying to create an default filter on an app that looks at all the open orders, but excludes that last 30 days. We have a delay from time of SO issued and it being billed. Looking for Older (> 30 Days) on the app
-
View all access requests in Domo UI
Hi, When a user requests access to a page/app, that request is emailed to the owner(s) of the page/app, the link in the email just takes you to the page and you have to "Share" the page with that user. Include feature in Domo UI that shows all the pending requests that the owners have to approve?
-
Filter Tree Option
We should have the flexibility to Group Filter options. For example, we have Geo, Region & Country. Given the flexibility to group all the 3 options in one Filter Card helps user to choose options easily and improves user experience.
-
YOY with Series
Hi all, Currently we are showing data from a rolling 13 month period that breaks down the total into specific instrument buckets. I am trying to simply show a line within in this that keeps the instruments names broken out but shows that last year comparison amount is this possible without going into the data and creating…
-
Beast Mode: build “hotel stay duration” from Timestamps
Hi all, I need to calculate the time between two Timestamp fields in Analyzer: Hotel Arrival Date Hotel Departure Date Goal A numeric duration in hours (decimal) A readable HH:MM string for tables Optional: integer minutes Example Arrival = 2025-08-28 22:10:00 Departure = 2025-08-30 00:20:00 Expected: Hours ≈ 26.17, HH:MM…