Question
cognizant
US
Last activity: 4 Aug 2020 18:05 EDT
Report definition in required format
Hello,
I have a requirement to display all the work baskets associated with all the user and when i tried it my report is displaying as below format. Assume i have 2 users and assigned to below work baskets
| User name | Work basket |
| ABCD | admin |
| ABCD | manager |
| XYZ | developer |
| XYZ | tester |
| XYZ | BA |
But the requirement is to display like below. Not to repeat user name for all the work baskets/ records pulled in the report
| User name | Work basket |
| ABCD | admin |
| manager | |
| XYZ | developer |
| tester | |
| BA |
How to achieve this?


