Hiding Map Pins

I would like to only display customer map pins on map which job status = "not started" only.  I would like to hide all other. 

I created a slice from Jobs table:  [Status]="Not Started".  How do I cull out the "No" responses?

Thanks

 

0 3 59
3 REPLIES 3

AND( [Status]="Not Started", ISBLANK([Status]))


@VLMark37 wrote:

How do I cull out the "No" responses?


What are "No" responses in your data?

 

I figured it out.  I was overthinking it.  The splice did work.  I was setting up map view incorrectly.   I was setting the map column to status instead of address.  Rookie mistake.

Thanks for the quick responses!!

Top Labels in this Space