Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
tomovangel
Partner - Specialist
Partner - Specialist

Stores Performance Map?

Hello guys,
I have got a map, ( which is an image .png) g1.png

And it shows me how the Mall is structured, and all the corresponding shops.
IF i make a Random generator for stores from 1001 to 1063( the stores in the map)
and then I make a Random generator for Sales of stores from 1001 to 1063,
How to show how much sales each store has, on the map?

-Thanks

Labels (1)
13 Replies
tomovangel
Partner - Specialist
Partner - Specialist
Author

Hello Stefan,
I have been wondering, Is it possible to choose which labels are showing, when the User hoovers up over the points.
Now it shows
Store:
Latitude:
Longitude:

Net Amount:

Can I make it to show only
Store:
Net Amount:
?
- Thanks

swuehl
Champion III
Champion III

You can disable 'pop-up labels' on presentation tab, create a 4th expression (in advanced mode) like

='Store: ' &StoreID & chr(13) & 'Net Amount: '&Sum(Revenue)

and enable 'Text as pop-up' option for that expression only on expression tab

tomovangel
Partner - Specialist
Partner - Specialist
Author

Thanks for the help with everything
I wish you a great week

Colin-Albert
Partner - Champion
Partner - Champion

Anther option is to use a custom SVG map with the SVG Map extension object.

GitHub - brianwmunz/svgReader-QV11: Repository for storing the code for the svgMap extension for Qli...