-
Re: Beast Mode "Share Calculation on DataSet" vs. Calculating in Data Flow
Sure @sdarba I'll compare two majore use cases. 1) adding dimension attributes to a dataset 2) add metrics to a dataset. -- Dimension Attributes -- Some clients will build complex beast modes for cat…2 -
Re: Grouping by the Hour and alerting based on count of usage per hour.
In Magic: create a copy of the column converted to TEXT and do a REGEX / STRING transform. In MySQL: use date_part functions (like hour). Best Solution: split date and time (HH:mm) into separate colu…2 -
Re: Not sure what etl function to use
If data is not showing up in your uncollapsed columns, be careful and ensure you match the spelling of the lookup value. Domo is ruthlessly unforgiving ? with empty spaces and case sensitivity. look …2 -
Re: Beast Mode: Sliding Window Function with Partition?
@swagner , we can acchieve this with the lag() function in Domo. https://www.youtube.com/watch?v=cnc6gMKZ9R8&list=PLUy_qbtzH0S4CkHBUvpOVpLNJluk6upOn&index=6 Caveat, the LAG() function example…2 -
Re: Error in Activity Log API
Oliver if you haven't submitted a support ticket, i strongly recommend you do (support@domo.com) if there is a bug in the API it can only be resolved with a JIRA ticket and before Domo can open a JIR…2