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: 
veeranj
Creator II
Creator II

Set analysis filtering Issue ?

Hi All ,

I have data as below :

If Desc is null,i am counting

load cust,if(len(trim(desc))=0,null(),desc) as desc;

LOAD * INLINE [

    cust,desc

    c1,

    c2

];

I have to count the below expression :

Count({<desc={'pureatgrp'}>}cust) -- it is giving output as 2, but there are no desc having desc='pureatgrp' .

Not sure of why it is behaving like this .

Thanks,

Veera

Labels (1)
1 Reply
tresB
Champion III
Champion III

Please don't create duplicate threads. This is being discussed here: Re: Set analysis filtering Issue ?