-
Single Series Legend for 100% Stacked Bar
An option that exists on standard stacked bar charts is a 'show single series legend'. This idea is simply adding that to 100% stacked bar charts or any other series type charts. The labels on these charts are still important to consumers to understand what series is at 100%.
-
Option to disable/enable Default Drill Down for full Instance
In any Domo instance, the Drill Down to Final Data grid view option for all cards is currently enabled by DEFAULT and developers have to individually select each card, then Edit Drill Path to disable it by checking Prevent drilling to final data grid view. However, the instance dealing with PII/PHI/confidential data…
-
Show a 0 instead of "No Data" on Map Cards
It would be great to add a feature to map cards to show a 0 instead of "No Data" on map cards. It would look a lot cleaner and save a lot of effort having to build out an ETL solution every time. If that's not doable, changing the formatting for "Hide No Data Items" would be helpful. Being able to keep the state name in…
-
Increasing m x n dimension of a pivot table
I was trying to build a pivot table where columns would be month names, but DOMO can't handle pivot tables with (m+n) greater than 10. (m- rows, n - columns) It would be very helpful if you increased a possible number of dimensions of a pivot table.
-
Datasets join issue
I'm trying to create a card that can be used to present to budget owners how much they have currently spent for the month compared to the budget they've been given. In order to do so, I have to create a dataflow that involves joining 2 datasets; One is Netsuite, which stores all the journal entry transactions, and the…
-
Grant to Share Cards and Page, but not Edit
We would like to create a new role that is a User but can share cards and pages. However the grant that allows sharing also allows editing and deleting. I would like to see that grant split into two since they feel like they are completely stand alone actions. In our use case, we have upper management looking at a page…
-
Analyzer: Don't Automatically Choose Chart Type and Columns
When opening a dataset in the Analyzer, often the Chart Type and Columns that are selected are not the ones that we want to use. It would be nice if it didn't automatically select these and did not turn on auto-preview until we have selected these options ourselves and are ready to run the first preview.
-
Merged: Blank canva when creating cards
This discussion has been merged.
-
How can we apply drill down functionality between two dashboards in domo?
I have two dashboards. When user click on 1st dashboard's any record then it will redirect to 2nd dashboard and also apply filter on 2nd dashboard according to 1st dashboard's report.
-
Line chart formatting
How would I go about making one of these lines a dotted line and keep the other one how it is? Would it be in chart properties? if so, where? Thanks
-
Is there a way we can access the content of the "cards" entity via APIs?
By 'content' I am referring to the images, pdfs or any documents we attach in the creation of a card. Is there a way to access this material? I cannot find any endpoints in domo's documentation as well. Neither could I find any listing api for instance wide available cards. However, I did give a shot at using this api for…
-
How to compare Value Columns
Hi, Beginner to DOMO so excuse the question. I've created a Pivot table with 2022 sales vs 2023 preorder sales by account and would like to add in a % difference column at the end that shows whether an account is up or down for 2023. How do i go about adding that?
-
Bubble Chart Zoom not working
Hey all! So I have set up a Bubble chart with two KPIs, one in each axis - each bubble is a store and it's size is the volume of sales. If I try to zoom in into a specific area, it will show it for one second and then that card and those around it will go blank. I can fix the cards around it by dis-enabling the filter…
-
Domo Governance - Chart Types
It would be helpful to see the Chart Type in our Governance Datasets. Right now I think we can just see if it is a Textbox or a Chart. It would be very valuable to be able to tag if it is a Table Card. I would like to add dynamic glossaries at the top of each dashboard to have hyperlinks to each table card on the page for…
-
One of my bar charts won't display properly in the dashboard.
Hi, everyone! I have a card which shows up properly in analyzer, but does not show its bars in the dashboard or when I click into the card for a drilldown. The weird thing is, if I hover over another card as if to filter a time period, the data will show up. Our management and executive leadership regularly access this…
-
"The Pivot Table is Only Showing Part of the Data" Error
In our KPI cards using pivot tables, I keep getting the following error. ”This pivot table is only showing part of the data. The visible rows and/or columns are incomplete.” There doesn't seem to be anything wrong with the DataSet, and I have not been able to identify the cause. Has anyone else had a similar error?
-
Grouping up columns to do a margin analysis
I am trying to match YTD net sales with YTD Cogs by product line to create a margin analysis in DOMO. I have the beastmodes calculating the correct YTD formulas but the columns are not on the same rows? I am not sure why but they are shifting duplicates of the rows downwards to show 2 different products per net sale and…
-
Export card to Excel using API
I have a card containing numerous beastmodes and I can export to Excel through the UI and maintain the look of the card as well as all the filters. Is it possible to do this same action through the API? From the documentation I only see the option to query datasets, which we have done extensively, but I would want to query…
-
Is there a way to retrieve or export cards data to csv using Domo API?
I have a page created with a number of cards. Is it possible to retrieve card data or export to a csv using the API? I know API allows to export datasets to csv, but I can't find a way to do the same for cards. If not possible, is there any workaround to set it up in Domo so I can only retrieve card data with the API and…
-
Image Cards - using SVG Files
I can't seem to upload an SVG image to put on my dashboard as a header. Is this not allowed?
-
Is it possible to build a map at the Census tract level?
I'm looking to visualize some data set at the Census tract level, but can't seem to find a card or app that does this. Is this possible? If so, what are my options here?
-
Customize dashboard export?
Hi, is there any way to customize my PDF or PPT exports of my dashboard? I would like to remove the title of the dashboard from the top of every slide, as well as the filters at the bottom. Also, if there's any way to customize the first title slide that would be great. Thank you.
-
Can't add an existing card
I'm pretty new to Domo so I can't tell if this is a bug, permissions issue, or something else. I added some data, created a card, and was trying to add the card to a dashboard, but keep getting a spinning circle when I try to add that card. I can't even view any cards either - I get the same spinning circle. When the…
-
Trying to Count the number of Appointments in my data
I feel like this should be simple but I'm struggling with how to write the beast mode to where I get a whole number and not an average. I'm trying to count the total number of appointments in my sales data. This is what I've written: Count(`Bay Text`)/(COUNT(DISTINCT`Invoice #`)) I've attached a photo showing what the data…
-
Count function on a column to get total for two areas
I am trying to do a function to give me two number totals for locations by product line. The item number is a sublevel of the product line and I want to see how many of: for example 'Electric Cooktops' are in the red section and how many are in the green section. It might be an aggregation problem but the rank and window/…