-
Quick toggle to exclude "Today"
In a report set for "last 7 days", Domo will automatically include the current date if your dataset has rows representing that date. I have many datasets with rows for the future, where the data isn't filled in yet. In order to get today's date to be suppressed in the report, I have to write a Beast Mode: case when `Date…
-
Pop Out and Drill Down
Pop Out and Drill Down It would be great to allow for the Open Card in a Pop Up function to set for an automatic first level drilldown. Currently you have to click to Pop Up, then click again to drilldown.
-
Struggling writing data from Pro-code app to dataset (appending data)
Attached is part of my app project where I am writing out a row to my dataset upon submittion by the user. Goal is to track the submission for use in reporting and other automations. Row will be used in a workflow to fire off API requests and ultimately submit a Jira ticket for the user who submits this in a secure…
-
Issue permanent connecting appDB to a Custom Domo App
I have an issue with connection constant and repmanent appDB to my Domo Custom app. 1) Firstly I used "id" field in manifest.json in pro-code editor an in a section of "collectionsMapping" as here, but it didn't help me. [code] "collectionsMapping": [ { "name": "MycollectionDev", "id": "here-was-connection-id"…
-
OData Connector - account creds and "data tag" question
Good afternoon. I'm trying to pull 3rd party data into Domo via the OData connector. I'm just not sure about a couple of things. For my Odata account in Domo, would the user and pass be the user and pass associated with the third party's Odata? And I'm not sure what is meant by "data tag"
-
Automated PDP to Multiple Values of the Same Attribute?
What is the best way to automate the provisioning of PDP policies to multiple datasets where a user for instance should have access to DMA=FL…but other users may need DMA = FL and GA.
-
Open Card in Pop Up, Zoom In/Out cover the data
In an App, I have a card #1 that I enabled 'Action' → 'Open Card in Pop Up' → Select the card #2 so that when you click on card #1, card #2 will pop up. Here is how card #2 popped up. There a Zoom In/Out (+/-) that cover part of the data show in card #2. How do I get rid of it?
-
Utilize column definitions in DomoStat dataset schema
As a lot of the data being returned are the programmatic values and are sometimes are unclear what they represent it’s be nice if they were defined right in the schema. Having column definitions on the DomoStats dataset schemas will also help illustrate best practices and show that Domo fully utilizes data governance on…
-
Prevent simultaneous executions
Hi, I have a workflow (to refresh a dataset) which gets triggered when a user clicks on a button in a Domo App. I would like to prevent simultaneous executions of this workflow even if the user clicks on the button multiple times by accident….meaning if a workflow execution is already in process then I want to prevent…
-
Has Anyone Implemented Automated Monitoring for Embedded Domo Pages?
Hi Community, We use privately embedded Domo dashboards within our internal application via iframes. Occasionally, these embedded pages fail to load, and we want to move from reactive troubleshooting to proactive monitoring. Our goals are: Detect when an embedded page fails to load. Diagnose common failure patterns (e.g.,…
-
How to enable new UI?
New Navigation | Domo My Domo instance is still using the old UI with navigation on top. How do I enable the new UI just for me?
-
NetSuite Dashboards
Has anyone tried to embed a DOMO dashboard on a NetSuite Dashboard? If so, how did you do it? Im not even sure its an option… but if it is im interested
-
Surveys from Multiple Qualtrics Users
I am having an issue where after setting up the Qualtrics connector, I am only able to get data for surveys that have the Admin on the account listed as the owner. There are a half dozen additional users who can create surveys that I need their responses data. Has anyone run into this before or knows how best to get these…
-
Loosen semantic match for dataset/dataflow search bar
Problem Wild characters: 'prod_name_x' won't return '[prod]name_x' trailing spaces: ' Google Analytics Agg' won't return 'Google Analytics Agg'. The search function is unusually strict, forcing users to remember perfect matches for dataset/dataflow names or scroll through loads of datasets based on keywords
-
Does this count as a manual run if we are under a Consumption model
Does anyone know if this scenario counts as a manual run in Domo? If I modify the logic of an existing tile or add a tile to a legacy ETL in Domo and then adjust its schedule so that it runs 5 minutes after I make the changes so I could test the output. For context, my company just switched to a Consumption based model…
-
Run Dataset Input From Inside Magic ETL
There is often a situation where I am developing or troubleshooting a dataflow where I need to have the most updated version of a data input in order to continue my work in Magic ETL. The current process is to click on the dataset in Magic, go to the Details tab, click the link to open the dataset, click the options…
-
Conditional card syling
Lots of great suggestions for conditional formatting within charts on here but would like to add another idea where the style of the card could be conditional. For example when filters are active the colour of the card could reflect that a selection was made
-
Help with window rank function
Hi, I have a file and I need a rank column that changes everytime there is a change in the rank_indicator. In the example below the rank would start at 1 for "Segment". I tried using the the rank and window tile but it is not doing what I am expecting What do I need to change ? Thanks
-
Scheduled Reporting for Embedded Domo
Overview Organizations that leverage Domo in embedded mode rely on seamless, automated access to analytics within their own applications. While Domo’s native platform supports robust report scheduling and distribution, these capabilities are not available when Domo is embedded. As a result, customers who embed Domo…
-
Issue with "EDIT IN JUPYTER" Button on Scheduled ipynb File
I’m running into an issue with a scheduled Jupyter notebook in Domo. For context: I have an ipynb file in Domo, let’s call it "Help Desk Fetch All Groups". This notebook was originally created as a schedule for a Python script in Domo’s Jupyter Workspace. The original Python file was likely named "Help Desk Fetch All…
-
Overhead in Financial Statements
I'm trying to build out a financial statement from account level values. I'm almost there. I've got Gross Profit, Net Revenue, and EBITDA like so: CASE WHEN Account IN (Gross Revenue, Other Revenue) THEN VALUE ELSE 0 END AS 'Net Revenue' And then at the card level I can SUM(Net Revenue) to get totals for different…
-
Copy Drill Path to Multiple Cards
Hi team, I'm wondering if there's a way in Domo to apply or copy an existing drill path view to other already built cards?
-
Calculating A Total Time Based Off Multiple Values
I may be overthinking this but hopefully someone has a suggestion. I have a dataset where I need to take the total time of two tasks, only if they are part of the same ID and completed by the same Name. (ID is based off of an overall order where the task is one task within that order.) Screenshot below shows that I would…
-
Disassociate 'Card Name' with 'Dashboard Card Name'
I would like the ability to change the title of a card on a dashboard without it renaming the card everywhere in Domo. Often when the card is on the dashboard it has additional context surrounding it to give it meaning and this allow the card title to use a more concise title such as 'Revenue'. The problem is that doing…
-
% of Sales for each expense in Pie Chart
Sample dataset: Branch Region MonthEnd Account MTD 1 A 2025-10-31 Sales 100 1 A 2025-10-31 Expenses 1 50 1 A 2025-10-31 Expenses 2 20 1 A 2025-10-31 Net Income 30 2 A 2025-10-31 Sales 200 2 A 2025-10-31 Expense 1 100 2 A 2025-10-31 Expense 2 50 2 A 2025-10-31 Net Income 50 I added MTD % of Sales using Beastmode: sum(MTD) /…
-
How to get Task information from Wrike to Domo
How can i use the Wrike connector to read all the tasks, sub items, and comments with start date and completed date in domo Thanks
-
NEW! November Product Feature Release
Hey Domo Community! We’re excited to announce another new feature release! Check out our Domo Drop videos for demos on Workspaces (beta), data modeling (beta), app components, Workflow sub-flows, and Magic ETL enhancements (beta). Click here for more info on all the new features. Last but not least don't forget to join our…
-
Allow Inverse Scale Marker Ranges in Line Charts
Currently the “Range” scale markers available in line chart types allow users to choose a fill color for Y-axis values within a selected range. It would be helpful to choose upper and lower range colors as well. For example if a metric has an acceptible value range, I'd like to shade anything above the upper limit as red…
-
Workflows - create dataset?
Hi - new to workflows and trying to figure out some capabilities. One use case I'm attempting is to take a character string from a form, inserting that string into a query, and saving the resulting dataset. Is this possible with a workflow?
-
Beast Mode Data Type filtering and reporting
Could the Data Type of beast modes be added to the Domostats report and also added as a filter property in the Beast Mode manager?