jonshurlock
New Member
Hi
I have a flat file of client IDs, Start Dates, End Dates, and 5 fields that will need to be filterable
I need to report on days, weekly periods, 4-weekly periods and monthly - this will also need to be filterable
I need to calculate how many of the clients are valid within each time period and then filter on different fields
Eg. Filter on weekly period, Age group 65+, area =south etc.
then return a chart with
Week 1 - number of valid clients
Week 2 - number of valid clients
... etc.
Or filter on calendar month periods, age group 18-64, area = north east
then return a chart with
Month 1 - number of valid clients
Month 2 - number of valid clients
... etc.
Does anyone have a tried and tested method? In SQL it would be relatively easy to create a table of date periods then join that with the client data, but that's not an option here
I have a flat file of client IDs, Start Dates, End Dates, and 5 fields that will need to be filterable
I need to report on days, weekly periods, 4-weekly periods and monthly - this will also need to be filterable
I need to calculate how many of the clients are valid within each time period and then filter on different fields
Eg. Filter on weekly period, Age group 65+, area =south etc.
then return a chart with
Week 1 - number of valid clients
Week 2 - number of valid clients
... etc.
Or filter on calendar month periods, age group 18-64, area = north east
then return a chart with
Month 1 - number of valid clients
Month 2 - number of valid clients
... etc.
Does anyone have a tried and tested method? In SQL it would be relatively easy to create a table of date periods then join that with the client data, but that's not an option here