Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
Please can i have some advise on the attached file. This is data that feeds from JD Edwards.
In the columns the months are in the format of (Net Posting 01) which is July and (Net Posting 02) which is Aug and (Net Posting 3) which is Sep on so on.
How can load the data into qlikview so that i can select month July for example and see my totals.
I have tried a cross table and lose some columns after loading.
Any sample files would be appreciated.
Firstly use proper Case When in your script for proper association with all data,
Case
When field='Net Posting 01' then 'Jul'
When field='Net Posting 02' then 'Aug'
When field='Net Posting 03' then 'Sep'
.
.
end as 'month';
Use month in list box.
Hi
When you load the excel file, rename the headings to whatever month you desire. I noticed that you have 14 months instead of 12 and this could be the reason why you lose data when you import two columns with the same name. I also noticed that the same header names appear with 'Debit' in them. Attached is my sample import of your file.