Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
What is the best Set Analysis script to do a Count of Sum(Value)=0?
Rgards,
FLC
Try below
=Count({<Value={'0'}>}ID)
Regards
ASHFAQ
Try this
Count({<Value={'0'}>} Fieldname)
Perhaps this: count({<ID={'=sum(Value)=0'}>} distinct ID)
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
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
What expression you use please provide that one.
Regards
Anand