Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
sravan_v007
Partner - Contributor III
Partner - Contributor III

Macro for Creating and Sharing Bookmark..

Hi All,

Need your help with below requirement..

I have a requirement, where user need a Button which allows him to create a Bookmark and at the same allow him to share the bookmark through a mail (In simple words Users want to share there current selections with each others through a link).

Creating Bookmark: For creating I used below macro..

sub CreateBookMark

     ActiveDocument.CreateUserBookmark "Test"

end sub

Sharing Bookmark:  Not sure how to share the link using a mail..

Thanks in advance,

0 Replies