Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a store with volume and I want to know, how many times the Volume is over 20 for this store.
You can see my attachement.
Thanks for your help.
=Sum(if(aggr(Sum(Volume),Store_id,Date)<20,1,0))
=Sum(
Aggr( if(Sum(Volume)>20,1,0)
,Date))
Thanks for your response Massimo.
Your expression give me 20 and not 7 like I can see in straight table to the right side.
Thanks you Gabriel !!
you're right, I made under (<), not over