Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
musketeers
Creator
Creator

how to declare web link in qvs file

Hi,

In QVS file I have declared a variable like this:

SET vWebLink = 'www.google.com'

Now I am using this QVS file by using include statement in qlikview load script.

Qlikview is taking this variable value but removing the single quotes.

And this is the problem. If single quotes are removed, I can not use this variable value as a url in my straight table chart.

Do we have any other way of declaring this in QVS file.

Thanks

Rajneesh

4 Replies
Not applicable

did u tried with double "   or  ' '  like this

musketeers
Creator
Creator
Author

Hi Manoj,

Yes I have tried with double quotes and two single quotes both.

But still it is not working.

agomes1971
Specialist II
Specialist II

Hi,

May be using the statements below it could work...

=Name & '<url>' & Link

=Name & '<url>www.qlik.com'

André Gomes

Not applicable

Hi,

Try without using Qvs file.

i think just for one variable it is not required to keep it in qvs file.if you have some other script just keep that script in qvs file except of SET variable.