Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Jsobrinho77
Creator
Creator

error below return null when selection period

Hi guys,

The below is returnin null when selecting the dimension period.

my expression:

below(sum(

if(v=1,value,0)+

if(v2 = 1, value2, 0)+

if(v3 = 1, value3,0)))

Only when I select the period in the dimension, the value is null. IF I remove the below I don't have a problem, how can I solve this using below ( I need to use below)

Labels (5)
0 Replies