Solved
Text mode filter to capture users based on two criterias
Hi all, I'm trying to use text mode in a report to gather all the project users in a column, based on their company ID and their home teams.
I have been using the expression below to gather users based on company ID only, can you help me with also adding home team as criteria?
displayname=xyz listdelimiter=<br> listmethod=nested(projectUsers).lists type=iterate valueexpression=IF(IN({user}.{companyID},"123"),CONCAT({user}.{name}),"") valueformat=HTML
Thank you!