Viewing 15 posts - 31 through 45 (of 48 total)
We use a function that splits the comma-delimited string sent by SSRS into a table, which is used in the stored proc. Search the forum for multi-value parameters and...
June 17, 2008 at 3:09 pm
Drop a rectangle into the top left corner of the matrix. Then drop a text box onto the rectangle for each heading that you need.
-Marianne
June 13, 2008 at 3:03 pm
That's great! I hate the word-wrapping that results from adding the interactive sort. I'll definitely be using this tip.
Thanks,
Marianne
June 13, 2008 at 2:41 pm
In the Solution Explorer, right-click on the DSV folder and select Add, then Existing Item. Then just navigate to wherever the DSV is. Not really a "rapid" method,...
June 13, 2008 at 2:25 pm
shashi kant (6/13/2008)
There is other alternative available for this header option
You can get this option by selecting these options
Query -> Query Options ->Results -> and then select the option of...
June 13, 2008 at 1:37 pm
I believe the MDX query is actually using a formatted version of the date, rather than the datetime value passed via the calendar date-picker. I resolved this in my...
May 22, 2008 at 4:12 pm
Report Builder (the ad hoc report writer with Reporting Services) has a decent interface with the cube. It's not stellar, tho, if you really want to "slice and dice"...
May 16, 2008 at 4:07 pm
Well, if anyone runs into the same issue, here is how I resolved it:
- In the DSV, I created a named calculation [NetRev], and set the value = 0.
-...
May 5, 2008 at 3:02 pm
Steve,
Thanks for the reply. Unfortunately, I can't hide the measures from *all* users, so I don't think altering the visibility would work. I thought about using perspectives, but...
April 24, 2008 at 3:18 pm
Any thoughts???
Thanks,
Marianne
April 23, 2008 at 7:54 pm
My pleasure! I've learned so much from these forums, so it's nice to be able to help out someone else.
-Marianne
April 9, 2008 at 4:17 pm
I don't know the answer to the first question, but as for adding labels to the matrix corner: put a rectangle in the corner, and then add text boxes for...
April 9, 2008 at 4:00 pm
If you want to avoid dynamic sql, you can create a function that parses out the comma-separated values and puts them in a table.
CREATE FUNCTION [dbo].[fn_ParseComma] (@STRING nvarchar(max))
RETURNS @tmp...
April 9, 2008 at 3:02 pm
Peter - So far, it seems to work beautifully. THANK YOU!!!!
August 3, 2007 at 2:43 pm
Viewing 15 posts - 31 through 45 (of 48 total)