Hi, I have a map with a feature layer and a table (linked CSV)
The feature layer contain coded rooms and categories, example:
201 investigation
202 services
205A bathroom
, etc
And the table (linked CSV) contain a field with comma separated values for spaces associated to each Lab, example
Lab: 1
rooms: 201,203,206,205A,
Lab: 2
rooms: 202,204,205, 205A, 207
this table update frequently.
I want to make a dashboard that select laboratories and see their respective rooms in a map calling from this comma separated field..as the Table is linked and change pemanently so i dont want to use geoprocessing or analyrticis .. its possible? how? thanks for your help.