-
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…
-
Domo Community Declining - Oliver to Blame?
Hi my fellow Domo Sapiens, I've noticed a drastic drop in community activity now that the chat agent, Oliver, is present on the landing page and able to help answer questions. "Softball" questions (easy ones that I could answer) are less common now that Oliver handles the easy ones. While I do appreciate the efficiency of…
-
Development Changes - Missing Refresh
When reviewing a dataset, there are icons on the right for Table and Schema, which we use frequently during data review. Currently, when fields are reordered in Schema and we switch back to Table, the changes are not reflected. The table view continues to display the previous field order, and the page must be manually…
-
Not able to view relevant accounts and no filtering option available
Hi, The user OAuth Config screen is now displaying all 2,500+ configurations, and there is no functionality to filter to see only the current user's configs. Please make it relevant set of accounts to be displayed. Thank you. Best Regards, Tejal
-
Remove row from dataset
I used the CLI tool to update a dataset (full replace), and it added a row at the top of the dataset that is mostly null, except for one column where the field name is just repeated. This is causing ETLs for this dataset to error out. Is there a way to delete a row from a Domo dataset? Thx in advance.
-
Clarification on ingestion credits for materialized Domo datasets when using Databricks via Amplifie
Hi all, We are currently evaluating Domo on Databricks using Cloud Amplifier, where Databricks is listed by Domo as a native and recommended platform for powering Domo environments. We need clarification specifically around ingestion credit consumption when data must be materialized inside Domo to support core platform…
-
Workflow Components Domostats Report
Could we please have a Domostats report that contains the available Workflow functions along with their description, parameters examples etc. Having this as a central reference would be extremely helpful for building and training. Thanks
-
Partitioning & Magic ETL Workflow - Does a Formula in an ETL happen retroactively?
Hi! We created a Magic ETL for GA4 data coming in. We are created a schedule to pull data through the connector every 7 days that we want to partition by the date field to make sure we have all of the data. Right now the output is Partition but within the Magic ETL flow we have a formula that might be changed quarterly. My…
-
Important Notice Regarding NetSuite SuiteAnalytics Connector Permissions and Netsuite2.com changes
Important Notice Regarding NetSuite SuiteAnalytics Connector Permissions Due to changes in the NetSuite environment, customers may encounter errors when using this connector with non-Admin NetSuite credentials. To resolve these errors, you can either: Elevate the NetSuite user’s permissions to an Admin-level role, or Use…
-
Important Notice Regarding NetSuite SuiteAnalytics Connector Permissions and Netsuite2.com changes
Important Notice Regarding NetSuite SuiteAnalytics Connector Permissions Due to changes in the NetSuite environment, customers may encounter errors when using this connector with non-Admin NetSuite credentials. To resolve these errors, you can either: Elevate the NetSuite user’s permissions to an Admin-level role, or Use…
-
Using email connector- Gathering data from Subject Regex
Hi guys, I'm using the email connector to obtain my data. In the subject of the email, it displays a different version number for each email. Within the email connector settings, I'm using the "\d{2}Q\d)\s+Version\s+(\d{3} for the"Attachment Name Expression" section.. However when creating my cards and a data table, I…
-
"I Just want the numbers" - Accomodating Domo detractors
Hi Community, I've got a few important users that are frustrated with Domo because they "just want to see the numbers". They think Domo is too complicated and miss the old spreadsheets that I so ruthlessly deprecated. My goal would be a simple text email report, that outlines a few key metrics. A few of these could be PDPd…
-
Suppress OAuth pop up to authenticate to Federated Dataset
Hi, We want to suppress OAuth pop up to authentication to Federated Datasets. Can it be done at the backend to avoid sending authentication pop up on frontend. Regards, Tejal
-
Data Models Beta: Unable to filter by Date
I'm very excited about the data models beta feature as this is one of the main limitations of Domo compared to other business intelligence tools. In using this feature, I'm encountering an error whenever I try to filter by a date-type field in analyzer. The message is: An issue has occurred during processing. We are unable…
-
Workbench Enterprise
Has anyone successfully used Workbench Enterprise? What has your experience been?
-
Is it possible to update specific rows in a Domo Dataset via API?
Hi everyone, I’ve been exploring the capabilities of connecting to Domo Datasets from an external service using the API, and I couldn’t find a way to perform an update on existing rows. So far, I’ve only come across the options to append or replace entire datasets. Is there any method available to update specific rows via…
-
Data Modeling - Rename Input Datasets
When creating a semantic model, you should be able to give your tables aliases. When you create a card using a semantic model, all of the attributes are prefixed with their table name. If your table name is long, this can look messy. It would be nice to be able to rename your tables for the sake of the model without having…
-
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…
-
Selection of Beast Modes in Beast Mode Manager
Hi, If I have to transfer Beast modes to another dataset, at moment we can only select 100 beast modes at a time. We need select all or deselect all beast modes option for a specific dataset. Thanks, Tejal
-
Query Tagging for Snowflake
Description: Currently, when a dashboard or card in Domo queries data from Snowflake, there is no way to track or attribute the associated Snowflake compute cost back to the specific dashboard, card, or user that initiated it. Organizations using Snowflake as a federated data source in Domo often want to perform cost…
-
OAuth Configuration does not have Filter/Search Option
Hi, Like in Authorisation there is a search option and the same need to be made available under OAUth Configuration which is leadning to use control+F in Chorme window and it's very tricky. Thank You. Best Regards, Tejal
-
Snowflake Connector - Some Tables not connecting
Hello. I have recently set up the Snowflake connector in Domo, and when I try to connect the tables, some of them time out without an error message and do not connect. When I try the manual option of typing in the Database, Schema, and Table names, it says those tables do not exist, when they do. I can see them under…
-
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…
-
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…
-
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…
-
Snowflake connectors using username/password - REQUIRED migration
Snowflake will be discontinuing the use of username and passwords for authentication. This means that any Snowflake connectors using this type of connection will need to be migrated to either an OAuth version or a Key Pair version of the connector. The list of connectors that will need to be migrated include the following:…
-
DomoStats Datasets report - Add Cloud Provider
Hi team, Our DomoStats Datasets report doesn't currently include a field which shows the cloud platform a dataset is stored on (e.g. Domo, Snowflake, Redshift). Same with the Domo Governance Datasets connector. Raising this here because a customer is looking for this functionality, and I do think it would be a useful…