The pivot table has 3 measures and each measure has a background color expression.
I noticed that this expressions come through in the measureInfo object, under qAttrExpression. The issue is that the expression comes through as it appears in Sense:
qFallbackTitle = "if(value > 20, green(), red())"
What's the best way to evaluate this expression and get a color value as a result that I can use in my custom table?