Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
bguiliano
Contributor II
Contributor II

Creating a map

Hi, 

New to Qlik Sense, so I am not sure i have all the terminology down. 

However, I am trying to create a map, and on the map, i want to display points (of zip codes) and also the count of the population in that zip code.

I am able to produce the map and the points with zip codes labels, however, this will be for a static PDF, not an actual QS report. 

So I am struggling with having the points to display both the ZIP code and the sum of a number..

The data is coming from a table with columns for zip and a quantity column.

Hope I am explaining this correctly...


Thanks

 

Labels (5)
2 Replies
Lisa_P
Employee
Employee

As long as you have room, this will work:
In the General Section in the Labels, use an expression to concatenate the ZIP code with the measure. The chr(10) will start a new line
eg =ZipCode & chr(10)
&'Population='& Sum(Population)
bguiliano
Contributor II
Contributor II
Author

thanks...is there a way to make the zip one color and the other value another color?

this is what i have currently 

=[zip] & chr(10) & [q]