Jump to content

Limiting the date range for counting or summing


Phil Price

Recommended Posts

I have a cross-table that shows the number of certain event types that occure in any given month. There is 20 years of data recorded. Event types are rows and months are columns.

The agregation method is Count(). The issue is that it is aggregating across the entire 20 years of data. I can correct this by setting a filter on the data range of interest. What I would like to know is, is there a way to limit a date range using an expression.

I know this is not correct. But something like:

if([incidentDate]) > Year(2019,12,31) Count([incidentID)

Many thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...