Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good Day.
May I ask questions regarding syntax/function on Qlik Sense.What is the equivalent syntax of CASE WHEN in Qlik Sense?Please see below sample querySELECT CASE WHEN computed_dpd <=0 THEN 0 ELSE computed_dpd END computed_dpd_sample FROM temp_table;scenario: to set computed_dpd to zero (0) if <=0 else retain the value of computed_dpd