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

Validate the script

Suppose i have the data of '500rows' which take more time to load , now i want only first 100 rows to validate the script how? 

1 Solution

Accepted Solutions
lblumenfeld
Partner Ambassador
Partner Ambassador

Is this a Load statement or a binary load?

If it's a Load statement then all you need to do is use

"First xx Load" instead of just "Load". So,

     First 100 Load
           some fields
           .
           .

will load only the first 100 rows.

 

I hope this helps.

View solution in original post

3 Replies
lblumenfeld
Partner Ambassador
Partner Ambassador

Is this a Load statement or a binary load?

If it's a Load statement then all you need to do is use

"First xx Load" instead of just "Load". So,

     First 100 Load
           some fields
           .
           .

will load only the first 100 rows.

 

I hope this helps.

purna
Contributor III
Contributor III
Author

thank you lblumenfeld for your info  .

can we use this for both front & back end also?

lblumenfeld
Partner Ambassador
Partner Ambassador

I'm not sure what you mean by "front-end and back-end." Data is loaded via the script.