Hi,
One way is User Training ..OK, so some users are not trainable..for those, create a checking formula - Something like ( not actual Crystal syntax):
@chkdt
If ?enddate - ?startdate > 60 days then
0 else
1
In your Selection criteria use
If @chkdt = 1 then
real selection criteria
else
1 = 2 // will cause no records to be returned ( maybe you can use False instead)
Place a text object in the report header that reminds the user about the date range limits and supress it if @chkdt = 1
To Paraphrase:"The Help you get is proportional to the Help you give.."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.