If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
The logic is simply not that what you wanted. the if-statements should be
if fillingfactor <0.5 then red else if fillingfactor>=0.5 AND filligfactor<0.8 the beige if fillingfactor>=0.8 AND filligfactor<1 then Turqoise.
so the whole range is covered from 0 to 1.
The logic is simply not that what you wanted. the if-statements should be
if fillingfactor <0.5 then red else if fillingfactor>=0.5 AND filligfactor<0.8 the beige if fillingfactor>=0.8 AND filligfactor<1 then Turqoise.
so the whole range is covered from 0 to 1.
It works now ! great. Thanks a lot!