-
Re: can i use the between operator in a case statement in a beastmode
I've personally used betweens in beast modes but not in context like this. I've usually used it with dates, not numbers. Try: CASE when `FieldValue` <= -16 then 'Bad' when `Fie…1 -
Re: How to replace an existing dataset
This closely mimics what is sometimes referred to here as a recursive dataflow. Your output is used as an input after running the dataflow initially. It's not just that the datasets have the sam…1 -
Re: Interactive Date Filter card
I was thinking you could do a beast mode to give yourself the options, but one row of data may be part of several of the options, so I'm not sure that's a great option. One alternative, ins…1 -
Re: append rows
In your append it looks like you have 6 new columns for each equipment and movement ID. These columns aren't all simultaneously populated in each row, so when you try to join the data on three v…1 -
Re: Strategies for monitoring or alerting about failed updates
You're welcome and that method sounds great. I'd set a single card with the summary number as a beast mode which calculates the number of datasets running late, and the main content of the …1
