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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
devan9876
Creator
Creator

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