-
Increase Dropdown Limit
I've encountered an issue where client surpassing 100k are not appearing in the dropdown search. even though these records are present in the dataset for a specific date range. It appears that the current dropdown limit of 100k records is preventing these entries from being displayed. It would be beneficial if the dropdown…
-
Custom Border Options Between Cards
In other BI tools, developers can customize borders such as vertical and horizontal borders, to help visual differentiate them. This feature is especially useful for clients who prefer to have clear visual separation between cards in their dashboards. Currently, Domo lacks this level of border customization. Implementing…
-
Domo.JS is not getting created via domo init
Domo.js is not getting deployed when I create a new project using domo init. I know there are workarounds to create this using npm install --save ryuu.js But I am wondering if this is a symptom for some systemic problem which is also causing my projects to error out with message such as these:
-
Inline Editing and Dataset refresh problem
Context: I have a Dataflow that has 2 Input Dataset (Product Sales 1, Product Sales 2) and an Output Dataset (to find rows that are in Product Sales 1 but not in Product Sales 2). And this Dataflow triggers monthly when Product Sales 1 and 2 get appended. I want to add a commentary column in the Output Dataset using Inline…
-
Connector authentication
FYI from a customer. we realized that you cannot copy/paste the SQL password on a connector! That was tripping us up a bit. But once we realized we have to type that password in manually everytime we change the connector, we stopped getting the authentication errors. It would be nice if that was noted somewhere on the…
-
GA4 Metric and Dimension Validation Best Practice
When setting up the GA4 connector for the first time it can be difficult to identify the metrics and dimensions needed to replicate the Google Analytics Dashboard. The quickest method I've found to identify the correct dimension names and metric values is to use the GA4 Query explorer.…
-
Issue with using calculated field in "Values" section with Pivot Table
Hi all, Up until recently, I was able to use calculated fields in the pivot table in order to display a text value: However, when attempting to do this on new cards, it will only let me use COUNT. Below is a different card/dataset, but in theory, shouldn't it be functioning the same way? I've tried adding it as a row…
-
YOY reporting based on Fiscal Week
Can we create a YOY card similar like this But based on the date range selected 10/20 to 10/26 which is fiscal week 43. It should compare the previous year fiscal week 43 which is date range 10/22 to 10/28. Currently, what is doing is it is comparing the same date range for 2023 (10/20/2023 to 10/26/2023). Is it possible…
-
Add owner to data integration account?
If there is a data integration account with no owner, is there a way to add an owner?
-
Whoops error when implementing Join in dataset views
I'm relatively new to Domo, so I'm hoping someone can help. I need to complete a very simple join of two datasets. It is a left join of a larger data set from one of our vendors and a smaller dataset pulled in via the Google Sheets connector. I have tried connecting via User ID (integer) and by email address. In all cases…
-
ability to remove thousand abbreviations (K) on histogram card
I open the same data on a table I get an option under format for removing the thousand abbreviations (ex 1K instead of 1000). when I open it in a histogram card that option is not available in format.
-
Timezone by zip & postal codes for US and Canada
I need to map call data to local timezones to account for business hours and need to map it via zip and postal codes. Is there a pre-existing database available?
-
Rank and Window Function - SUM
I am trying to create a SUM in a Rank and Window ETL Tile. I have no reason to put a Frame Range in other than unbounded but it will not let me APPLY. I must be doing something wrong. Should the FOLLOWING box be a 0?
-
DDX Brick: Page Filter
Hi Everyone, I have created a DDX brick which is correctly making a gauge chart however it only shows the total aggregated number and doesn't update when a page filter is applied. Does anyone know what further code needs to be applied? I want it to update when the column DATE is applied on the page. Thank you for your help!
-
App Studio Forms: Page Filter Integration and Table Section for Multi-Row Entries
Description: I’d like to propose the addition of two key features for Domo App Studio Forms that would significantly enhance its functionality and usability. These omissions currently present challenges in how we collect and manage data through forms, and addressing them would improve the overall user experience. 1. Page…
-
Allow filtering alerts ‘Subscribed to by’ a group. Currently, only users can be filtered
To date, it is not possible to filter alerts when they are shared with a group, because groups are not displayed in the drop-down menu of ‘Subscribed to by’. This should be improved and groups should also be displayed
-
Allow Group Ownership for DataFlows
I know there is a feature to update groups to own a dataset. If we can have group ownership for dataflows as well, that will help track dataflow failures as a team.
-
App Studio: Share Page as PDF
Similiar to traditional dashboards, a prospect has suggested the ability to share App Studio Pages as PDF's.
-
Ability to duplicate page in App Studio
I know we can currently import an existing dashboard into App Studios but it will be very helpful if we can duplicate a page in App Studios. I've made a couple of edits on one of my pages and wanted to duplicate it but we don't currently have that option in DOMO.
-
Rank Question
I have a list of companys that have different subscription intervals (monthly, annual) and I'm seeing duplicate rows. To mitigate this I want to have one line item for each company, I have tried using Rank and Window and it removes all rows of data. How do I properly get one row for each company using most recent create…
-
October Community Recap 👻
Hi Domo Community! Happy November!! October was a great month on the Forums, skim the below to see the top highlights. Click on the discussions, ideas, and user links and leave comments/reactions to contribute to October's top content 🔥 Latest release: Domo AI Chat Probably the most exciting thing that happened in October…
-
Sankey Improvements
1) Allow more node width 2) Allow color control There does not appear to be a way to fully display a Sankey diagram that is more than 5 nodes wide without it getting cut off. Here's what it looks like cut off (with no way to get a non cut-off image) It is also impossible to specify what colors you want associated with each…
-
Unable to send message from Iframe to parent
I am using window.postMessage() to do a communication between iframe and my custom parent app where I have embedded domo dashboard. Sending from DOMO DDX Brick: const message = "Message from child DOMO Brick"; window.parent.postMessage(message, "*"); And in my app I am getting it like this(where my dashbiard is embedded),…
-
Editable Automated PPT Downloads in DOMO Dashboards
Currently, the output of automated PPT downloads from DOMO dashboards only generates non-editable screenshots. This limitation constrains our ability to make adjustments, update data points, and customize presentations, which is essential for effective communication and flexibility in consulting and research tasks. Feature…
-
Treemap hover fix
When 2 treemaps at different levels are displayed the hover does not highlight all the values in the corresponding category, also for the treemap on the right it is not possible to add colours based on the primary category e.g. 30th anniversary.
-
Sharing card with a user will automatically grant the user access to the dataset?
guys, not sure if I am wrong or a purely coincidence. I am the DOMO admin of our company and was reviewing the DOMO dataset access yesterday. I saw some random users having access to several datasets which I had never shared with them. Then I look at the user access on the cards which are powered by these datasets, they…
-
Add a analytics tracker in the head of page
Hi, The dashboard I am embedding, I need to use analytics tracker to see user's behavior on the dashboards. For that I am using FullStory, and they have a script which we need to put inside the <head> tags both in the main page and inside the iframe/dashboard page. I can add that script inside the brick in iframe but…
-
Bar Chart Selection Not Filtering Data Card
Hoping someone can help me on this one. I've got a dashboard (below) where I have two charts, one that looks at data across all time, then one to its right that focuses on last 4 weeks. Then I have a detail table below to show results. When the right weekly chart has results that display at least 2 bars, either bar becomes…
-
DomoStats connector - Activity Log report limit
Hi team, Posting this for one of our customers, in regards to the DomoStats connector: The DomoStats connector only provides a small rolling window of Activity Log entries in the Activity Log report. We currently retain only 30 days (though in the past we retained a longer window). However, the connector report…
-
Ability to create a copy of a dataset, and then update settings
SO OFTEN we have to bring in multiple datasets from a single connector. It can be an incredibly time-consuming process, with many of the same steps taken over an over again. If we could simply set up one dataset, then make a copy with a new name, and adjust settings, it would save HOURS…so many hours. It would also make…