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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlik Scripting Table Issue

I was wondering if there was a simple way to convert table 1 into table 1 new (tables in the attached spreadsheet).

Ideally by keeping the data in table 1, instead of creating a new table, as there are other data pieces in the table/rows.

Thanks,

Ben

Labels (1)
1 Reply
sunny_talwar
MVP
MVP

May be using the The Generic Load:

Table:

Generic

LOAD Case,

    Value_Name,

    Value

FROM

[..\..\..\Downloads\example.xlsx]

(ooxml, embedded labels, table is Sheet2);