Using CR11:
I have a SQL database I'm reporting off and the data in this db is always 1 day behind the live production data. So my reports prompt the user for a date range, and they use the crystal calendar function and choose say monday-friday, but the data is only going to contain monday-thursday because it's a day behind, and then they get all confused because there's 1 less day's worth of data and they don't know why.
Is there any way to limit the date parameter's maximum date to be yesterday's date? (Currentdate-1) so that they cannot select a date past this date?
Any help is greatly appreciated, thanks!
I have a SQL database I'm reporting off and the data in this db is always 1 day behind the live production data. So my reports prompt the user for a date range, and they use the crystal calendar function and choose say monday-friday, but the data is only going to contain monday-thursday because it's a day behind, and then they get all confused because there's 1 less day's worth of data and they don't know why.
Is there any way to limit the date parameter's maximum date to be yesterday's date? (Currentdate-1) so that they cannot select a date past this date?
Any help is greatly appreciated, thanks!