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: 
vidhya91gct
Partner - Contributor
Partner - Contributor

How can i get the field value from variable in script

Hi All,

How can i get the field value from variable in script.

for example:

In excel , i am loading the below format in the column

column name : QVDField

$(vdatapath)abc.qvd

$(vdatapath1)def.qvd

$(vdatapath)xyz.qvd

Let vdatapath=\\1\storedata\;

Let vdatapath=\\2\storedata1;

i would like to expect value format is \\1\storedata\abc.qvd (that mean $(vdatapath)abc.qvd - field value and qvd filename) in script.

Any idea or suggestion ?

0 Replies