Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I want to count all the entries, where the sum equal 0 is. Otherwise it shouldn't count.
I tried:
=If(Sum({<category_name*=-{'Food', 'Clothes'}, [name]*=-{'-'}>} price)={0},Count(id),Null)
Can you help me?
=Count({<id={"=Sum({<category_name*=-{'Food', 'Clothes'}, [name]*=-{'-'}>} price)=0"}>}id) @jisephcirspy This?
@jisephcirspy Try like:
=Count({<id={"=Sum({<category_name*=-{'Food', 'Clothes'}, [name]*=-{'-'}>} price)=0">}id)
it prints "Error in set modifier ad hoc element list: ',' or ')' expected" @tresesco
=Count({<id={"=Sum({<category_name*=-{'Food', 'Clothes'}, [name]*=-{'-'}>} price)=0"}>}id) @jisephcirspy This?
IT WORKS!! THANK YOU ❤️