in
Forums
Blogs
Files
Devexpress.Com
ClientCenter
Support Center
DevExpress Channel

Hierarchical Recursive data

Last post 9/25/2008 4:04 PM by Jefferson Valim. 4 replies.
Page 1 of 1 (5 items)
Sort Posts:
Previous Next
  • 8/16/2008 10:49 AM

    Hierarchical Recursive data

    Hi,

    Is possible to represent hierarchical recursive data (e.g. account table) in XtraPivotGrid?

     

    Thanks,

     

    Jefferson Valim

     

    Filed under:
  • 8/18/2008 2:19 AM In reply to

    Re: Hierarchical Recursive data

     

     What do you call 'hierarchical' and 'recursive' ? Can you provide a simple example?

     Have had a look at the XtraTreeList?

    Luc

    Luc Debrun
  • 8/19/2008 6:09 PM In reply to

    Re: Hierarchical Recursive data

     

    Account AccountParent Description
    1   Assets
    2 1 Current Assets
    3 2 Cash
    4 2 Financial Receivables

     

    Analysis Services 2005 supports table with autorelation  (Account, Departments, Employee, etc). But I want to use this if Dataset.

     

    Thanks,

    Jefferson

    Filed under:
  • 9/2/2008 4:18 AM In reply to

    Re: Hierarchical Recursive data

    Hi Jefferson,

    Unfortunately, in a typical situation, this is impossible. You should convert your data in the following format:

    Account AccountParent1 AccountParent0
    1
    2 1
    3 2 1
    4 2 1

    However, if you have only one level hierarchy, you can use your dataset right now.

    Thanks,
    R&D, .NET Team
    Ivan

    PS. If you wish to receive direct assistance from our Support Team, use
    Support Center at http://www.devexpress.com/Support/Center
  • 9/25/2008 4:04 PM In reply to

    Re: Hierarchical Recursive data

    But because this structure exists in MSAS2005, will you create this issue in the product?

    Thanks,

    Jefferson Valim

     

     

Page 1 of 1 (5 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED