Comments
-
-
-
Hi Just wanted to give you all an update on this card We found a fix that seems to be working Here's the Beast Mode fix we put in: CAST (SUM(`aprobado`) AS DECIMAL ) / CAST (SUM(NULLIF(`ingreso_mesa`,0)) AS DECIMAL) The cards look like they're working now, but we want to keep an eye on them for the next days to make sure…
-
I Devon let me show you we, try with that format
-
I ggenovese the beast modes are
-
Actually, something strange happened. In our urgency to find a solution, we tried some unconventional options. One of those was to reverse the formula order, using: SUM(ingreso_mesa) / SUM(aprobado) While this is an incorrect calculation, it surprisingly produced a non-zero result
-
Hi Devon, we did try formatting it as ` aprobado ` / ` ingreso_mesa ` but it's still not producing the expected result
-
Thanks a lot Devon, we try but it sends an error message