Can you have an EnumList of locations and show the selected in a map?

Hello, 

Is it possible to select multiple locations from an EnumList and have them shown in a map (LatLong ) column?

This works for single selected locations, but not multiple.. 

Locations Table 

[Location][LatLong]   Error: The expression is valid but its result type 'List' is not one of the expected types: LatLong

ZOCO_Unlimited_0-1675519356810.png

 

0 3 74
3 REPLIES 3

Steve
Platinum 4
Platinum 4

@ZOCO_Unlimited wrote:

Is it possible to select multiple locations from an EnumList and have them shown in a map (LatLong ) column?


Nope. You'd have to create separate rows, each row having just one location, then map that set of rows.

ZOCO_Unlimited_0-1675534206912.png

So I have that and an interactive dashboard view w/ a map. The location list is about 15k records deep.  I'm looking for a way to select only 2 or 3 and have them shown on the map.   Any thoughts?

 

Not with the built-in interactive dashboard feature. You could put a slice atop the table and provide the user a way to filter the slice.

Top Labels in this Space