-
Is anyone else getting a bug where dates do not group on cards which they previously did?
The first pic is the normal card display. When I enter the analyser it changes to this. This has been happening across our instance today
-
Dynamic series line bar
It's a regular frustration for me that I can't create a line bar graph which stacks dynamically based on a dimension without using multiple beastmodes. For example I want to include a target value as a line, and then actuals stacked by type over time. This has been raised before here:…
-
Simple Beast Mode Failing on Federated Dataset
I've got a federated dataset pulling a redshift table and I want to perform some simple calculations like SUM(column1) / COUNT(column2). However, this calculation is resolving to 0 consistently despite the correct value being about 0.2. If I write a beastmode for SUM(column1) I get the correct value. And if I do the same…
-
Dataflow fail notification bug
Hi, Over the last few weeks I've been getting notifications that various dataflows are failing. However, there's no failure metadata and the same version runs successfully moments later. Any idea as to why this is happening? It's not a huge deal but I need to be able to distinguish between true failures that need action…
-
Business days between date function
I use the datediff for business days function in a number of mysql data flows and it works great. However, I'm getting some very strange results on the latest flow that I'm working on and I can't figure out what's going wrong. I have a start date which I'm looking to compare to the current date. However, the code I'm using…
-
Is it possible to switch a data set to a different dataflow?
I've got a team who uses the Excel plugin extensively, through which they query a particular dataset. However, this dataset is based on an ETL flow which I'd like to recreate in SQL so that we can iterate on it more quickly. Since they'd have to remake all of their query tables to be based on this new data set, I'm…