Viewing 5 posts - 1 through 5 (of 5 total)
Thanks Jeff but no - I see what you're getting at but it doesn't quite do it.
August 26, 2006 at 3:12 am
Report Builder can only use tables / views as Model datasources.
August 25, 2006 at 2:47 pm
guys the main issue here is that the subquery needs to be able to reference the range of dates (not just a single date) of the outer query.
thanks
August 25, 2006 at 2:18 pm
by passing them to the view as a where clause.
ie select * from vwView where ShipCity = 'Paris' and OrderDate between '01-jan-1997' and '01-jan-2000' .
August 25, 2006 at 2:12 pm
Yes but unfortunately I can't use variables / stored procs because this view is to be used as a datasource for Reporting Services Report Builder which only allows tables and...
August 25, 2006 at 2:02 pm
Viewing 5 posts - 1 through 5 (of 5 total)