-
Re: Combo chart question
Hi Nicola, If you choose Line+stacked bar chart go to Chart Properties --> General, you can then change the "Series on Left Scale" to whatever number you would like. So if two of your se…1 -
Re: add domo account
Hello, The server name is your instance URL. https://[instance_name].domo.com (ie: https://abc.domo.com Thanks, Brian1 -
Re: Exporting Large Datasets by date?
Hmm ... the only thing I can think of that might work is downloading the file from Domo as a CSV and then using Domo Workbench to load the data back into Domo via CSV. You can upload it in chuncks us…1 -
Re: Last 4 weeks accumulated beast mode
Hi Summer, Can you just do something like ... CASE WHEN SentDate >= current_date - interval 28 day then 'Last Week' WHEN SentDate >= current_date - interval 56 day and SentDate < current_dat…1 -
Re: Datediff Beastmode Help
Hi Shane, I think you are just missing the THEN and ELSE part of the syntax (case when DATEDIFF(`Current Date`, `Date Last Updated`) >= 2 end) vs. (case when DATEDIFF(`Current Date`, `Date Last Up…1