CR 9.0
MS SQL Server 2000
I am apparently short on knowledge of how to use the main report parameters in a subreport. I think I'm getting flogged by the table linking too, but I want to be sure I am using the parameters correctly. My main report asks for a begin date, an end date, and a "run" (a 4 letter code for a set of entertainment events). It pulls from 4 tables
dbo.buyer, dbo.event2, dbo.eventpaid, dbo.eventseat
The subreport needs to add together different payments types (cash, check, visa, mc, etc) only from the table dbo.eventpaid, but in order to pull the right records, it has to link to dbo.eventseat to check the date range of the parameters, since dbo.eventpaid has no date field. The problem is, it doesn't seem to even be accepting the date parameters from the main report. When i run the report it still asks for 2 seperate sets of begin date and end date parameters. Does anyone know of a white paper or article that concisely desribes how to set this up and map the parameters correctly? Thanks !
MS SQL Server 2000
I am apparently short on knowledge of how to use the main report parameters in a subreport. I think I'm getting flogged by the table linking too, but I want to be sure I am using the parameters correctly. My main report asks for a begin date, an end date, and a "run" (a 4 letter code for a set of entertainment events). It pulls from 4 tables
dbo.buyer, dbo.event2, dbo.eventpaid, dbo.eventseat
The subreport needs to add together different payments types (cash, check, visa, mc, etc) only from the table dbo.eventpaid, but in order to pull the right records, it has to link to dbo.eventseat to check the date range of the parameters, since dbo.eventpaid has no date field. The problem is, it doesn't seem to even be accepting the date parameters from the main report. When i run the report it still asks for 2 seperate sets of begin date and end date parameters. Does anyone know of a white paper or article that concisely desribes how to set this up and map the parameters correctly? Thanks !