Hello,
I have a feature service that I want users to use to edit the "status" of a feature.
I have domains for a "Feature Color" field and a "Status" field (both integer data). I intend to symbolize by both fields, so there are a number of combinations:
0,0 - Feature Color 0, Incomplete
0,1 - Feature Color 0, Complete
1,0 - Feature Color 1, Incomplete
1,1 - Feature Color 1, Complete
etc.
It is not an empty dataset to start. There is data for attributes with status populated as "Incomplete". Users will then edit the data to "Complete" to track work progress.
Pro is only letting me (for now) symbolize features for combinations of data that already exist in the dataset. This isn't useful for creating an active layer intended for editing and progress tracking.
Is there any way I can set up the layer's symbology so that the symbols for 'Complete' status items exist despite them not being present in the data (yet?). I don't want to give this data over to users, have them begin progress tracking, and then symbolize based on the modified attributes for a visual representation of progress. I also don't want to have to create "false" records just in order for me to apply the symbology I need for the status tracking
I'm a little frustrated that there seems to be a barrier (either technically or of my own awareness) to achieving this. Any explanations, solutions or workarounds are recommended! Thanks!