Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1059
Row dimesion in 11.1 does not work anymore
posted

Code  to add dimenions to the rows in version 10.3 was this:

_flatDataSource.Rows =

 

 

DataSourceBase.GenerateInitialItems("[Asset Class],[Trading Desk]"

);

This does not worka nymore in 11.1...How am I suuposed to add Dimensions to the rows dynamically now...?

Parents
  • 8831
    Suggested Answer
    posted

    Hello,

    In 11.1 you can set up more than one hierarchy over a single dimension. Basically if you haven't set your own the default unique name of the first hierarchy is constructed and in your case it should look like this:

    [Asset Class].[Asset Class]

    You can look at online samples for FlatDataSource where the initialization is set in this way.

    Best regards.
    PPilev.

Reply Children