SOLVED
Pivot data in runtime while generating output
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
GayatriPanigrahi
8 - Asteroid
03-27-2023
04:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Team,
Need to generate files based on Approver name and columns for each approver is based on currency which has different records for approver. How to convert the rows to columns while generating files based on column name ?
Below you can find the sample input and output data.
Input :
| Group Name | Approver | Currency | Value |
| CANADA TAX | A | CAD | 10 |
| CANADA TAX | A | USD | 20 |
| INVESTMENTS | B | USD | -50 |
| OTHER PAYABLES | C | AUD | -18 |
| OTHER PAYABLES | C | HKD | -32 |
| OTHER PAYABLES AT WORK | C | USD | 14 |
Output:
Generate File A.xlsx
| Group Name | CAD | USD |
| CANADA TAX | 10 | 20 |
Generate File B.xlsx
| Group Name | USD |
| INVESTMENTS | -50 |
Generate File C.xlsx
| Group Name | AUD | HKD | USD |
| OTHER PAYABLES | -18 | -32 | 0 |
| OTHER PAYABLES AT WORK | 0 | 0 | 14 |
Solved! Go to Solution.
Labels:
- Labels:
- Common Use Cases
- Workflow
2 REPLIES 2
BRRLL99
11 - Bolide
03-27-2023
04:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi
Please check this
This exactly matches your requirement
binu_acs
21 - Polaris
03-27-2023
05:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
