Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
skiruthigadevi
Partner - Creator
Partner - Creator

Ignoring blank values

Hello Friends,

I have an expression below but its including my blank records as well, is there any way to eliminate it?

could you kindly let me know?

expression:

count(Aggr(If(Sum(Qty)>=4.000,1), multi))

thank you!

 

 
2 Replies
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Try this:

count(if(not isnull(Aggr(If(Sum(Qty)>=4.000,1), multi)),Aggr(If(Sum(Qty)>=4.000,1), multi)))

Brett_Bleess
Former Employee
Former Employee

Skiruthigadevi, did Arthur's idea work for you?  If so, please be sure you return to the thread and use the Accept as Solution button on his post to give him credit for the assistance and to let other Community Members know this did work for the use case.  If you still require further assistance, leave an updated comment.

Here is a Design Blog post that may help too:

https://community.qlik.com/t5/Qlik-Design-Blog/Excluding-values-in-Set-Analysis/ba-p/1471704

That might be another way to go at things.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.