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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
devan9876
Creator II
Creator II

Get qIncludeInBookmark property to be returned with qVariableListDef?

I want to return certain variable attributes in my initial properties declaration and can't get the qIncludeInBookmark property to be returned. This is what I am currently using. The tags are returned but not the qIncludeInBookmark property.

 

		initialProperties : {
			qVariableListDef: {
				qType: 'variable',
				qShowReserved: false,
            	qShowConfig: false,
				qData: {
					tags: "/tags",
					qIncludeInBookmark: "/qIncludeInBookmark"
				}
			},

  

0 Replies