Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
soniasweety
Master
Master

what is Sub..end sub ?

Hi all,

what is 

Sub..end sub   in qlikview?

why we use this?  and where we use?    is this increase the performance ?

Thanks

Sony

1 Solution

Accepted Solutions
Peter_Cammaert
Partner - Champion III
Partner - Champion III

SUB and END SUB are QlikView Script Control Statements that are used to define Subroutines, e.g. pieces of re-usable code that you can CALL at various times and using optional parameter lists.

See Sub..end sub - QlikView

View solution in original post

2 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

SUB and END SUB are QlikView Script Control Statements that are used to define Subroutines, e.g. pieces of re-usable code that you can CALL at various times and using optional parameter lists.

See Sub..end sub - QlikView

Peter_Cammaert
Partner - Champion III
Partner - Champion III

They don't increase performance. They only increase reusability and manageability of your code.