Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
microwin88x
Creator III
Creator III

Static Map Image with Background Color

Hello,

I have the following mall map:

Capture.JPG.jpg

Then I have something like:

STORE_IDSTORESALESPERIOD
G04POLO5000007/2017
G04POLO7000008/2017
G05BURBERRY8000007/2017
G05BURBERRY3800008/2017
G08MANDARIN1500007/2017
G09SWEET2000007/2017

I want to know if there's any way to associate each STORE_ID from the table to the corresponding map, in order to show each STORE on the map where the background color would be GREEN or RED depending on SALES.

Do you know if that would be possible?

Thanks!!!

1 Reply
Anil_Babu_Samineni

can you try this?

If(STORE_ID = P({<STORE_ID = {"=STORE_ID = P(SALES)"}>} STORE_ID), Green(), Red())

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful