-
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
-
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…
-
Sharepoint Online Rest connector - "selected file may no longer exist"
I notice I get the subject line error message for Sharepoint Online Rest Connector when someone updates the sharepoint file for a couple of datasets, even though it has the exact same path, name, sheetname, etc. And then I have to go into the Domo dataset settings and re-select the file. Could this have anything to do with…
-
Add an Ability for Beast Modes to be 'Certified'
We need this governance tool so our self-service users know which beast modes they can trust! Currently, any of our hundreds of report editors have the ability to create, edit, own, delete, save to dataset, and lock beast modes. We have thousands or even 10s of thousands of calculations after many years of using Domo. Many…
-
Defaulting a dashboard view to specific users
I'm working on a dashboard that includes a dropdown and a table chart. I want to set it up so that users can see a default view based on a specific value selected from the dropdown, but I need them to be unable to modify the dropdown or filter the data themselves. Can anyone guide me on how to achieve this? Specifically,…
-
Customize Alert Schedule
The option to create a custom alert schedule would be really helpful! For example, I have an alert to see if my dataset is updated by row counts daily, but for datasets that have an upload schedule of Tuesday-Saturday it will trigger on Sunday and Monday, which isn't ideal. If this idea was posted already, please let me…
-
Is there a way to change the order of the color key so that it matches the order lines?
-
Input DataSet - Load New data
I am working on a new dataflow using Magic ETL. I have 11 input datasets. All are Workbench jobs with the Update method set to Append and they each have an assigned Upsert Key. I have configured each of the inputs to load New data. When I save my dataflow 3 of the 11 throw an error. "This data set does not support data…
-
Using Replacement Variable with sql query on workbench
I am trying to use replacement variable with my sql query to append data. I have table in database with about 16 million rows and thus a full replace would not be feasible. I have already referred to KB documentation and my sql query is a select statement with the column name in the where clause as well as order by clause.…
-
Data Dictionary Tool
Would like the ability for Domo to present to me all the fields made available to end users and what they are named (both in display and in the data) and then make available a place for me to define them and expose those definitions easily to end users.
-
Legend right next to its Lines?
Is it possible to have the legends next to its representative lines?
-
Creating a Beastmode/ Dimension
I have a set of data that includes columns like " Facebook Engagements, Facebook Impressions, Twitter Engagements, Twitter Post Impressions, TikTok engagements, TikTok Impressions" how do I create a dimension or beastmode where you will be able to filter by platform, e.g.: Facebook, Twitter, TikTok.
-
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…
-
Amazon S3コネクター・大阪リージョンの追加希望
現状Amazon S3コネクターは大阪リージョンには非対応のため、対応していただきたい。
-
Group two datasets and join them
I have two excel files one includes sales data and line items of products sold in each invoice, the other sheet I have is the freight charges per invoice. I want to be able to sum the freight and sales totals on both sheets and group them by the invoice number on a combined sheet. Is this possible? I sort of started with…
-
Case when and formula with date
I'm writing the following formula and it's not distinguishing between the dates correctly. What am I doing wrong? case when `Parent OR AgencyName` = 'Aspire Home Healthcare' and `Date` >= '10/23/2024' then `Total referrals` = 0 ELSE `Total referrals` end Note, my date shows as the little calendar and 'Total referrals'…
-
Sum distinct
Hi, i have dataset of products that have repetition item code and quantity, how do i sum the quantity?
-
Beast mode to remove "double quotes"?
I have some strings in a column named Client Name column that include double quotes ("). Need to remove or replace them. I tried using the REPLACE function to replace them with dots like so: REPLACE('Client Name','"','.'). Most things I've found when trying to look this up were more advanced requests and I have not been…
-
Filtering and Adjusting Cross-Month Records in MagicETL
Hey Domo Dojo Community, I'm working with a dataset containing reservation start (RSD) and end (RED) dates in the format of MM/DD/YYYY. I need to identify all records where the reservation spans across two different months (i.e., RSD and RED fall in different months or years). My objective is to filter out these…
-
Need help writing a Beastmode
This is my first BeastMode to create and having some trouble. I am probably way off so just wanted to ask here to save some time. What I am trying to accomplish is to get a sum of current balance of those that are in the groups above 120 Days in the age group column. I'm wanting to Name the Column 120+ Here is my syntax…