Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to use add-ons property in my QlikSense extension but I can't find how...
Is there anybody can help me??
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.
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.
Thank you!!:) It also works for me!
Glad you like it, I was well chuffed when I came across it.
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