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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

delete lines from excel sheet

Hello All,

I am trying to find a way to enable me to delete lines from an excel sheet that i load into qlikview .

Any ideas ?

18 Replies
Anonymous
Not applicable
Author

example.JPG.jpg

i want to remove the 1st 2 rows and load name , age and gender as headers

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

Use Header size option.

Header.PNG.png

MK_QSL
MVP
MVP

Go to the EDIT script

Load the file using Table Files

Select the file

Select Lines under Header Size section

Select 2

Labels Embedded Labels

Hope this will help...

Clever_Anjos
Employee
Employee

LOAD name,

     age,

     gender

FROM

Pasta1.xlsx

(ooxml, embedded labels, header is 2 lines, table is Plan1);

Not applicable
Author

while  loading data table use lines equal = 2 it will solve ur problem

Anonymous
Not applicable
Author

Perfect  thank you very much

Not applicable
Author

mark it as answered question

Anonymous
Not applicable
Author

how can i do this ? I am sorry but this is my 1st time

MK_QSL
MVP
MVP

You can see Correct Answer and Helpful Answer for every answer given.

Please tick on the right one.