not2techie
Technical User
Hello! I am a fairly new Crystal user.
I am trying to roll up data and see items in progress for a particular date range. Q: How many items are in progress on 1/10, 1/12, 1/14, total for the month etc. If they are opened and not closed, they are in progress.
Data:
Item # Opened Date Closed Date
1234 1/10/06 1/14/06
1278 1/13/06 1/18/06
4567 1/13/06 NULL
Can someone offer assistance on a variable or incrementing date that can be placed at the row level so I compare it to the dates and count the item numbers?
This needs to be dynamic for every month/day and eventually hour.
Thanks so much !!!
I am trying to roll up data and see items in progress for a particular date range. Q: How many items are in progress on 1/10, 1/12, 1/14, total for the month etc. If they are opened and not closed, they are in progress.
Data:
Item # Opened Date Closed Date
1234 1/10/06 1/14/06
1278 1/13/06 1/18/06
4567 1/13/06 NULL
Can someone offer assistance on a variable or incrementing date that can be placed at the row level so I compare it to the dates and count the item numbers?
This needs to be dynamic for every month/day and eventually hour.
Thanks so much !!!