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
Steve
February 4, 2023, 3:52pm
2
Nope. You’d have to create separate rows, each row having just one location, then map that set of rows.
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?
Steve
February 4, 2023, 6:41pm
4
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.