Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying with difficulty to personalize the extension I found on clik branch called mekaarogram for my needs.
qlik branch: https://developer.qlik.com/garden/5bd89cfc2a25cb0011f693c3
github: https://github.com/miralemd/mekaarogram
I wold like 2 things different from what happens now:
1) I would like to display only split totals in tooltip once split totals is selected from apperance
2) I would like the selection on the tree to work like one of these two cases:
case1) when a selection is made on a circle of the tree, it would pick in the rest of the app only the selected circle, and not also the entire children of the tree
case2) if case 1 is too difficult, deactivate the possibility to make selections entirely
Could some one help? I tried to cope with this problem in other ways but modifying the extension seams the best solution yet.
Hope to recieve some answer, looks like I'm not really lucky on the other posts 😞
Thanks in advance.
hi @FilippoValli ,
You need to understand it takes a hell lot of time to understand n implement something you have mentioned.
I have deactivate the possibility to make selections entirely by a option/property
I have attached the updated plugin take a backup of old one and then add this to desktop ersion n test ones its done you can add it to server.
I have found a solution to problem number one, it is not a permanent solution but it seems to work just fine.
Since I wanted to display only split totals I tried to hide from tooltip the sum(total), some trial and error brought me to understand that the source of that was this line of code which I later commented. Hope could help some one else.
I apreciate further comments or suggestions.
BEFORE:
AFTER:
hi @FilippoValli ,
You need to understand it takes a hell lot of time to understand n implement something you have mentioned.
I have deactivate the possibility to make selections entirely by a option/property
I have attached the updated plugin take a backup of old one and then add this to desktop ersion n test ones its done you can add it to server.
Awesome problem 2 was solved with case2 scenario!!
Thanks very much, for the moment disabling the selections works great for me.
I will now dedicate some time to cope with problem number one.
Could I ask you how did you modify the extension? I was able to modify other extensions to my need, althoug I'm struggling to understand the complexity of mekaarogram, I feel like I sohuld use the data found on github beacause the one on click branch it's a real mess, altough that it is not recognised as an extension from qlik.
Thank you again for youre time Ajaykakkar, it is really aprecieted.
I have found a solution to problem number one, it is not a permanent solution but it seems to work just fine.
Since I wanted to display only split totals I tried to hide from tooltip the sum(total), some trial and error brought me to understand that the source of that was this line of code which I later commented. Hope could help some one else.
I apreciate further comments or suggestions.
BEFORE:
AFTER:
Hi,
I tried importing the extension in Qlik Sense QMC. But got the error stating, no QXT file to do import of Extension.
Tried replicating the QXT file of another extension and updated parameters in the QXT file with relevant values for Mekaarogram and imported the extension and it was successful.
But unfortunately the extension is not showing up in Qlik Sense Work Area for use.
Can you please guide me how we can import the extension and use it.
Qlik Sense Enterprise Version: Feb 2021 Patch 4
Regards,
Vignesh