-
Domo to Google Data Studio?
Hello! Has anyone created a personalized connector to connect Domo & Google Data Studio? Right now I am pulling Domo datasets into Google Sheets and then into GDS. I would love to take out the middleman, but am unsure how to improve this process. Any ideas? Thanks :)
-
Amazon Athena Connector in Domo
Hello! I am attempting to create a new amazon athena connection with an ATS. This connection has been created before, with 50 varying data pulls, however, the previous owner of the connections is no longer with us. Does anyone have knowledge as to how to properly create a new amazon athena connection, essentially mimicking…
-
Moving Values One Row Down - Conversion Rates
Hello! Does anyone know how to move the "Stage Count" column down one row (Stage Count 2) rather than erasing the top value? I am trying to get the Stage Count 2 column to read: blank 3821 336 122 33 32 I attempted a LAG, but this version of mysql is too old to use I believe :( Thanks, Keirsten
-
Is there a way to show 0 values in line graphs?
Hello! I am looking for a way to continuously graph data, even when there are 0 values. When creating cards, I see breaks in line graphs when there is NULL data. Any ideas?? Thanks, Keirsten
-
MySQL - Creating new column via LEFT JOIN
Hello! I am having trouble creating a new column (Dummy) to identify rows that I need to remove from my output in MYSQL dataflow (Beginner at using Domo). The query is valid, but when the output is produced, the column "Dummy" does not appear in the dataset. See below. SELECT A.`Posting Title`, A.`Weekly Reporting Date`,…
-
MYSQL - Trouble adding new column via LEFT JOIN
Hello! I am having trouble adding a new column, "Dummy", to my output dataset. Although the query is valid, the output does not produce the "Dummy" column when ran. I am trying to identify rows to remove based on the criteria defined in the LEFT JOIN. See below. SELECT A.`Posting Title`, A.`Weekly Reporting Date`,…