Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Wuzhong_Zhu
Former Employee
Former Employee

Extension-What is addons property for?

Addons is one of the reusable properties for qlik sense extension. But what excatly does it do?

Seems like it is nothing but a blank page.

2016-11-17 16_23_55-Start.png

3 Replies
toy
Employee
Employee

It can contain Data handling and Reference lines modules. Might not be available for all types of visualizations, though.

Reusing existing properties ‒ Qlik Sense

Wuzhong_Zhu
Former Employee
Former Employee
Author

Is data handling and reference lines modules reusable modules like "dimension" or "settings"? can we reference them?

nicu1996
Contributor III
Contributor III

It looks like you need to specify the items:

addons: {
uses: "addons",
items: {
calcCond: {
label: "Data handling",
uses: "calcCond"
}
}
},

The result is:

Addons.png