Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
techvarun
Specialist II
Specialist II

How to Load this excel Data into a Meaningful Format (Pivot Table)

Hi Qlikxperts

Please help me out to load the attached excel sheet into a meaningful format

Thanks

Varun

2 Replies
marcus_sommer

You will need several steps to load these excel:

- for each data-area (EXPENDITURE + ASSET REPLACEMENTS) an own load

- use the header-option in load-statement

- filter out unneeded records per where-clause

- fill missing cell-values with peek() or previous

- perform a crosstable load to transform the data into a data-stream

Have a look on these links as a starting-point for you:

http://community.qlik.com/message/382931#382931

http://community.qlik.com/blogs/qlikviewdesignblog/2013/04/08/peek-vs-previous-when-to-use-each

http://community.qlik.com/blogs/qlikviewdesignblog/2014/03/24/crosstable

- Marcus

marcus_sommer

In addition many transformation-steps could be done with the qv table-wizard. Unfortunately there is nearly nothing about it within the documentation - but in QlikView 11 for Developers could you find some examples to load unstructured data.

QlikView 11 for Developers

Barry Harmsen und Miguel Garcia

ISBN-13: 978-1849686068

- Marcus