Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
madushanfernand
Contributor III
Contributor III

Re: Calling a sub function at load script

hi Sue

 

thank you for your response. this is regarding Qlikview.

2 Replies
zhadrakas
Specialist II
Specialist II

Create your SUB in the load Skript.

SUB LoadData
Trace TEST SUB;
END SUB

Then call it like this (this code Need to be placed after the first Code)
CALL LoadData
Brett_Bleess
Former Employee
Former Employee

Here are some Help links that may be useful as well:

http://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/Script...

http://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/Script...

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.