Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to Display Excel sheet Column name

Hi All,

I'm Loading data from excel sheet to my .qvw file and trying to use the column name but i can't use it.

My Script is :

LOAD A, B, C,D,E,F,G,H,I,J,K,L,M,N,O
FROM

(
ooxml, no labels
);

My excel sheet column are like Proj_id,EmpID,Location,Defect_ID,Def_Status,Closing_Date

My Question is :

1. I want to display my column name instead of A,B,C when am performing some calculation OR action?


1 Solution

Accepted Solutions
Not applicable
Author

First u click on the table files in edit Script

  select the path of the source file once u sleeted automatically File Wizard pop_up will come u can find the Label option over there  just u select drop down u will find option called Embedded labels select that

View solution in original post

7 Replies
Roop
Specialist
Specialist

Use the Embedded Labels drop down just below the header size.

example.png

sagarkharpude
Creator III
Creator III

Select embedded Labels while loading the data

Not applicable
Author

Hi,

Use Embeded Label in while loading the data see attached file

Thanks

Manju

datanibbler
Champion
Champion

Hi,

just try some different settings in the wizard (when loading the sheet) with the nr. of lines to use as header. If your Excel_sheet does have column_names, you should get those.

Anonymous
Not applicable
Author

hi,

sorry i couldn't find the option file wizard in my .qvw file

Not applicable
Author

First u click on the table files in edit Script

  select the path of the source file once u sleeted automatically File Wizard pop_up will come u can find the Label option over there  just u select drop down u will find option called Embedded labels select that

sagarkharpude
Creator III
Creator III

You will find file wizard option after selecting the excel from your desktop location.


(
ooxml, no labels
);


and above no labels will get replaced by Embedded labels


(ooxml, embedded labels, table is Sheet1);