Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW

How to add a tag to a variable using CreateVariableEx method (Qlik Engine JSON API)

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Sonja_Bauernfeind
Digital Support
Digital Support

How to add a tag to a variable using CreateVariableEx method (Qlik Engine JSON API)

Last Update:

Apr 12, 2021 5:33:40 AM

Updated By:

Sonja_Bauernfeind

Created date:

Apr 12, 2021 5:33:40 AM

In order to add a tag to a variable using CreateVariableEx method the following tag is needed:

"tags": [ "test" ]

Multiple tags:

"tags": [ "test" , "test2" ]

 

Environment

 

The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.

 

{
	"handle": 1,
	"method": "CreateVariableEx",
	"params": {
		"qProp": {
			"qInfo": {
				"qId": "",
				"qType": "variable"
			},
			"qMetaDef": {},
			"qName": "test",
			"qComment": "",
			"qNumberPresentation": {
				"qType": 0,
				"qnDec": 0,
				"qUseThou": 0,
				"qFmt": "",
				"qDec": "",
				"qThou": ""
			},
			"qIncludeInBookmark": false,
			"qDefinition": "",
			"tags": [
				"test"
			]			
		}
	}
}

 

Labels (3)
Version history
Last update:
‎2021-04-12 05:33 AM
Updated by: