Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I'd like to add multiple measures on top of my Area layer. I'm using my own polygon column + a dimension hierarchy that groups the polygons into country/region/sub-region.
I'm only able to add two measures in the "Location ID" tab of my Area Layer though. Since my polygons are taking one spot, I'm limited to only show one measure (besides using the coloring by measure, under the Appearance tab.
How can I expand the number of measures that appear when hoving over layers on my GeoAnalytics map as shown below?
Hi Emil,
You can customize the popup by Appearance->Info Bubble switch from Auto to Custom.
The expression should be a Qlik string, html is allowed, for instance:
='<b>' & Location & '</b><br>' &
sum(sales) & ' USD<br>' &
avg(margin) & ' % <br>'
Thanks,
Patric
Hi Emil,
You can customize the popup by Appearance->Info Bubble switch from Auto to Custom.
The expression should be a Qlik string, html is allowed, for instance:
='<b>' & Location & '</b><br>' &
sum(sales) & ' USD<br>' &
avg(margin) & ' % <br>'
Thanks,
Patric
Hi Patric
Yes, that looks like a workaround. Thanks.
Any changes that we'll be able to add more fields in the future and not having to customize the popup?
Hi, probably not, the measures are for setting location id and color for all objects.
Custom Info Bubble is the preferred way to add additional text and other info.
Patric