Wrox Programmer Forums
|
BOOK: Professional SQL Server 2005 Reporting Services ISBN: 0-7645-8497-9
This is the forum to discuss the Wrox book Professional SQL Server 2005 Reporting Services by Paul Turley, Todd Bryant, James Counihan, Dave DuVarney; ISBN: 9780764584978
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional SQL Server 2005 Reporting Services ISBN: 0-7645-8497-9 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 6th, 2006, 04:45 AM
Registered User
 
Join Date: Oct 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Recursive Relationships with MDX

There is an example in SQL Server 2005 Reporting Services book how to build a table with recursive hierarchies. In this example SQL query is used for creating table with EmployeeID and ManagerID columns.
 I have a cube with Organization Tree dimension. Each item of organization tree (cost place ) has unique OrgID and Parent ORGID. The number of levels can be different for each branch : e.q.
1
 1.1
 1.2
    1.2.1
    1.2.2
 1.3

 It seems that using Recursive Relationships to be a solution for my task. Is it possible to get it using MDX and how that MDX can look like ?

Thanks in advance.






Similar Threads
Thread Thread Starter Forum Replies Last Post
MDX lem SQL Server 2005 1 June 6th, 2008 03:40 PM
Mdx queries and java mybestfuture SQL Server 2005 0 September 12th, 2006 05:56 AM
MDX filters an Parameters GabrielP BOOK: Professional SQL Server 2005 Reporting Services ISBN: 0-7645-8497-9 2 May 16th, 2006 08:31 AM
MDX, Crystal Reports, and OLAP MariaLua SQL Server 2000 2 August 24th, 2004 05:03 PM
MDX - where clause with parameters?? boson SQL Language 3 August 24th, 2004 05:44 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.