Searched far and wide for an answer, so hopefully folks here can help.
I have a Qlik Sense app which contains a map that maps a variable called V1. V1 is an attribute of people whose privacy needs to be protected, so I need to ensure that when less than 10 people with this attribute appear on the map, the app simply displays something like "<10", rather than the actual value.
I'm using Qlik's point layer map, and the expression for the measure is simply: Count({$<Year = {2015}>} V1)
Anyone know how to do this?