-
Row size is wider than MySql supports. Please reduce the row size or number of columns.
OK so I have this one dataflow, DataFlow A, that feeds into other dataflows, DataFlow B and DataFlow C, that works perfectly fine until I try and add this one additional column to it called Lead Source. When I add this column to DataFlow A it runs just fine, however, DataFlow B and C then fail due to this reason: "Row size…
-
Creating a Quick Filter from a CASE Expression
I'm trying to create a quick filter based off of a case expression and I'm running into some trouble because the dates overlap as you can see below. When I click on the first section it works great but when I click on 'Aug 2018 - Oct 2018' it only gives me Oct's numbers because August and September are already in July -…
-
Changing Font Color based on a formula
I'm trying to change the color of a number and when I do DOMO reads it as text instead. When I try to CAST it back to a number it zeroes out. Here is what works but it reads as text: concat('<span style="color:green">',(SUM(`Base_NMU`)/MAX(`Base_SalesCumm`)), '</span>') Any help would be greatly appreciated