Hide map marker

tatiya
New Member

Refer attached Image. The Circled markers are the ones for which the orders are already closed. How do I make sure they do not get displayed on App Map view? The purple icons are the open orders which is correct. I dont want the rest of the icons displayed on map.

0 3 393
  • UX
3 REPLIES 3

You could create a slice and point the map view to the new slice with row condition something like [Order]<>โ€œCloseโ€

Tried but couldnt make it work. Geo location is in โ€œCustomerโ€ sheet while order status is in Order Sheet. In slice I will have to take โ€œCustomerโ€ sheet. Which formula will I have to use in Slice to check status of order from โ€œOrderโ€ Sheet?

โ€œCustomer Nameโ€ is used a ref in โ€œOrderโ€ sheet to reference to โ€œCustomerโ€ sheet as shown here.

Please see to the Order Capture Sample to sliced the CustomersTable with Open Order Status :

COUNT(SELECT(Orders[Order Id],AND([_THISROW].[Name]=[Customer Name],[Order Status]="Open")))>0

Top Labels in this Space