Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
what is
why we use this? and where we use? is this increase the performance ?
Thanks
Sony
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.
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.
They don't increase performance. They only increase reusability and manageability of your code.