Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way to pivot data in Qlik Load Script ?
Sample Data File:
| Name | Salary | MonthYear |
|---|---|---|
| John | 1000 | Jan 2018 |
| Berry | 2000 | Feb 2018 |
| Claire | 2500 | Mar 2018 |
| John | 3000 | Feb 2018 |
Desired Output:
| Name | Jan 2018 | Feb 2018 | Mar 2018 |
|---|---|---|---|
| John | 1000 | 3000 | |
| Berry | 2000 | ||
| Claire | 2500 |
Hi abhay,
Please find you desire output and also, find attached qvw file for more details.
Regards
Ahmar
Please check below link - You have to apply Generic Load
https://community.qlik.com/blogs/qlikviewdesignblog/2014/03/31/generic
Thanks.