Hi
I have below data ,
| Code | Name | Quantity | Dscription |
| 32 | Rohan | 1 | Item 1 |
| 32 | Rohan | 2 | Item 2 |
| 36 | Sunny | 1 | Item 2 |
I want to display like below
| Name | Item 1 | Item 2 |
| Rohan | 1 | 2 |
| Sunny | 1 | |
| Grand Total | 1 | 3 |
Thanks
Hi
I have below data ,
| Code | Name | Quantity | Dscription |
| 32 | Rohan | 1 | Item 1 |
| 32 | Rohan | 2 | Item 2 |
| 36 | Sunny | 1 | Item 2 |
I want to display like below
| Name | Item 1 | Item 2 |
| Rohan | 1 | 2 |
| Sunny | 1 | |
| Grand Total | 1 | 3 |
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Muhammad Imran AnsariPosted Apr 19, 2022, 7:09 PM
Ramco RamcoPosted Apr 19, 2022, 4:47 PM
Muhammad Imran AnsariPosted Apr 19, 2022, 7:20 AM