OLAP substring

how to split account dimension into three different dimensions
for example
account dimension member = 11111200900
account_num.member = 11111
item_num.member = 200
sub_tem.member =900




Answer this question

OLAP substring

  • forummember

    Using Analysis Services 2005, the easiest way to do this is to create named columns in the table in the DSV which split out the portions of the accout. Then you will probably want to create seperate attributes within the same dimension for each of these aspects of the account.

    In Analysis Services 2000, you can put a SQL expression to extract a portion of the account column directly in the MemberKeyColumn and MemberNameColumn properties.



  • OLAP substring