Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
bobbydave
Creator III
Creator III

Import excel sheet

So I am importing an excel sheet.

NumberDateGroup
IN123417/04/2016X
IN1234518/04/2016Y
IN12345619/04/2016Z


Total: 3; Created 19/04/2016

Imagine the above is exported from excel including the text Total 3 ......

I don't ever want the text Total .... to appear. Is there a way for Qlikview to remove this so I only have the Number column with IN#'s?

Thanks

1 Solution

Accepted Solutions
swuehl
MVP
MVP

LOAD Number, Date, Group

FROM YourFile

WHERE Number like 'IN*';

View solution in original post

2 Replies
swuehl
MVP
MVP

LOAD Number, Date, Group

FROM YourFile

WHERE Number like 'IN*';

kkkumar82
Specialist III
Specialist III

While loading the data from Excel, after selecting the file you have a step "enable transformation" which you will get after selecting next rather than finish, there you can select the necessary data, if you have limited data to select , otherwise you can go with Swuehl method.