Hi,
I have a collection with 120 values. In mij calculation I have the next expression: Replace([Data.companies]; [Business.entity]; "")
So, I want to check if there are company names with a business entity included and then remove the entity from te name. Currently I succeeded to do it one by one, but I need to do it all at once (check all entities in one run).
How can I do this?