I will explain this as best as I can. I am using CR8.5 and am trying to manipulate a report that was written by my software manufacturer. It is a time and attendance report for a specific date range. The report has already been written and is fully functioning. I am only trying to do 2 things to the report to customize it the way I need.
1. Pull only a specific Division ID
2. Pull the report but only show the information up through the day before today. For example: the payperiod starts 2/6/04 and ends 2/19/04. Today is 2/17/04 so I only want to show the times from 2/6/04 to 2/16/04. The remainder of the report will show the dates but no information on those days. This is a report that is generated and sent to a client.
I have set a select expert condition for #1 and have it working. #2 is the problem, I am not sure how to approach this. I was trying to do a record selection of periodstart <= currentdate -1 but it does not work. I am not sure if I am doing it wrong or if there is inteference with how they wrote the report or if it is because there is already a record selection criteria. I am not sure if this is enough explaination but hopefully it will be. Any advise would be helpful.
Thanks in advance.
Gayla
CR8.5 newbie
1. Pull only a specific Division ID
2. Pull the report but only show the information up through the day before today. For example: the payperiod starts 2/6/04 and ends 2/19/04. Today is 2/17/04 so I only want to show the times from 2/6/04 to 2/16/04. The remainder of the report will show the dates but no information on those days. This is a report that is generated and sent to a client.
I have set a select expert condition for #1 and have it working. #2 is the problem, I am not sure how to approach this. I was trying to do a record selection of periodstart <= currentdate -1 but it does not work. I am not sure if I am doing it wrong or if there is inteference with how they wrote the report or if it is because there is already a record selection criteria. I am not sure if this is enough explaination but hopefully it will be. Any advise would be helpful.
Thanks in advance.
Gayla
CR8.5 newbie