Discussion Board for collaboration related to QlikView App Development.
Hi,
I'm using the Google Maps Api which I downloaded here (great tool by the way!!) to show the location of various postal codes in the Netherlands. I've activated the "Labels for datapoints" setting in the Presentation-tab of the Scatter plot properties. This gives me all the postal codes as labels in the graph (since I use Postal Code as dimension)
But what I really want is to have the value that determines the size of the bubble as a label. Now it sets shows this value as a pop-up label, but is it possible to change this to a permanent label?
Thanks in advance!
Gjalt
Hmmm, I should have done a bit more research I see. I've found the solution, I'll post it here if anybody else tries to find out how to do this.
Add an extra dimension, but put it above the original dimension. Use for example:
=aggr(sum([SizeExpression),OriginalDimensionl)
Greets
As a (maybe unnecesairy follow-up):
I've tried using the quantity that sets the size of the bubbles as a dimension, but it won't give me a good result:
- If I delete the old dimension, it starts grouping the bubbles by size, which are not unique values
- If I add the dimension, I get lines between corresponding bubbles, not something I want....
Hmmm, I should have done a bit more research I see. I've found the solution, I'll post it here if anybody else tries to find out how to do this.
Add an extra dimension, but put it above the original dimension. Use for example:
=aggr(sum([SizeExpression),OriginalDimensionl)
Greets
Hi Gjalt,
great that you found a solution. I tried to follow your explanation but I cannot get it to work.
Do you by any chance have a QV example which you could attach- so that I can have a look at it?
Thanks a lot!
Adi
Thanks, works excellent!