Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

transformation in table

hey guys!!

i am pretty new to qlikview. i wanted to know if a certain table can be viewed as showed in this excel file in qlikview??

3 Replies
its_anandrjs
Champion III
Champion III

Hi,

You have to Cross Table load the table.

Hope this helps

Thanks & Regards

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try this

CrossTable(Location, Value, 2)

LOAD Location AS ProductNumber,

     F2 as ProductName,

     AP,

     MP,

     UP,

     Kerala,

     Delhi

FROM

[\\fab2crp-nas1\home18\RC100990\Profile\Desktop\temp.xls]

(biff, embedded labels, header is 1 lines, table is [Sheet1$], filters(

Transpose(),

Replace(1, top, StrCnd(null))

));

Regards,

Jagan.

arsal_90
Creator III
Creator III

Hi

Please find the attached file.