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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hardcoding with a variable!

Hi

Imagine I have SQL query in the following variable. I want to hardcode SQL infront of the variable so that when it is called in script it should be able to able to load the data into table of the qlikview application.

I tried something like 'SQL' $(vQuery); but it did not work out. Can I have some solution for this please.

$(vQuery);

Thanks,
Attitude

1 Reply
Not applicable
Author

Hi

I have done following changes to make it work. Hope it will be useful for someone who are looking for the same .

$(SQL)$(vQuery);

Thanks,

Attitude