Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
i want to remove the 1st 2 rows and load name , age and gender as headers
Hi,
Use Header size option.
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...
LOAD name,
age,
gender
FROM
Pasta1.xlsx
(ooxml, embedded labels, header is 2 lines, table is Plan1);
while loading data table use lines equal = 2 it will solve ur problem
Perfect thank you very much
mark it as answered question
how can i do this ? I am sorry but this is my 1st time
You can see Correct Answer and Helpful Answer for every answer given.
Please tick on the right one.