Wrong data type identified in calculations
When creating new calculations with the FX transformation, in many cases DSP seems to get ‘lost’ in identifying the data type derived from the calculation.For example the expression CASE WHEN EMAIL IS NULL THEN true ELSE false END is correctly identified as a BOOLEAN type. But with a small modification CASE WHEN IFNULL(EMAIL, ”) = …