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: 
Not applicable

Loading TableName and SQL which is there in variable.

Hi All

How to load Table_Name and its SQL which is there in the variable. Instead of putting this manually. I want this to happen through script.

Please help me out.

Thanks

Attitude

2 Replies
Not applicable
Author

Hi All

Instead of putting the table name and script manually in the script I want to call it from a variable.

I have already created the variable which contains the tablename and SQL script.

Hope my requirement is understandable now.

Thanks

Attitude

Not applicable
Author

Hi All

Just passing the variable like below has done the job for me. But still looking for some other solution. Please let me know if you have any.

$(vVariableTableName)

$(vVariableSQL)

Thanks

Attitude