-
What's the difference between DOMO Stats Connector and DOMO Governance Datasets Connector
In the context of PDP (row‑level security) policies, what are the differences between the connectors? I want to create a dataset that lists all datasets with each PDP policies it has, along with the PDP conditions, who they apply to, and any other relevant details. When should each connector be used instead of the others?
-
Custom Map for Ecom Store
I have physical stores in different provinces in Canada and an online ECOM store that I count as a stand alone store on it own. I do not have long/lat for physical store, it would be too many to populate. I use a Map chart with Names = 'Province Code', Values = 'Sales', and the chart populates all the physical stores…
-
App Studio Homepage, hide App's Last Update?
Is it possible to hide "Last Updated: 3 months ago" for App in App Studio Homepage?
-
Drop Down Filter Card - default selection and not allow user to clear filter, is it possible?
I have a drop down filter using the Month End Date column → Added this drop down on an App → Created a filter view to pre-select the most current month '2026-02-28' However, I want this drop down filter to always have something selected (so using filter view ensure you have something pre-selected at the start). However,…
-
Sandbox cannot commit due to user does not have access to content DATA_APP
I'm trying to commit a newer version of an APP, got error message above. Not exactly sure what content is DATA_APP, and how do I look it up and see if I have access or not? P/S: I used this same repository to commit the same App last week, it worked.
-
Line Chart and Trellis/Tiered Date Settings
Using Line Chart with x = Month End Date y = Sales Gives me the sales by month, but I want to use Trellis/Tiered Date Settings add a quarter date category. But I couldn't get it to show the quarter category.
-
Fiscal Year filter filtering Score Card dynamically?
I have a dataset with these column: Month End Date, YTD_Amount, Month, Fiscal Year, FY End Date. I want to make a score card that show the YTD amount dynamically by Fiscal Year. For example: - if FY = 2025 (FY Year End Date = 2025-01-31) → score card should show the YTD_Amount when Month End Date = 2025-01-31 - if FY =…
-
How to delete App and the cards being used in the App?
App Home → left click at the 3 dots on the bottom right of an App → Delete App Then it popped up this confirmation message saying deleting this App will NOT delete Cards. I would like to delete this App and cards being used in this App, does anyone know how to?
-
Flex Table Use Case
Source: Flex Table How do you recreate this flex table period over period? Especially the category column 1 Product Line. In period over period flex table I can only drag in X-axis (time period) and Y-axis, in this case would be Sales $
-
See underlining SQL script in Magic ETL?
For example, I have this ETL and I want to see the underlining SQL script that DOMO use to run this ETL. Is it possible?
-
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?
-
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?
-
% 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) /…
-
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
-
Adding Calculated Total Rows in a Pivot Table?
My sample dataset: Pivot table using Region Code Name & Account as Rows, MTD as Value will show just like the picture above. However, I want to add calculated total rows, so that my pivot table would show like this: individual Region Code then the Total for each Account as each row. Is there away to do that with Beastmode,…
-
Previous Month with Lag Window Function?
I have a sample dataset like this: MonthEndDate Amount Aug, 2025 80 July, 2025 70 June, 2025 60 And I'd like to have another column called "Previous Month", but I'm not sure how to set that column up with Rank & Window tile in magic ETL? MonthEndDate Amount PreviousMonth Aug, 2025 80 70 July, 2025 70 60 June, 2025 60
-
Change Value Over 100% in Multi Column Card?
I have 2 column: YTD vs YTD Budget I used a multi value card with Gauge Value = YTD & Comparison Value = YTD Budget: For example if my YTD = 11.75 & YTD Budget = 12.76 The % change you see in this card = (YTD Budget - YTD)/ YTD *100 = 8.68% But what I want to show instead = (YTD Budget/YTD) * 100 = 108.68% Anyway to show…
-
Attributes to create dynamic group?
I want to create a dynamic group in DOMO (More → Admin → Group). Example: I want to create a Sales Rep group where I would like to use 2 attributes: Title = 'Sales Rep' Status = 'Active' But I cannot see those 2 attributes when setting up the Membership Criteria. They are both Managed Attribute
-
Get the most current run batch using Magic ETL, filter by batch?
I have a sample dataset where everytime this dataset runs, it append to the original dataset. For example, this dataset has ran 2 times in the past, one on Aug 17 and one on Aug 24 (so every Sunday) batch_id batch_last_run 1 17-Aug-25 1 17-Aug-25 1 17-Aug-25 2 24-Aug-25 2 24-Aug-25 I would like to use this dataset as an…
-
Is it possible to create case when for ALL?
I have a column 'channel_id' with 5 id from 1 to 5. I want to create a case when: CASE WHEN channel_id = 1 THEN 'Facebook' WHEN channel_id = 2 THEN 'Instagram' WHEN channel_id = 3 THEN 'Tiktok' WHEN channel_id NOT IN (1, 2, 3) THEN 'Others' WHEN channel_id IN (1, 2, 3, 4, 5) THEN 'All' END So that I can have this column as…
-
How to set up alert properly. Which cards to use?
Say I have a table card or a summary number comparing Sales MTD vs Sales MTD Last Year, and the % change. I want to set up an alert so when the % change is less then -5% then send me an alert with message like this: "Your sales decreased -5.88% comparing to MTD Last Year" I could not figure out how to set this alert up.
-
New feature: Advance Date Filter Control. Is it a car, variable, or the controls in App?
Current Release Notes Domo has a new feature. But I am not sure whether it is filter card, variable, or a control in App? I thought in analyzer, you already have the "Date Range" feature? Are they the same thing?
-
Difference in dataset granularity and filters
I have 2 datasets that power 2 table cards: In-stock by Product Branch - this dataset will power a card call "Inventory Inquiry by Product Branch" which has columns: product, branch, available qty, allocated qty, in po qty (= aggreagated sum of all open po transaction) Open Purchase Order Transaction - this will have Order…
-
Promoting App, ERROR creating variable control
I have an App made in Development Instance, some of the cards in the App have beastmode calculations that use variable in it. When I promote this App from Development to Production Instance, I have this error but I'm not sure what's the problem is or how to fix it.
-
View & use all the ETLs and datasets created by different users
Say my team has 3 people, each of us has an individual DOMO account. We import/cloud amp datasets and use those dataset in ETLs on our own account. But if my teammate needs to use a dataset or an ETL that I have already created, I have to manually shared with them as co-owner. Is there a way that all of us can see and use…
-
1 customer assigned to 2 sales person, how to show the total correctly?
Customer Sales Rep Customer Current Points Balance Bob a 75 Bob b 25 Tina b 125 Jimmy a 65 Above is an example dataset. I have an APP that has 2 filter cards (Customer & Sales Rep) and a single value card showing 'Customer Current Points Balance'. So that when I select: Customer = Bob → then Customer Current Points Balance…
-
SUM(DISTINCT) based on another column
Customer Sales Rep Sales Manager TOTAL Customer PTS Bob a Rudy 100 Bob b Rudy 100 Tina b Rudy 125 Jimmy a Rudy 65 I have a sample dataset above. As you can see, Customer Bob is assigned to 2 Sales Reps & the Total Customer PTS = 100 no matter which Sales Rep it is. Since I'm the manager Rudy, I want to see the Total…
-
Multiple progress tracking bars
I want to track KPIs against set targets. Is there a way to create a chart in DOMO where: Y-Axis: Represents KPI metrics. X-Axis: Shows actual vs. target values. Even if the upper target limits differ for each metric, the bar lengths should remain consistent. Additionally, can the bar colors be dynamically set based on…
-
Date filter card: default select last month dynamically?
So I have a dropdown filter card called 'Date' in my App, user wants to default that 'Date' in the App to be last month - with the option to multi select other months, currently I'm have to manually update the Filter View. For example: Today is Jun 20, 2025, Filter View: Month End Date <= '2025-05-31' → 'Date'' show…
-
Send email to people who I have shared the App with
I made some changes to an App, I want to send email about those changes to people whom I have shared the App with. I haven't used workflow before and it seems very confusing. So I couple of question: How do I get a list of people whom I've shared the App with?