-
Re: Please I need help with setting up a retention chart
Hi @Johnson Your beast modes are calculating the difference between when they 100th api call happend to today. Not necessarily time between API calls so when you're calculating metrics you'…1 -
Re: Is there an easy way to calculate the days left in the month to insert in a Beast Mode equation?
@B_Fullenkamp beat me to it. I'd recommend his method with a slight tweak to properly handle the last day of the month: CASE WHEN LAST_DAY(CURDATE()) = DAYOFMONTH(CURDATE()) THEN 0 ELSE (SU…1 -
Re: Need Similar Column names for different connectors
Hi @swap700 You might try looking into the new Dataset Views to append/union your datasets together. You can also use it to rename columns. https://domohelp.domo.com/hc/en-us/articles/360046074774-Da…1 -
Re: Help with Beast Mode field please!
Hi @reichner015 How is your underlying data formatted? Is your data broke out by month or by quarter or day?1 -
Re: Email Connector unable to find link in automated email, but can find link in forwarded email
Hi @RichardC My guess is that when the email is being automatically sent its just sending the URL as text and not a link itself. When you're forwarding the email your mail client then helpfully …1

