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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

skip a full tab or portion of statements in load script?

Hi,

Is it possible to skip some portions of statements or a whole tab in Qlikview load script. For example

If(FileSize(xyz.qvd)>0

goto 102

)

where 102 is a line number.

I want to know if there is any execution control statements in Qlikview

Regards

Arif

2 Replies
Anonymous
Not applicable
Author

you could put the portion of the text to be skipped in an if .... then .... endif statement.

its_anandrjs
Champion III
Champion III

Hi,

You can write some thing like

IF  FileSize(xyz.qvd) > 0  THEN

statements....

END IF

Hope this helps

Thanks & Regards