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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Aadhini
Contributor II
Contributor II

how to load excel with hidden rows

In Excel Some Hidden Rows are there, but loading time  the whole data in uploaded, but i want the data without 

hidden rows values , want unhidden rows value only .

I want to read/upload value of the visible rows data's in the Excel.  

Labels (2)
1 Solution

Accepted Solutions
robert_mika
Master III
Master III

There is not native solution in Qlik.

You can go to Excel create new column=Visible and either manually formula or any other method add 1 for visible rows

Then in Qlik use the Where statement like

Load *

From...

where Visible_Flag=1

View solution in original post

3 Replies
robert_mika
Master III
Master III

There is not native solution in Qlik.

You can go to Excel create new column=Visible and either manually formula or any other method add 1 for visible rows

Then in Qlik use the Where statement like

Load *

From...

where Visible_Flag=1

Aadhini
Contributor II
Contributor II
Author

But don't have  the permission to do the changes in the  excel 

robert_mika
Master III
Master III

So I'm not aware about any other methods.

Hiding rows is not the best idea.

Ask the owner to unhide..