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: 
Not applicable

Issue with Load Statement

Hi,

Can anyone please explain the significane of variable in following load statement?

Regards,

Murali

1 Solution

Accepted Solutions
flipside
Partner - Specialist II
Partner - Specialist II

It could be that whoever wrote this script (if it wasn't yourself) was using the variable to hold the command 'FIRST 100' or similar value to limit dataload times during testing/development.  Even though I'm getting a syntax error, it still runs through correctly.

flipside

View solution in original post

7 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

HI,

     Can you explain what are you trying to achieve.

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

Hi,

     In the second load statement there is variable just before load statement. What is its role?

Thanks for your reply

Regards,

Murali

jagannalla
Partner - Specialist III
Partner - Specialist III

Can you please elaborate and tell me what you want. B'coz according to your code there is no use.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Its role is nothing, cause your variable dont hold any value.

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

Hi,

Its a predefined value,so that u can define the expression using variable.some times u need to call the same value more times their u can use that variable.In u r appl its role is nothing u havent defined any value for that variable.

Thanks,

Rathish

flipside
Partner - Specialist II
Partner - Specialist II

It could be that whoever wrote this script (if it wasn't yourself) was using the variable to hold the command 'FIRST 100' or similar value to limit dataload times during testing/development.  Even though I'm getting a syntax error, it still runs through correctly.

flipside

Not applicable
Author

Thanks Flipside. You got me the correct explaination..

Regards,

Murali