Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Discussion Board for collaboration related to QlikView App Development.
I am trying to load a named table from Excel but can't figure out the script to achieve this.
Can someone help me?
The named Table is called Personnel and appears on Sheet1
LOAD *
FROM [lib://FIlename.xlsx]
(ooxml, embedded labels, table is Personnel);
Thanks a lot in advance.