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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to write condition to read the values from the middle row in excel sheet

Below is the .xls spread sheet- need to read from row 83(UGTX1000) to 103 (till blank) and it also read the data’s in Purple color which is linked to row 83. The same thing has to be read in multiple xls sheets.

 

I used where condition but it only read row 83.

 

Please let me know if anyone find answer.

 

 

 

7 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Kindy share sample excel.

Regards

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

sunny_talwar

What is the script that you are using? Can you share that?

Not applicable
Author

Script was like below to read the values in single xls sheet.

Directory;

LOAD BUNDLE,

,

,

,

,

FROM


txeappags902v\TSVLicScript\USALic\UserData\TCLICReportUser03032016040204.xls

(biff, embedded labels, header is 2 lines, table is ) Where RecNo() >= '83';

Thanks,

Hema

Not applicable
Author

Hello.

This app will allow you to load multiple sheets each from the line 83 to 103.

Thnak you also to Hemalatha Boregowda who give me the idea of filtered. !

You can change

where Recno()>=1502

and   Recno()<=1600

to load the appopriate lines

Best regards

Not applicable
Author

Thank you Destin.

oknotsen
Master III
Master III

If your question is now answered, please flag the Correct Answer and possible Helpful answers.

If not, please make clear what part of your question you still need help with .

May you live in interesting times!