Hello,
I am using Crystal Reports 11 and have a connection to my database with a series of tables linked together. I want to have two parameters added to the crystal report so that when I run the crystal report it does a query on the database. The parameters would be named... @FromDate and @ToDate. With those parameters if I were to type out a where clause it would be something like this...
Where @FromDate >= DateCreated and @ToDate <= DateCreated
Our community of experts have been thoroughly vetted for their expertise and industry experience.