Looking for a computation for the IBPL attribute for the multivalued.
Example
"Variant IBPL" is a IBPL attribute, IBPL pick values are RED, GREEN, BLACK etc
REQ 1 -- RED
REQ 2 -- RED, GREEN
REQ 3 -- RED, GREEN
REQ 4 -- BLACK
How to find the Req's count having IBPL values RED;GREEN ? IBPL types are in the Playground project,
I used to follow below computation but its not working for multiple values.
aggregate("Contains", ByDocument(false, false), sum((Category="Requirement" and "Variant IBPL"=="RED:/Playground;GREEN:/Playground")?1:0))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.