-
Re: How to set default dataset co-owner
You can use the Excel Addin https://app.domo.com/labs/domooffice/admin/domoadminsetup.msi to perform many bulk administration tasks.1 -
Re: Changing field names
Do you want to rename columns or do you want to rename the VALUES in the column? I think @GrantSmith is describing renaming columns and what you actually want to do is remap values. If you're after t…1 -
Re: How can I select a date range that shows Facebook data from all campaigns, regardless of start date?
sorry if i'm not understanding. is the data actually uploaded into Domo that you want to see? (i.e. that has a start date outside of the range of data visible in the card)? if so, then ... can you ju…1 -
Re: Heat Map Cohort Analysis Subtotals and Percentages
is your % based on the number of people on day x vs number of people on day 0? if yes then use a lag function. create a beast mode, "day 5" -- sum activity on day 5 of the cohort sum(case w…1 -
Re: Heat Map Cohort Analysis Subtotals and Percentages
OOOPS!! ERROR -- sum activity on day 5 of the cohort sum(case when date_diff(activity_date, cohort_start_date) = 5 then number_active end)/ -- sum activity on day 0 of the cohort sum(sum(case when ac…1