Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to pass a Parameter to a UNION query for a Crosstab 1

Status
Not open for further replies.

FMHarris

Programmer
Oct 16, 2007
12
0
0
US
I am using Crystal 10 Pro and have created a UNION query command as the record source for a crosstab report. I'm trying to figure out how to pass a BETWEEN date parameter to both queries in the UNION to narrow the dataset.

 
Create a start parameter and an end parameter within the command, and then use them in the where clause of each half of the union query.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top