Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sujit_nath
Creator III
Creator III

How to take parameters in subroutine from external csv/txt file

I have subroutines in my file as:

call subroutine1(x);

call subroutine2(y);

call subroutine3(z);

I need to pass these parameters x,y,z at runtime from an external csv/txt file.

Suppose the input file is:  input.csv

Having values x,z in the input.csv file should invoke subroutine1 and subroutine2 only.

-A blank input.csv file should not invoke any of these.

What is the way in order to achieve this? 

Thanks!!

0 Replies