You could place your filter in the WHERE statement under the data tab.
Ben Watts schrieb:
> You could place your filter in the WHERE statement under the data tab.
> > Hi all,
[quoted text clipped - 8 lines]
> >
> > Where is my mistake?
Thanks for the answer, but how do I place the filter in the sql
statment exactly? I tried something like: select * from
Adressenherkunft where insertdate = 'Parameters!von.Value' but this
does not work?
Jordi Rambla - 31 Aug 2006 08:44 GMT
Hi,
The syntax is like
insertdate = @von
where "von" is the name of the parameter exactly as it shows in the report
parameters dialogbox.
HTH,
Jordi Rambla
MVP SQL Server (Reporting Services)
Solid Quality Learning (http://www.solidqualitylearning.com)
> Ben Watts schrieb:
>
[quoted text clipped - 15 lines]
> Adressenherkunft where insertdate = 'Parameters!von.Value' but this
> does not work?