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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis

Hi,

What is the best Set Analysis script to do a Count of Sum(Value)=0?

Rgards,

FLC

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Try below

=Count({<Value={'0'}>}ID)

Regards

ASHFAQ

View solution in original post

6 Replies
ashfaq_haseeb
Champion III
Champion III

Try below

=Count({<Value={'0'}>}ID)

Regards

ASHFAQ

Not applicable
Author

Try this

Count({<Value={'0'}>} Fieldname)

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Perhaps this: count({<ID={'=sum(Value)=0'}>} distinct ID)


talk is cheap, supply exceeds demand
Not applicable
Author

Hi,

Thanks, I already tryed that but is not working for what I need.

Let me explain better:

Fields

StoreID ProductID Qt_Sold RowCounter [=1]

How Can I count the number of products per Stores with Sum(RowCounter)=0?

Regards,

FLC

ashfaq_haseeb
Champion III
Champion III

Hi,

Can you come up with sample data and expected o/p.

will RowCounter store 0 for not sold or what is the logic behind it?


Regards

ASHFAQ

its_anandrjs
Champion III
Champion III

What expression you use please provide that one.

Regards

Anand