Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to go to particular linenumber in script

Hi

Is there any code where we can skip some script and go to particular line number we want to execute.

Thanks

7 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Use Sub and call functions

anbu1984
Master III
Master III

You can use If then else

If Condition1 then

...

ELSEIF Condition2 then

  ...

ELSE

....

ENDIF;

Not applicable
Author

With the help of partial load. you can load part of your script.

Not applicable
Author

We have lot options available in qlikview to go specific line  in the script execution.

Please explain your use case so Qlik experts will help you to get the respective method.

Not applicable
Author

HI

lets say I have 50 lines of code

Instead of commenting can I jump to say from 10th line to 40 th line

Thanks

mjayachandran
Creator II
Creator II

I dont think that can be done,

what you can also do is, you can create 2 qvs files. with all the lines you want in one and reset in others.

then have a If condition to include either of the files.

Not applicable
Author

Hi,

You can use Goto property from Edit tab to  jump from 10th line to 40th line in script editor window.

Regards,

Pooja Sahu