-
Page sharing grant for Participant Users
We are using the Domo sandbox, so we have a sandbox instance and a production instance. In our production instance, all of our users are participants. We would like a user grant that would allow participant users to share pages that they own. This would give our users more ownership and control of their pages, and there…
-
Recreating a Line Bar chart
Hi, I saw this chart during a demo and I think its very cool and useful. If you look at June 2024, they have a stacked bar chart. How do they accomplish this? I know you have to project the Future value out but I'm having a hard time getting them to stack. Any Advice would be great (What I am going for) (What I have)
-
'Edit Narrative Card' should not be connected to 'Edit Cards' in the roles
When we select the grant 'Edit Narrative Card,' it automatically enables the 'Edit Cards' grant. This severely inhibits the use of the 'Notebook' cards. We typically don't give any of our user the ability to edit or modify any of the cards in our instance, but we would like to give them the 'Notebook' card so users with…
-
Can a Sub-Dashboard be changed to a main Dashboard?
I have a Dashboard named "Dashboard 1" which has a sub-dashboard named "Dashboard 2". It is possible to "drag" the sub dashboard out of it's parent Dashboard so it is stand alone? I would like to delete Dashboard 1 and keep Dashboard 2. Any help appreciated! Thanks
-
Truncate Appended Domo Workbench Dataset
We have some datasets on our Domo Workbench setup as Appends. They have grown very large over time as they take a snapshot of the data daily. The datasets are still used but we no longer need the complete history. We would like to do something like keep the last 2 years or maybe keep one reading per month or something…
-
Multi-Value Card - Revenue and YOY % Change
Hello Community, I need help creating a multi-value card in Domo to show total revenue and year-over-year percentage change based on filter selection. The requirements are: Yearly Comparison: If for example FY25 is selected, show FY25 revenue and compare it with FY24. Similarly, for other fiscal years. Monthly Comparison:…
-
Connecting Google Ads
I am trying to connect Google Ads via Google BigQuery DataSet but my project name is not showing up in the dropdown for "Project ID" even though it has been created and thus, I am getting an error and not being able to generate the script or connect. Any help/suggestions will be appreciated.
-
Expense Comparison Percentage Change
I've create an expense comparison that is MoM and I want to add a color rule that if it is greater than the average of that row then it highlights. I've looked at the color rule and it seems like it isn't quite working for row level coloring. A snip of it I need it to highlight these numbers because there is a big change…
-
Data Center Accounts Page Enhancements
When you go to the Data Center and then to the Accounts page, it does not have the same functionality as the datasets and dataflows pages. Here a few enhancement requests. Add the ability to filter by owner and type. Right now, there is just a basic search that only lets you search by account name. Filtering by owner would…
-
Bulk Credential Changes
The simplest use case for this request is when someone leaves the company. Let's say someone owns all of the Salesforce datasets, and they leave the company. There is currently no way to change the credential driving all of those datasets. Even if the functionality arises where the admin can change that ownership, it would…
-
Admin can't update connector passwords
I recently had to update the password for a connector that was assigned to another team member originally. However, I could not save the new password even though I am an admin. Is there a way to make sure admins can update connector passwords even if they're technically not the owners?
-
How to show values on the pie chart instead of beneath?
Hi All, One of my cards on a dashboard is a pie chart, is anyone aware of how to show the totals on the pie chart instead of beneath? Is there also a way to show the numbers with consistent abbreviation? For example I'd like ot show it all in billions whereas at the minute it shows one number as billions, one as millions…
-
Pie Chart does not showing full data when Legend has the Bottom Portrait view Legend position
Pie Chart does not showing full data(showing 3 more but not the full data) when Legend has the Bottom Portrait view Legend position
-
Is there a way each individual tab in a page can be different sizes in APP Studio?
On a page, I have a 5 tabs and each tab is a category of KPIs but the sizing of the tabs is based on the largest tab and they are not sized individually, is there a way yo fix that?
-
Json Connector to only run when data is pushed to it.
Currently, there is no option to change the schedule for the JSON WebHook connector. Since this impacts the billing when the connector is running every 15 minutes regardless if data is pushed to it, I'm suggesting an option to toggle when we want the json connector to only run when data is pushed to it.
-
Using a Form DDX Brick.
Hi, Is it possible to collect user feedback using a DDX Form Brick while publicly embedding an app. I have this form that I created modifying the DDX form brick and I want to use domo everywhere and have it set to public to collect user feedback. It works when it is set to private but the whole goal is to collect our…
-
Card Name vs Card Title (for cards that have the same title)
I manage multiple brands in our instance and we use different datasets and have different data points for our brands, but a lot of the cards have the same title. When searching for a card to add to a dashboard there is no way to see what dataset the card is associated with. I think it would be great if we could give our…
-
Filter to show blank cells?
Hey! I am looking to filter data to show columns that have empty cells. For example showing all results where 'Planning Condition Status' is blank. I had a look at doing a Beast mode formula but wasn't sure how to put 'Blank' in the formula? Is there an easier way for me to do this? Thankyou in advance.
-
ServiceNow connector - Name for custom table in setup
I'm trying to use the ServiceNow Connector (the non-Upsert version) to bring data in from various tables. The human-friendly name is My Requests, and the entity name is sc_request_list.do, assuming I've understood what I'm looking at. I'm kind of new to SNOW, so I could certainly be wrong. Here's the name on-page: And the…
-
How To Calculate Time In Status?
I want to calculate time in status or time difference for "IN QA/REVIEW" which stops being in the status when it transition to either to "IN QA/REVIEW" / "Failed QA" / "Verified (Ready to Deploy)". Is there a known approach that DOMO offers that can solve this challenge? Status Timestamp Verified (Ready to Deploy)…
-
Issue Joining Datasets using Magic ETL Left Outer Join
Hello, I am trying to join two datasets one is a huge datasets that has all employee numbers in the company and the other one is another dataset that has a list of different case numbers and a requester employee number that I am trying to validate the employee number and the their tiers using the bigger employee dataset by…
-
Y axis categories not interacting on dashboard
I am working on a dashboard, and I have been able to easily link my x axis categories like date quarter or region to where if I hover over one it highlights it on all the other cards in the dashboard. If I select one in a check box it filters out on all the cards. But the same is not true for the y axis. If I hover over…
-
Domo BeastMode Que
I basically want, if an employee's attendance is marked PR PH PO PN HL HLWP HCL HEL consecutive 7 days then it should be highlighted as 1, if it is marked on the 8th day again then it should show 2 if it is marked again on the 9th day then it should give 3 and so on. I have data like Date Emp ID Attendance Status…
-
What is the string pattern to be provided in TO_NUMBER function in Adrenaline Dataflow
I want to convert a char value to number using TO_NUMBER function in Adrenaline Dataflow. The KB is given as below. What is the string pattern to be provided in the function to avoid decimals ? TO_NUMBER(STRING, STRING pattern) Converts a string into a number. An optional pattern can be passed in. If the pattern doesn't…
-
does DOMO card have this kind of function to highlight the margin concern?
On the top of the card, a control button for me to adjust the margin I concern about. I can very easily pull right or left to adjust the margin, accordingly the table can get the figures which is below the margin highlighted for me to easily focus my attention to. does DOMO card have this kind of function to highlight the…
-
Multi value gauge - WoW updating with filter
Is there a way to update the multi-value gauge with the WoW values depending on the week selected in the filter ?
-
Identify Column vs Row PDP policies
PDP icons appear on cards, but they don't indicate if row level or column level PDP has been applied. If the help text could be updated to display which has been applied that would be helpful for end users.
-
Tables imported in DOMO loosing columns
We have data into our Azure Data Lake then we ingest everything into our Domo cloud data warehouse platform as tables, but recently we noted that some tables are starting to loose some columns(like a table that had 19 columns some months ago now has 13 columns only), can someone suggest possible reason?
-
Left Join reducing Rows
I have two data sets that I'm joining on a left join. My left table is the gljedetail 2023, from what I understand a left join should keep all the rows in the left table. It reduces the number of rows not sure why it is doing it. Also, I'm using two columns for the key
-
Export to Excel: include images in cells
Current Powerpoint/PDF export is designed to be just a screenshot rendering of a card. Excel export gets more data but the Excel spreadsheet does not display the images as the card does. Please see the example attached. It would be great to have export display as is on the card.