Hello,
I have 2 form fields - Person (Assignee, Manager)
I would like to create a report and filter that report based on these 2 columns. It is working fine, until Assignee/Manager is multiple value. If there are 2 persons assigned, it doesn't bring that instance in the report.
This is my formula (SQL filter):
and (WFD_AttChoose1 like trim('##currentloginname## ' )+'#%' OR WFD_AttChoose6 like trim('##currentloginname## ' )+'#%')
Do you have any tips? Thank you.