
Master
2018-08-01
03:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
3,909 Views
1 Solution
Accepted Solutions

Partner - Champion III
2018-08-01
03:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
2 Replies

Partner - Champion III
2018-08-01
03:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Partner - Champion III
2018-08-01
03:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
They don't increase performance. They only increase reusability and manageability of your code.
