Select to view content in your preferred language

Use Date Selector on Subset of Layer

96
1
Wednesday
Labels (1)
apgis16
Frequent Contributor

I have a point layer in a map that has a status field for Not Started, In Progress, or Complete. It also has a field for due date. I want to be able to filter points that are overdue as of today. I configured the filter regularly, but is there a way to only filter on points that are Not Started or In Progress without adding another filter field for status that the user has to use in conjunction?

0 Kudos
1 Reply
RPGIS
by MVP Regular Contributor
MVP Regular Contributor

Hi @apgis16,

There is a way to do this in Dashboards but it may require the creation of a custom data expression, configuring the information:

  1. Set one set of fields to indicate the label and another set of fields as date fields and specify a date value you want.
  2. For the values, set the values as the labels and the dates as to whatever minimum date you need or it can be acquired automatically from your data.
  3. Create a featureset as the returned expression value
  4. Create a filter and set the expression as the data to use
  5. Set the actions to filter accordingly.
0 Kudos