Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
FilippoValli
Contributor III
Contributor III

Mekaarogram extension modifications

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.

 

Labels (3)
2 Solutions

Accepted Solutions
ajaykakkar93
Specialist III
Specialist III

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/propertymekaarogram.PNG

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.

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

View solution in original post

FilippoValli
Contributor III
Contributor III
Author

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.

Cattura.PNG

BEFORE:

before.PNG

AFTER:

after.PNG

View solution in original post

5 Replies
ajaykakkar93
Specialist III
Specialist III

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/propertymekaarogram.PNG

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.

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

ajaykakkar93
Specialist III
Specialist III

Extension..

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

FilippoValli
Contributor III
Contributor III
Author

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.

FilippoValli
Contributor III
Contributor III
Author

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.

Cattura.PNG

BEFORE:

before.PNG

AFTER:

after.PNG

VigneshSukumar
Contributor
Contributor

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