-
How to create a cohort analysis?
Hey, I would like to recreate a cohort analysis (see screenshot of excel below). In the first column, we have the trailing past 30 days and in the first row the number of days that are added to the respective date until the customer is won. Is there a way to replicate this in domo?
-
Monthly Total Running Average Rates
Hi, I have a sum function within a beast mode, that calculates a simple rate and I am trying to create a total running average rate, but up until now, I am only succeeding in getting the right values for each month. When I use the running total line chart, the percentage gets bigger than 100 %. However, I want to sum up…
-
Filter a column with distinct values
I am trying to display the results only for distinct values in a card. The structure of my code is as follows: case when `column1` in ('textvalue1', 'textvalue2', 'textvalue3') then 'result1' when `column1` in ('textvalue4', 'textvalue5', 'textvalue6') and `column2` in ('textvalue7', 'textvalue8', 'textvalue9') then…