Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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.

Labels (1)
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.