vote up 0 vote down star

I'm trying to set up a report to run monthly in Crystal Reports Server 2008 that will give me the next month's Affordable Care Plan termination dates. However, as far as I can tell, I can only give it a particular date string, not "7 days after the report is scheduled". How do I do this? (Same question for CR2008, actually, but the server is the one I'm interested in right now.)

Thanks!

flag

67% accept rate

4 Answers

vote up 0 vote down

This technique may help you: Crystal Reports: Named-Date-Range Parameters

link|flag
vote up 0 vote down

Turns out that the answer to this involves CR2008's new feature, optional parameters. If the HasValue({?MyParameter}) function returns false, you can use the default: otherwise, use the value of MyParameter.

link|flag
vote up 0 vote down

You may want to look into rePORTAL at reportalsoftware.com. It allows you to schedule your reports with dynamic date parameters (for example, currentdate + 7D) and point to the same copy of the report for on demand web access.

link|flag
vote up 0 vote down

There's a few 3rd party scheduling products that i've used for this in the past. http://www.jeff-net.com/ is one.

Can you not just modify the crystal report to perform a dateAdd on the current date to give you the right critieria to work with?

link|flag
That might be a possibility. If the parameter is blank, then set a global variable to such-and-such, else set it to the parameter... – SarekOfVulcan Mar 5 at 13:27
I'm just trying to avoid maintaining two versions of the report, one with and one without parameters. – SarekOfVulcan Mar 9 at 12:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.