July 30, 2008 at 6:48 am
Hi,
is there a possibility to use hierarchy grouping in a matrix? The aggregates like SUM with the recursive parameter only recognize the row group (hierarchy) but not the column group (e.g like months). So every column has the same values. Is there a workaround for that issue?
Best regards
Alex
April 16, 2009 at 12:22 pm
Thanks Alum. This worked for me like a magic. Thanks again
May 5, 2009 at 6:39 am
Hello everyone,
I have been trying to implement the exact example provided with ASP.NET without luck. I'm getting the following error on the reportviewer control:
* An error occurred during local report processing.
o The report definition for report 'd:\My Documents\Visual Studio 2008\Projects\RecursiveReport\RecursiveReport\Report1.rdlc' has not been specified
Any advise would be appreciated in this regard.
Thanks.
May 7, 2009 at 7:56 pm
Alexander Kleinwächter (7/30/2008)
Hi,is there a possibility to use hierarchy grouping in a matrix? The aggregates like SUM with the recursive parameter only recognize the row group (hierarchy) but not the column group (e.g like months). So every column has the same values. Is there a workaround for that issue?
Best regards
Alex
Hi Alex - Did you find a solution to this, we are looking at the same problem.
June 7, 2010 at 11:48 am
Has anyone figured out why the built-in recursive functionality can only accommodate unique relationships?
To stick with the ultra basic example used - if an employee has 3 managers, they will be listed under one of the three, and the other two relationships will be omitted. Is there some way to change this behavior? I sure hope so. If not, this functionality is nearly worthless. Why would they assume that all recursive table relationships are unique?
Thanks-
April 21, 2011 at 2:09 pm
Hi
I currently have a hierarchy report (using the Recursive functionality) with multiple levels that is a drill down from the top (parent) to bottom. Here is what I have right now:
Level1 - LV1Value LV1Value .....
----Level2 - LV2Value LV2Value .....
-------Level3 - LV3Value LV3Value .....
The users of this report have requested to get a drill -up version of the above format. This is what they want to see:
--------Level3 - LV3Value LV3Value
----Level2 - LV2Value LV2Value
Level1 - LV1Value LV1Value
Can this be achieved using recursive hierarchy in SSRS? I've been trying to search for this solution for quite some time, but with no luck.
Please help.
Thanks
Viewing 6 posts - 16 through 20 (of 20 total)
You must be logged in to reply to this topic. Login to reply