Viewing 15 posts - 1 through 15 (of 49 total)
What's the easiest way to pass the results of a multi-select parameter to a SP? If this was as straightforward as it is with an embedded text query, I'd...
June 16, 2010 at 5:45 pm
Thanks for attaching examples - that was helpful.
If I were faced with this requirement, particularly having to use SSRS 2005, I would probably do all the subtotaling and totaling in...
May 13, 2010 at 7:49 pm
Hi Krishna, try this:
Chart Properties > Values: select dataset > Click Edit button > Appearance tab > Series Style button > Fill tab > in Color textbox, enter expression such...
April 12, 2010 at 9:39 pm
What about SELECT LEN(column1) AS totalCharacters FROM table1 ?
April 5, 2010 at 11:00 pm
Can you use =Len(Fields!Cell1.Value) ?
April 5, 2010 at 5:38 pm
Robert Livermore (3/8/2010)
March 8, 2010 at 4:45 pm
Hi Mikey,
One option, though not sure how pretty, would be to set Boolean-valued report parameters for the visibility of the tables, then set the Visiblility > Hidden property on the...
January 27, 2010 at 4:18 pm
WardyWonderland (1/27/2010)
January 27, 2010 at 4:04 pm
Go to chart properties > Data tab > select values group from Values list > Edit button > Action tab > Jump to report > select drillthrough report > Parameters...
January 5, 2010 at 5:58 pm
Provided the dataset for Parameter 3 is driven by the selections for Parameters 1 and 2, probably all you need to do is make Parameter 3 a multi-value parameter, and...
January 5, 2010 at 5:47 pm
Hi Scott,
Would it work if you use =GetAvgDurationAsHHMMSS(secs, CountDistinct(Fields!LOAD_ID.Value)) as the expression in your textbox at the group level, and then something like this in the Code:
Function GetAvgDurationAsHHMMSS(ByVal TOTALSECS As...
January 4, 2010 at 11:47 pm
Hi Gugan,
There are several approaches to this type of requirement - you may find it most maintainable to build the custom aggregate into your SQL query (if possible). Martin...
January 3, 2010 at 5:22 pm
Yes you're right, in SSRS 2008 it is the PageBreak property on the tablix. If that is set to Start it would explain the behavior you're experiencing. Otherwise, I...
December 2, 2009 at 8:59 pm
Any recommendations on a book that I could get.
Maybe someone else can help you there - I am learning SSRS through doing it.
Glad to help though!
December 2, 2009 at 5:37 pm
Hi Bart,
Do you have the KeepTogether property set to True on your table? If so, that could be what's causing the table to start on a new page. You could...
December 1, 2009 at 5:41 pm
Viewing 15 posts - 1 through 15 (of 49 total)