Need help generating month names between two dates using CR 2016:
In Date = MAY 2017
Out Date = JAN 2018
I need:
MAY 2017
JUN 2017
JUL 2017
AUG 2017...
JAN 2018
The DateDiff only gives me a number of months between the two points. The DateAdd only gives me the end point which I already have. I need a formula or method to create the list of months between the two dates to use in a crosstab for summaries. Ultimate goal is to identify every month a record was "IN" but only using the start and end dates. I cannot use a calendar table and do not have access to the source database (Oracle).
Thanks for any help, in advance...
In Date = MAY 2017
Out Date = JAN 2018
I need:
MAY 2017
JUN 2017
JUL 2017
AUG 2017...
JAN 2018
The DateDiff only gives me a number of months between the two points. The DateAdd only gives me the end point which I already have. I need a formula or method to create the list of months between the two dates to use in a crosstab for summaries. Ultimate goal is to identify every month a record was "IN" but only using the start and end dates. I cannot use a calendar table and do not have access to the source database (Oracle).
Thanks for any help, in advance...