Wednesday, March 7, 2012

Problem using the Jump to report with a Parameter in a chart repor

I created a chart report and then created a second report which has a table
in it. The second report has a report parameter called DealStatus. I went to
the Chart report and edited the action tab on the edit chart values and
select the Jump to report and selected my report and clicked on the
Parameters button.
Entered DealStatus for the Paremeter Name and =Fields!value.Value for the
Prameter Value. First I had no default value and I was getting an
rsReadOnlyReportParameter error so I added a default value for DealStatus,
and now the chart report jumps to the second report but always uses the
default value.
MikeI found the problem I forgot to add the @.DealStatus to the Dataset query
"Hotwheels" wrote:
> I created a chart report and then created a second report which has a table
> in it. The second report has a report parameter called DealStatus. I went to
> the Chart report and edited the action tab on the edit chart values and
> select the Jump to report and selected my report and clicked on the
> Parameters button.
> Entered DealStatus for the Paremeter Name and =Fields!value.Value for the
> Prameter Value. First I had no default value and I was getting an
> rsReadOnlyReportParameter error so I added a default value for DealStatus,
> and now the chart report jumps to the second report but always uses the
> default value.
> Mike
>

No comments:

Post a Comment