Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
A quick question. I am not sure how to apply a set of values within the set analysis. Below is my expression. I would like to filter RepeatBucket by values greater than 5. Is that possible without listing all possible values, and apply a condition?
sum({<Yr={2011},REPEATBUCKET={6,7... etc} >}COUNT)
Sincerely.
Hi,
try
=sum({<Yr={2011},REPEATBUCKET={">5"} >}COUNT)
Regards,
Stefan