dbTalk Databases Forums  

Skip Levels in AS2005

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Skip Levels in AS2005 in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Acius
 
Posts: n/a

Default Skip Levels in AS2005 - 05-16-2006 , 11:26 PM






I note from
http://msdn2.microsoft.com/en-us/library/ms143229.aspx
that the SkippedLevelsColumnproperty in no longer supported.

If you've got a perent-child hierarchy that has a varying number of levels
from top to bottom, how do you make all the leaf nodes appear on the bottom
level? (We've got views we set up for AS2000 that have columns for the number
of levels to skip)

Reply With Quote
  #2  
Old   
AT
 
Posts: n/a

Default RE: Skip Levels in AS2005 - 05-17-2006 , 04:42 AM






Hello,

You may want to refer to the following link:

http://msdn2.microsoft.com/en-us/library/ms365406.aspx

Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

================================================== ===


This posting is provided "AS IS" with no warranties, and confers no rights.



Reply With Quote
  #3  
Old   
Acius
 
Posts: n/a

Default RE: Skip Levels in AS2005 - 05-18-2006 , 05:11 PM



I'm confused .. the other reference inferred SkippedLevelsColumn wasn't
supported. This one is saying to use it. Will SkippedLevelsColumn be
supported in 2005 onwards?

Thanks

Hiding Members in a Parent-Child Hierarchy

To make a parent-child hierarchy ragged, use the SkippedLevelsColumn
property of the parent attribute in the hierarchy to support the ragged
structure. Before you use this property, make sure in the data source view
that the dimension table for the dimension contains a column that stores the
number of intervening levels between each member and its parent. The
SkippedLevelsColumn property must be set to this column in the dimension
table.


""privatenews"" wrote:

Quote:
Hello,

You may want to refer to the following link:

http://msdn2.microsoft.com/en-us/library/ms365406.aspx

Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

================================================== ===


This posting is provided "AS IS" with no warranties, and confers no rights.




Reply With Quote
  #4  
Old   
Akshai Mirchandani [MS]
 
Posts: n/a

Default Re: Skip Levels in AS2005 - 05-18-2006 , 09:59 PM



It is not supported in AS 2005. The documentation is incorrect in this
respect.

Thanks,
Akshai
--
Try out the MSDN Forums for Analysis Services at:
http://forums.microsoft.com/MSDN/Sho...ID=83&SiteID=1

This posting is provided "AS IS" with no warranties, and confers no rights
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.

"Acius" <acius (AT) nospam (DOT) nospam> wrote

Quote:
I'm confused .. the other reference inferred SkippedLevelsColumn wasn't
supported. This one is saying to use it. Will SkippedLevelsColumn be
supported in 2005 onwards?

Thanks

Hiding Members in a Parent-Child Hierarchy

To make a parent-child hierarchy ragged, use the SkippedLevelsColumn
property of the parent attribute in the hierarchy to support the ragged
structure. Before you use this property, make sure in the data source view
that the dimension table for the dimension contains a column that stores
the
number of intervening levels between each member and its parent. The
SkippedLevelsColumn property must be set to this column in the dimension
table.


""privatenews"" wrote:

Hello,

You may want to refer to the following link:

http://msdn2.microsoft.com/en-us/library/ms365406.aspx

Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

================================================== ===


This posting is provided "AS IS" with no warranties, and confers no
rights.






Reply With Quote
  #5  
Old   
Acius
 
Posts: n/a

Default Re: Skip Levels in AS2005 - 05-21-2006 , 03:21 AM



Well can we go back to the original posting please. How is it done in AS2005?

"Akshai Mirchandani [MS]" wrote:

Quote:
It is not supported in AS 2005. The documentation is incorrect in this
respect.

Thanks,
Akshai
--
Try out the MSDN Forums for Analysis Services at:
http://forums.microsoft.com/MSDN/Sho...ID=83&SiteID=1

This posting is provided "AS IS" with no warranties, and confers no rights
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.

"Acius" <acius (AT) nospam (DOT) nospam> wrote in message
news:30B42F4C-2BF6-4B4B-8E6D-11F6C9C3B327 (AT) microsoft (DOT) com...
I'm confused .. the other reference inferred SkippedLevelsColumn wasn't
supported. This one is saying to use it. Will SkippedLevelsColumn be
supported in 2005 onwards?

Thanks

Hiding Members in a Parent-Child Hierarchy

To make a parent-child hierarchy ragged, use the SkippedLevelsColumn
property of the parent attribute in the hierarchy to support the ragged
structure. Before you use this property, make sure in the data source view
that the dimension table for the dimension contains a column that stores
the
number of intervening levels between each member and its parent. The
SkippedLevelsColumn property must be set to this column in the dimension
table.


""privatenews"" wrote:

Hello,

You may want to refer to the following link:

http://msdn2.microsoft.com/en-us/library/ms365406.aspx

Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

================================================== ===


This posting is provided "AS IS" with no warranties, and confers no
rights.







Reply With Quote
  #6  
Old   
AT
 
Posts: n/a

Default Re: Skip Levels in AS2005 - 05-22-2006 , 01:28 AM



Hello Akshai,

The following is feedback from product team:

Although SkippedLevelsColumn shows up in DDL and AMO, it is not supported.
This is in the list of backward compatibility issues as you have seen.
There is no way to force all leaves in a parent-child hierarchy to the
lowest level (other than doing in the table).

Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

================================================== ===


This posting is provided "AS IS" with no warranties, and confers no rights.



Reply With Quote
  #7  
Old   
Acius
 
Posts: n/a

Default Re: Skip Levels in AS2005 - 05-22-2006 , 04:51 PM



Thanks for checking that Peter;
It was very useful functionality from AS2000 (Particularly if the client
tool can only select at a level and not at base)

Is there an example of "doing in the table"


""privatenews"" wrote:

Quote:
Hello Akshai,

The following is feedback from product team:

Although SkippedLevelsColumn shows up in DDL and AMO, it is not supported.
This is in the list of backward compatibility issues as you have seen.
There is no way to force all leaves in a parent-child hierarchy to the
lowest level (other than doing in the table).

Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

================================================== ===


This posting is provided "AS IS" with no warranties, and confers no rights.




Reply With Quote
  #8  
Old   
AT
 
Posts: n/a

Default Re: Skip Levels in AS2005 - 05-24-2006 , 02:14 AM



Hello Akshai,

Based on their comments, doing a table means just adding rows to the
parent-child table to insert artificial members. There is no way to hide
the artificial members though.

Please rest assured that your feedback on this feature is routed to the
right channle, and I also encourage you submit via the link below

http://lab.msdn.microsoft.com/produc...k/default.aspx


Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

================================================== ===



This posting is provided "AS IS" with no warranties, and confers no rights.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.