dashboard dates

215
1
01-30-2024 07:28 AM
RobertCottreau
New Contributor II

I have a dashboard where one of the features has a date range during which a building will be closed.  I have a start date when it will be closed and an end date when it will reopen.

Is it possible to create an indicator to count the number of features in that layer that are closed based on the day if today falls within that date range when it is closed?

Thanks to all.

Tags (2)
0 Kudos
1 Reply
JohnEvans6
Occasional Contributor

Does this work? Your indicator should just count the number of objects where today's date is on or after the date closed and where today's date is on or before the opening date.

If today was 1/8/24 and it closed on 1/1/24 with an open date of 1/10/24 -- "Today" is after the close date of 1/1 and also before the open date of 1/10.

date_ranges.PNG

Indicator -> Data -> Settings -> Filter

0 Kudos