Comments
-
Update: @GrantSmith and @ArborRose, I figured most of it out (Week over same Week LY, Month over same Month LY, and Quarter over same Quarter LY). The following code is for beast modes Period 1 (labeled as Current Period) and Period 2 (labeled as Previous Period) Period 1: CASE WHEN `Period Over Period` = 'Week over Week'…
-
Thanks @GrantSmith, your code works to provide me with the previous period Amount. I'm working on tweaking it so that the current period appears with it as well (as it does for my code above). As for 'Week over same Week Last Year', I'm looking for the Week Number of the year to match the Week Number of the current year.…
-
I tried to mimic what I did in a Magic ETL (nothing is wrong in that ouput dataset). On the MySQL dataflow, the National_Count column is coming in null on the preview. I tried executing the dataflow and it wouldn't run due to a "duplicate entry". For reference, the two datasets (US Baby Names) can be found at What's wrong…
-
Thanks @MarkSnodgrass and @ColemenWilson!
-
Update: I had an account owner sign in and it says that the Domo app is no longer included in Shopify dashboard, so I still cannot connect Shopify data to Domo Disclaimer: I am using the Shopify QuickStart dashboard to attempt to connect our Shopify data
-
@GrantSmith Thanks, I solved this problem a few weeks ago with a Python script pulling in yfinance data then saving it to csv and uploading it to Domo via CSV Workbench