Question
computation with ibpl-fields
| |||||
| Hi @all, in a form we have an ibpl-picklist, where the users can select (multivalued) a number of items. In a second field we count the selected items with "relcount(<fieldname of ibpl-picklist>)". This is not a problem, but now i need another computation: the items in above mentioned picklist is not filtered by states, but i need the number of thise items in a special state. How can i do this? Thanks and regards, Jens | |||||
| |||
| Posted By: Bradley.Johnston Posts: 5 / Registered: Feb, 2008 | |||
| This syntax should work for this purpose: aggregate(<fieldname of IBPL-picklist>, Sum(State=="Desired State on Related Item"?1:0)) | |||
| |||||||||||
| |||||||||||
| |||||||||||

