Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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

Hi,

You can write some thing like

IF  FileSize(xyz.qvd) > 0  THEN

statements....

END IF

Hope this helps

Thanks & Regards