Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
undergrinder
Specialist II
Specialist II

Custom pop-up message at charts

Hi Everyone!

Our costumer would like to see some explanation at all charts and objects.

It would be the best solution, if he/she got a pop-up like window when his/her mouse is over the objects.

Is it possible to create either a pop-up like box, or any on-mouse based explanation guide?

I can't find any extension related the topic.

Thanks!

Best regards,

G.

41 Replies
supriyamalla
Contributor II
Contributor II

Hi Abhinay,

The following are the files required to make this extension:

1. <Extension Name>.qext file (which contains basic information about the extension) -Required

2. wbfolder.wbl file (you can still run on your local without this one though but it makes your extension compatible with Dev Hub otherwise it throws an error-"can not open file".) -Required

3. JavaScript file (which contains your main function of opening up a modal. This can also contain your html entirely if you do not wish to segregate your HTML from JavaScript.) This file is in entirely RequireJS. -Required

4. CSS files (you can have a separate style sheet in case you do not wish to use inline CSS) -Optional

5. Images folder with the snapshots of the graphs you wish to upload-You have to upload the images on Dev Hub (Import file) and set the appropriate path in img src tag. -Optional

Voila!

Anonymous
Not applicable

Hi Supriya,

Great to know that you have created a version of the 'help' tool tip extension for the latest Qlik Sense versions.

Could you please share the zip file for the same? It would be very helpful.

Thanks,

Neetika

abhinayranjan11
Contributor III
Contributor III

Hi Supriya,

Thanks for ur reply,how u hv achieved pop up functionality on button and how to create wbfolder.wbl file compatible with qliksense nov 2017?


Regards,

Abhinay

undergrinder
Specialist II
Specialist II
Author

Sounds good

It is good to hear, that the modal window is still working in Sense.

Good job.

G.

adambrian
Contributor III
Contributor III

Hi Supriya,

Can you upload Tooltip extension, i already tried but cannot do like you did.

Regards,

Adam

richbyard
Contributor III
Contributor III

Nice looking extension. Did you do anything different to the original extension that was shared above? If so can you share what was required to get this working?

Thanks

jahncersantana
Contributor
Contributor

Hi,

I have been trying to work around the modal showing behind the other visualizations, in the latest version of QlikSense, but I am having a hard time with it. Any suggestions? 

Thanks

harika18
Contributor III
Contributor III

Hello,

How can we open the file which you gave?

alis2063
Creator III
Creator III

Hi ,

It does not work anymore. i have tried my end but noting happened after dragged  in sheet.

 

Regards,

Ali

carolcandice
Contributor II
Contributor II

Hi, @undergrinder .

I tried to use the solution presented by @reddy-s , but it didn't work. Could you give me some additional explanation?