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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
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

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
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.. 😉

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine