Viewing 15 posts - 91 through 105 (of 139 total)
Thanks guys. I think the table-valued function is probably the way to go.
I conclude then that using an IN clause (in the sproc) is out of the question?!
June 8, 2006 at 2:02 am
Thanks Joe. Whilst we might know better than that (!) we seem to be forced into doing it to get round the problem of a parameter which comes out of...
June 7, 2006 at 8:23 am
Thanks Mike. I can see the table/join approach should be possible, but the neater
if @var in (@paramlist)
doesn't seem to work. Or am I using the wrong syntax?
Cheers.
June 7, 2006 at 2:11 am
I'm having the same problem, though we have now ditched the SS2000 report manager. Seems you can't have your cake AND eat it.
June 6, 2006 at 4:52 am
We've just upgraded our report server database to SS2005 from SS2000. All the (data) databases which the reports connect to still reside happily in SS2000.
May 25, 2006 at 1:41 am
you need to put an iif expression in the Visibility/Hidden property for the row which evaluates, e.g. whether there is any data to display.
May 23, 2006 at 5:48 am
For the textbox properties, select advanced properties and in 'Jump to URL' add 'mailto:name@domain' with appropriate values. You can make it dependent on the data by clickong on the fx...
May 4, 2006 at 4:34 am
you need to use an inner join, by matching up a column in your table that matches a column in your view. If you haven't used joins before, you're best...
April 6, 2006 at 4:02 am
As far as I know, once the snapshot has run, you can't amend the report except by using filters.
March 29, 2006 at 1:54 am
most of these functions can have a second argument which is either the dateset name or the name of a group you want to count over.
March 21, 2006 at 3:47 am
I've spent so much time looking for complicated solutions, ... as far as this piece of work goes, I think that will probably do the trick! Thanks a lot.
March 9, 2006 at 3:47 am
1. use a custom format in the value cell of
#;#;0
to ensure that zeroes are printed out.
2. I've had the same problem with specifying column headers; would be happy to learn...
March 9, 2006 at 2:42 am
Yes, the problem is though that I don't want to send an email at all if there are no rows to display. In the end I used a stored procedure...
March 3, 2006 at 10:03 am
Try setting the sort order using the Sorting tab under the data region properties. If you have any groups they can each have their own sort orders.
March 3, 2006 at 3:16 am
I find the column and row headers print on subsequent pages fine without selecting anything specific.
March 1, 2006 at 3:26 am
Viewing 15 posts - 91 through 105 (of 139 total)