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