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: 
nageshbadigermca
Contributor II
Contributor II

How to get bookmark Values via enigma js and expression.

 
Labels (4)
1 Solution

Accepted Solutions
alex_colombo
Employee
Employee

Hey @nageshbadigermca what you can get is the bookmark expression set when bookmark was created. For doing this you have to do in this way.

Starting from enigma doc object, use GetSetAnalysis method, passing selection state and bookmark id: qlikapp.getSetAnalysis("$", "_bookmarkId_").

As response you will find the expression used within the bookmark, for example: "qSetExpression": "<Dim1={'C'}>"

View solution in original post

1 Reply
alex_colombo
Employee
Employee

Hey @nageshbadigermca what you can get is the bookmark expression set when bookmark was created. For doing this you have to do in this way.

Starting from enigma doc object, use GetSetAnalysis method, passing selection state and bookmark id: qlikapp.getSetAnalysis("$", "_bookmarkId_").

As response you will find the expression used within the bookmark, for example: "qSetExpression": "<Dim1={'C'}>"