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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
adamdavi3s
Master
Master

Set analysis with Between and excluding Nulls

I can't figure this one out, i've tried many combinations but obviously not the magical correct one:

I have tested the field which is len=0 when null and the chart is seeing it as a null not a missing or 0

let v_variable='count({< EndDate={">='&'$'&'(=WeekStart)<='&'$'&'(=weekend(WeekStart))"}-{''}>}DISTINCT Code)';

let v_variable='count({< EndDate={">='&'$'&'(=WeekStart)<='&'$'&'(=weekend(WeekStart))"},EndDate-={''}>}DISTINCT Code)';

let v_variable='count({< EndDate={">='&'$'&'(=WeekStart)<='&'$'&'(=weekend(WeekStart))"},EndDate-={"null()"}>}DISTINCT Code)';

10 Replies
adamdavi3s
Master
Master
Author

Free floated the calendar and appears to be OK now so sticking with that!