Forum Discussion
lakshay12311
5 years agoRegular Visitor
Plotting values on US map
Hello all, I am using "Shape Map" to show metric values on a US map. I am showing opportunities in terms of values (10,5 and 0). This works perfectly fine. See below: When I use a sl...
- 5 years ago
lakshay12311 , Not exactly clear on your measure, but try like
new measure = if([opportunity]=0, blank(),[opportunity])
This should greyout 0 values
amitchandak
Super User
5 years agolakshay12311 , Not exactly clear on your measure, but try like
new measure = if([opportunity]=0, blank(),[opportunity])
This should greyout 0 values
lakshay12311
5 years agoRegular Visitor
Thanks amitchandak ! It worked like a charm 🙂 It amazing to see how small changes make big difference!