Skip to main content

Integration, Extension & APIs

Discussion board where members can learn more about Integration, Extensions and API’s for Qlik Sense.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can I use Add-ons in Data Handling in Qlik Sense extension??

I want to use add-ons property in my QlikSense extension but I can't find how...

Is there anybody can help me??

addons.PNG

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Try adding something like this to your properties panel accordion JSON

addons: { 

     uses: "addons", 

     items: { 

          dataHandling: { 

               uses: "dataHandling" 

          }

     }

} ,   

Not sure it is formally supported by Qlik, but it works fine for me.


View solution in original post

4 Replies
Anonymous
Not applicable
Author

Try adding something like this to your properties panel accordion JSON

addons: { 

     uses: "addons", 

     items: { 

          dataHandling: { 

               uses: "dataHandling" 

          }

     }

} ,   

Not sure it is formally supported by Qlik, but it works fine for me.


Not applicable
Author

Thank you!!:) It also works for me!

Anonymous
Not applicable
Author

Glad you like it, I was well chuffed when I came across it.

tomovangel
Partner - Specialist
Partner - Specialist

Hello, bill.markham‌ and swanawoo‌ I have tried to add this functionality to the extension that I am using, but without success, can you help me?

If u can, I am attaching the extension, that I am using. If you can't I will look for another option..

Thanks