Hello All,
I am trying to build a report using Query Builder to Fectch history of change Notice like, Name, Activity, Created on, Completed on, Assigned to User,if it is Reassigned, Reassigned User, Vote etc.
Presently i am able to able to fetch details like name, Activity, Created on, Completed on, Assigned to user, if it is Reassigned (Yes or No).
but i am not able to get Reassigned user name, how i will get this.
Here is format of my desired output.
Change Notice Number | Created on | Activity Name | Role | Assigned to | Reassigned | Reassigned to User | |||
---|---|---|---|---|---|---|---|---|---|
123 | 10/10/14 | xxxxxxx | Assignee | abc | yes | xyz | |||
124 | 12/10/14 | yyyyyyy | Assignee | bob | no |
Please, guide us to solve this requirement.
Thanks,
Vivek