I have a privledged user that has access to the dataset however he can't seem to access the actual ETL dataflow. How would I go around doing that? Thanks
So I have a dataset that looks kind of like this: Date. A B March 2, 2020 2 10 March 14, 2020 4 20 Feb 12, 2020 3 8 Feb 21, 2020 1 4 Jan 3, 2020 6 10 Jan 17, 2020 3 5 I'd like group the rows by year-m…
I'm trying to pull in a few json files from the S3 connector and one of the files throws up this error: Failed parsing JSON source: JsonReader at line 1 column 24976613 to Json The other two json file…
So I'm trying to post an alert from domo onto a channel in slack. I made the slack app and pasted the webhook url provided into domo's webhook portion within the alert settings. I run a test and it sa…
I'm trying to import the lifetimes package but I guess it's not included in the default python packages. Is there a way to import that or am I out of luck on this one?
When I try to run my python script, it throws this error: Traceback (most recent call last): File "<stdin>", line 7, in <module> File "/home/domo/domomagic/io.py", line 17, in read_dataframe return pd…
I'm trying to make a card that shows what 25% growth looks like within the next year. It should increment by month. For some reason, when I input the points into the analyzer, it stops at the current …
I'm creating an ETL and need to create a column that lists the highest value from another column that lists ranking. If it helps, the ranking is based on date created on. Something that looks like thi…
I'm trying to get a forecast of quantity of sales for the current month using the last value projection in the chart properties. When I select the Forecast Value option, I get this error: An issue has…
Hey Everyone, So I'm trying to create a visualization of future values based on a selected month. The start month is Feb 2019 and the timeline will go to Feb 2020. My date column from the dataset does…
I want to create an alert that goes off when a campaign goes above a certain value from last 90 days. Will I have to create a beast mode calculation? edit: Nevermind, I found the answer.
So I have this card that is supposed to provide projections of wins from opportunities for the next couple of months. This was essentially calculated by creating a beast mode calculation called 'Win P…
I need to create a custom date range that moves with the current day. It needs to show the date range of the previous 10 days and the next 5 days based on current day. I can't seem to wrap my head aro…