-
Enhancements to "Add existing Card" search box on Dashboards
When clicking "Add existing Card" on a Dashboard, the search options and search results displayed are very limited: This makes it difficult to find the appropriate card, especially if many cards have similar names and/or view counts. Requesting any or all of the following enhancements to the "Add existing Card" search…
-
Implementing In-Cell Dropdown Selectors: Standard Table Card vs. Custom App (DDX)
Is there any native table property or "HTML/Image" data type trick that allows for a dropdown component, or is the standard card limited strictly to data display and 'Action' links?. If I need to go the custom route, would you recommend building a Custom App using the Domo App Framework (React/Vue), or is there a way to…
-
How to find the domo version?
HI, How can I check our current Domo build version and verify if there are any available updates for our installed Domo tools?
-
Move or Copy Card for App Studio
Currently, the "Move or Copy Card" on card settings only allows you to move/copy the card to a dashboard. It would be nice to move/copy cards to App pages as well and see where the cards live from this page (instead of going to the admin center).
-
Unable to export more than 50K data in Excel from DOMO table card
Team, We are trying to export the DOMO Table data into excel, but the data could not export more than 50 k and stating " Warning : not all the data is shown" note: its working in CSV format. please help how to fix this issue in the excel thanks in advance
-
Adding Dropdowns in Domo Table Cards & Other Cards
Is it possible to add a dropdown selector within a table card in Domo or do I need to build a custom HTML table using the Custom App or Table-Custom App type to achieve that interactivity since standard table cards don’t support dropdowns inside cells?.
-
Date Range Filter with Start Date and End Date (Manual Entry + Calendar Picker)
Feature Request: Add a native date range filter that allows users to define a Start Date and End Date, where each date can be entered manually or selected from a calendar picker—both methods available at all times. Problem Domo currently lacks a standard date range filter that supports precise and user-friendly date…
-
Child pages navigation insert for parent dashboards
Similar to Confluence, have a card type that automatically looks to any child pages of the dashboard and creates links to the child pages/ child dashboards. -Creating a table of contents on the parent dashboard. This would reduce clicks in navigating as the user would not need to click the carrot (>) to see child…
-
Card filtering to the most recent row based on rank
What I'm trying to achieve: Get the rows with the latest/smallest rank per user based on a given date. I created a calculated field called "Indicator" and I filter on it as "Indicator = 1". I wanted this field to indicate 1 when a transaction is the smallest rank number for a user and 0 if not. What my calculated field…
-
Multi-Language DAshboard
Hi everyone, I'm looking for an approach to implement language switching (English/Swedish) within the same report, allowing users to dynamically change the dashboard language. My client wants the flexibility to view the dashboard in either language whenever needed. I was considering using a variable to control the language…
-
Limit on Overview Page
Hello, When user created sample cards they are saved in the overview page. But when they open overview page all cards saved starts triggering multile queries to snowflake which is contributing to lots of query consuption at snowflake. Hence we need some limit on no of cards saved on overview page or limit data refresh for…
-
AI-Driven Data Insights & Storytelling in Domo
If Domo could provide an AI-driven insights feature that explains why metrics are changing, not just what is changing, it would add significant value to data analysis and decision-making. For example, if CPC is trending higher than expected, AI could analyze current and historical data to identify contributing factors such…
-
App Theme Repository / Library
Would be really cool to have a community area to share app themes, if this was accessible directly via the app studio even better!
-
Native Paginated Report Builder in Domo
It would be great to have a native paginated / pixel-perfect Report Builder in Domo (similar to Power BI Report Builder or SSRS). This is critical for use cases like: Financial statements (P&L, Balance Sheet) Compliance & audit reports Invoices and fixed-layout tabular reports Today, teams still depend on external tools…
-
Add Scroll to App Components
Similar to the html table request, app components are not currently scrollable. For lists and galleries this is a must so can it be implemented please?
-
Native Paginated Report Builder in Domo
It would be great to have a native paginated / pixel-perfect Report Builder in Domo (similar to Power BI Report Builder or SSRS). This is critical for use cases like: Financial statements (P&L, Balance Sheet) Compliance & audit reports Invoices and fixed-layout tabular reports Today, teams still depend on external tools…
-
best way to share outside of Domo
Hi all. We have the situation where we need to share data outside of Domo, we wish to share dashboards not cards. we will be hosting this dashboards on a clients SharePoint area. We cant use public embed as we need to add some layer of security. Our plan was to use Private embed but this has some problems. If we private…
-
Period Over Period Date Configurations as Controls on Dashboards
I would like to be able to add the "Date Range", "Graph by", and "Compare to" date elements to a dashboard as controls and be able to have it control a singular or specified card(s). If I have one period over period chart on a dashboard, my users have to use the page-level date configuration (where "Compare to" is only…
-
Custom Tooltips chart in Domo
Hi Team, It would be really helpful if Domo supported custom / configurable tooltips in Analyzer. Currently, tooltips are static and limited to default field values. There’s no way to: Add tooltip page & display the secondary visual on-hover. Show variance, % contribution, or comparisons Use conditional or dynamic logic In…
-
Dashboard Showcase Examples
I've seen some posts on this question, but haven't really seen an answer. Is there a repository of best practice dashboards, or dashboards that showcase great design and feature implementation? We had a couple of examples in our instance when we started, but we deleted them. Ideally, these would be similar, and have their…
-
Best Practice - External Static Reporting Exported from Domo
We want to start publishing a monthly static report that's accessed via Google Sheets. This static report will have the same information and data as the live Domo dashboard. What are the best practices for exporting data from Domo that is static? How can I ensure this is as automated as possible? Domo isn't really made for…
-
How have you used the Sandbox Governance feature to separate DEV and PROD environments?
Hello DOMO friends! I'm curious to hear from anyone out there that can share any successes or failures with trying to leverage the "Sandbox" Governance feature to control what is available internally for stakeholders to see, with most folks only looking at "Production" dashboards/cards and with some having access also to a…
-
Manage Dashboard Page - Need Search option
Manage Dashboard Page needs a search option as we have huge set of dashboards and it becomes difficult to look for correct dashboard,
-
Version Control for Dashboards & App Studio
Hi, I see a need for version control made available for Cards, Dashboards & App Studio. This will help to track which developer amde changes to dashboard at what time and what are those changes? Also if that can be reverted back to any perticular version. Absolutly I am aware of the transport managment(between instances)…
-
Pivot Table switch values to show as columns or rows
Been working with Pivot tables for a while now, and one of the huge things I miss is the ability of selecting whether the values should be displayed as Columns vs Rows, something that you have in simple spreadsheet programs. This has proven useful when you want to show the same metric by different aggregations for example,…
-
Keyword filtering on all columns..it just works
Hi all, just sharing a solution I worked through a couple of weeks ago that was intended to allow the user to filter on a keyword or partial word as a dynamic filter on any or even all columns in a dataset. You will need the following: Free Text Variable – This is what the customer will interact with Coalesce() – Returns…