Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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'}>"
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'}>"