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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
srini
Creator
Creator

(ooxml, embedded labels, table is [Raw Data. 9.32 AM IST]) Table name issue in Qlik Sense!

Hi Friends,

Very good Day!

I am loading files from local desktop every week.

Here tab name is different but the fields in the tab name are same. I would like to get the tab name from the current week file during the load to fill the table is [here]

(ooxml, embedded labels, table is [Raw Data. 9.32 AM IST])

right now my script is like this 

RawData:
LOAD
"Resource Code",
Resource,
"Resource Manager",
Status,
"Hours",
"OBS Unit Path",
"Billable Resource?",
"Week",
Email
FROM [lib://Clarity/RBWM Exceptions Report *.xlsx]
(ooxml, embedded labels, table is [Raw Data. 9.32 AM IST]);

after read few helps in the community I tried "biff" but it is not working also I  found there are few posts related to ODBC but not completely understanding. 

looking for some help!

Thanks in advance!

1 Reply
Dataguy46
Contributor III
Contributor III

Try this:

LOAD
"Resource Code",
Resource,
"Resource Manager",
Status,
"Hours",
"OBS Unit Path",
"Billable Resource?",
"Week",
Email
FROM [lib://Clarity/]
(ooxml, embedded labels, table is [Raw Data. 9.32 AM IST]);