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: 
kevpickering
Contributor III
Contributor III

ActiveDocument.Variables not working in QV12.1

Hi,

I have this vbscript statement which functions in QV11 but doesn't in QV12.1:-

Set varResponse = ActiveDocument.Variables("vResponseText")

Err.Description content is 'Object doesn't support this property or method'

I can't find an API guide for QV12 to check if this object is indeed supported in QV12. Can anyone help with both the error and the API guide?

Thanks.

1 Solution

Accepted Solutions
felipedl
Partner - Specialist III
Partner - Specialist III

Hi Kevin,


Try the following:

Set varResponse = ActiveDocument.Variables("vResponseText").getcontent.string

View solution in original post

1 Reply
felipedl
Partner - Specialist III
Partner - Specialist III

Hi Kevin,


Try the following:

Set varResponse = ActiveDocument.Variables("vResponseText").getcontent.string