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

Clear Selection in Object Extension

Hi all,

I need to clear the selection in my extension before a new selection is initiated. How this is possible?

- Ralf

Astrato.io Head of R&D
1 Solution

Accepted Solutions
Not applicable

Hi Ralf,

did you have test this method:

var mydoc = Qv.GetCurrentDocument();

myDoc.Clear();

View solution in original post

2 Replies
Not applicable

Hi Ralf,

did you have test this method:

var mydoc = Qv.GetCurrentDocument();

myDoc.Clear();

rbecher
MVP
MVP
Author

Thanks, that easy.. 😉

Astrato.io Head of R&D