-
How to Duplicate Rows
I have a dataset that represents order information. Each row is a unique order ID. One of the column values shows the quantity. I would like to duplicate (or replicate) the rows based on the value in the quantity field. Example OrderID 12345 has a Quantity value of 5, so in the output dataset, I want 5 replicated rows for…
-
Domo Governance Dataset Containing Card Filter Details?
Anyone ever found any Domo Governance or other datasets that contain information on card filters applied on the Analyzer side? (example screenshot below) Our analyst team is working on documentation and tracking what cards have certain filters applied on the Analyzer side before it's saved and shared with the end users.…
-
Does anyone know if there is a connector that allows you to bring in PDF/files from Salesforce?
The files stored in salesforce are not datasets, but they are files that are needed to be published for Domo users to view the information in them.
-
Filtering Out Letter Values, Leaving Numeric Values
I have a field with letter and numeric values (ex. "John Doe" vs. "12345"). My goal is to filter to leave the numeric values and change the column type to Integer. Does anyone have any ideas on how to do this in ETL? Trying to think of a Case when statement & filter option.
-
Alerts on 100% Stacked Bar
Good day, I have a 100% Stacked Bar chart that has 3 categories of values. I would like to set up an alert for when a certain category (Late) reaches >10%. The goal is set for 90%, which is for On Time + Early buckets. In other words, when Late reaches more than 10% of the values of a bar, it would trigger an alert. Any…