Reporting issue
Hi,
Can any one help on the below scenario
We have a requirement where the Manager can see the count of workItems which are completed by reporting users under that Manager in a date range.
we can able to get the data if we have single user, using pyResolvedUserID="Name". but how do i get all the users completed items who are under Manager.
I tried with the below options:
created a activity to get the reporting users under that Manager(pyReportTo="ManagerName"). tried to add all the names with separator .Final property should be like "ReportingUser1","RU2",....... so that we can give the whole property in report definition using contains condtion(pyResolvedUserID contains ). but it is not working. I am unable to add " to string.
we can add normal char like "@" , "#" etc. but how to add double quotes to string (" " ")
Thanks