I have custom data expressions for indicators to sum up various fields in my feature layer. The expression is written by creating a dictionary for all the fields that I want to eventually filter by through category selectors. These are all either integer or string fields, like "County Name" or "Year".
Is it possible to incorporate a date range selector that would somehow be compatible with the category selector filter actions? Since each selector's filter actions asks for a source and target field, I'm finding it difficult to figure out if this type of interaction is possible. Any thoughts appreciated, thank you!