Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

qv object in email content

Hi,

is it possible to add a qv object in an email content through macro???

as of now iam using this script:

 

 

set sObject = ActiveDocument.GetSheetObject("TX01")

objMsg.HTMLBody = "HTML/Plain text message." + sObject

but if i try to concatenate any qv object with the above code,iam getting an error

please do let me know the exact syntax for the same

Regards,

Kiruthiga

0 Replies