Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
brandonl
Yak Posting Veteran
58 Posts |
Posted - 2006-03-31 : 14:20:52
|
I have a dataset that returns: CensusNumber, and CensusDate.The column chart has the date on the x-axis, and the number on the y.I'm trying to pass the date for each column to another report (via a parameter). The problem I am having is the first report (the chart), is passing the CensusNumber, not the CensusDate. In the parameter section under "Jump to Report", I am passing =Fields!CensusDate.Value NOT =Fields!CensusNumber.ValueWhen I have it output the parameter to the report on the second report, it's clearly showing the number, not the date.Is this something that can be done, or am I missing something? Any mroe information needed? |
|
brandonl
Yak Posting Veteran
58 Posts |
Posted - 2006-03-31 : 15:52:31
|
Got it figured out...~BrandonL |
 |
|
|
|
|