-
Re: 400 Error when trying to create a dataset with API on Python
Hi @DKCloud9 Have you tried utilizing pydomo? It's all packaged to neatly do this and is a supported method for communicating with the APIs. Are you getting an error message back with your 400 c…1 -
Re: Previous day values - Following Day Values Restart Calculation Each Month
Hi @leeloo_dallas Since you mentioned Magic ETL you can utilize a Rank and Window function to calculate the LAG for the download field. You can then take the current download count for that day and s…1 -
Re: Problem with SQL for WordCloud Chart
Hi @Ainash Does your dataset have a single column? If that's the case the word_cloud function doesn't work with a single column. You can add a dummy column to allow your dataset to be proce…1 -
Re: Problem with SQL for WordCloud Chart
You and me both @Ainash. Is that the error message you get when selecting 'Run to Here' on your function call to the word_cloud? Are you able to add a transformation to just select the colu…1 -
Re: Group by Month, sorting by Year with that month
One other thing to note is you can use the name of the month instead of the number via a beast mode: MONTHNAME(`dt`) Then use that beast mode in your Category 2 field.1

