-
Solution: Beast Mode & Pivot Table Aggregation Error
Use Case: This chart uses a Beast Mode code for the Rows and Values in a pivot table chart. The results provide an error that is hard to understand without knowing what is causing the issue. Based on the results, we can also see the Cases is not calculating as expected. The dataset only has 5 rows of data. The Rows column…
-
Joins, Appends, Unions examples
Joining data can be difficult to understand and use properly, here are a few examples of good join/appends/unions. Take a look at the example page for examples of data options. Click here to see the full details on our publicly embedded demo page -
-
Variable Example Use Cases
The Domo team has created a few example variable pages to help get your ideas started. Here are a few examples of how to use Variables in Domo, these pages are publicly embedded and have links to the variable set up & sample beast mode codes. Variables General Example Page - Dynamic calculations with dynamic columns -…
-
How to Aggregate DateTime Differences
Scenario Transactional product tables often have multiple date columns that need to be compared and aggregated. Many reports will require the average time between dates to track the overall progress, for example a customer transaction table might have the following date fields: · “purchase_date” · “ship_date” ·…