Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Matsa
Creator
Creator

How could I find source code of Bubble info in chart Layer (Geo Analytics)?

Hi, 

we are using qlikview and geoanalytics.

for our chart layer we need custom number format.I tried to use HTML code to create it, but I did not succeed.

where could I find source code of Bubble info in chart Layer?

 thank you in advance.

Regards,

Matsa

Labels (1)
1 Reply
Patric_Nordstrom
Employee
Employee

That is trickier as the chart layer has the slice dimension to it.

I recommend to create a bubble in front that will hold the popup, after that you make a popup expression like this:

=concat( aggr(
CategoryName & ':' &round(sum(COS))
, CategoryName, Country ),'<br>',CategoryName)

See the attached example.

Thanks,

Patric