Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
dilip1234
Creator
Creator

Trigger click of all bubbles in bubble layer : Qlik Sense Geo analytics

Hi,

I am stuck in one issue since long. I am using Qlik Sense + Geo analytics, I am showing cities as pin on bubble layer. On click of that pin info bubble is appearing, but now my client wants to open all pin info bubble all together on single button click.

In below image you can see some pins, on click on that pin, info bubble will appear.

Image1.PNG

  

   I have clicked on blue pin, see how info bubble looks like below:

Image2.PNG

   So now in above scenario, you can see 3 pins, client wants all these 3 info bubbles to be shown on some button click as displayed on     top right.

  I have tried with following code but did not get success:

function showAllPopup()

{

    var globalApp= qlik.openApp('7344.qvf', config);

     globalApp.getObjectProperties("HxdNJA").then(function(model){

          var title = model.properties.title; //This will show me bubble layer but i am not able to get all bubbles here

     });

}

Can anyone have an idea, how can i achieve this?

Thanks

Thanks
Dilip Solanki
1 Reply
Patric_Nordstrom
Employee
Employee

Hi,

No, the default behavior is a single info bubble popup at mouse hover och click.

However it's probably possible to build something like this using a symbol layer with dynamic SVG symbols.

Here's a tutorial on how to use data URIs to make dynamic SVGs.

Custom labels and dynamic symbols in Qlik GeoAnalytics using data URIs

Thanks,

Patric Nordström