Hello, I have a dataset I replace every month. This one dataset is curently connected to many dataflows. So I have to update each workflow every month with the new dataset. Can I bulk change a dataset…
Hi I'm trying to make a simple Inner Join but the ETL does not produce data for some reason and my mySQL does not have the correct syntax. I've tried a combination of backticks and table.column format…
I'm trying to create a BeastMode that will give me 'average views per user'. (tool 1 views + tool 2 views) / total users = average views per user CONCAT ( (sum(`Tool 1 Views`)+Sum(`Tool 2 Views`) / (S…
Hi, I created a BeastMode calculation to create a basic percentage value. However, when I try to enter the formula into a concat it give me syntax error. Works: count (`Have License`) / count (`Total …