To be very clear, The problem is due to parameters only. First go to the
report which you include as "Subreport" in the main report. open the report
properties, check for multi-value.
close that remaining same. (ie string, non queried or queried, default null.)
Go to the main report where you have placed subreport. on the subreport
right click for properties and the parameter, this is the main culprit for
not working.
Parameter Name: select from the drop down.
Parameter Value: "=Parameters!cn.Value" here just include value instead of
Value(0)
This should work. Let me know if it works.
Amarnath, MCTS.
> On Mar 22, 8:07 am, r...@mgk.com wrote:
> > On Mar 21, 9:10 am, Amarnath <Amarn...@discussions.microsoft.com>
[quoted text clipped - 37 lines]
> in (@PART_CODE)" with the paramter setup normailly in the subreport's
> report parameter properties.......
roy@mgk.com - 27 Mar 2007 18:53 GMT
On Mar 23, 1:21 am, Amarnath <Amarn...@discussions.microsoft.com>
wrote:
> To be very clear, The problem is due to parameters only. First go to the
> report which you include as "Subreport" in the main report. open the report
[quoted text clipped - 57 lines]
>
> - Show quoted text -
((
tried but not working...have logged incident with microsoft on this..
roy@mgk.com - 28 Mar 2007 21:22 GMT
On Mar 27, 12:53 pm, r...@mgk.com wrote:
> On Mar 23, 1:21 am, Amarnath <Amarn...@discussions.microsoft.com>
> wrote:
[quoted text clipped - 66 lines]
>
> - Show quoted text -
i've spoken to microsoft tech support - and they could not get it to
work....i'm assuming at this point we cannot reference a multi-value
paramenter in a subreport that rerferences it in the SQL statement
with the 'IN (@MYPARAM) manner...too bad...will have to figure out a
work-around.
Amarnath - 29 Mar 2007 07:24 GMT
I simulated your problem , it perfectly works for me..
Amarnath, MCTS.
> On Mar 27, 12:53 pm, r...@mgk.com wrote:
> > On Mar 23, 1:21 am, Amarnath <Amarn...@discussions.microsoft.com>
[quoted text clipped - 73 lines]
> with the 'IN (@MYPARAM) manner...too bad...will have to figure out a
> work-around.
roy@mgk.com - 29 Mar 2007 15:55 GMT
On Mar 29, 1:24 am, Amarnath <Amarn...@discussions.microsoft.com>
wrote:
> I simulated your problem , it perfectly works for me..
>
[quoted text clipped - 80 lines]
>
> - Show quoted text -
ok - this works when you have different names for the same parameter
in the parent and sub reports.........