dbTalk Databases Forums  

Integer intervals in dimensions

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


Discuss Integer intervals in dimensions in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Henrik Skak Pedersen
 
Posts: n/a

Default Integer intervals in dimensions - 03-08-2006 , 08:19 AM






Is is possible to create a dimension using intervals. I have a table like
this:

Table A
-----------
1
4
3
2
6
7
5
3
10
19
18
3
4
5

and I would liek to show a dimension like
0-5
6-10
11-15
ect.

The dimension should be hierarchical, so I should be able to drill down to
the real value.

Thanks

Henrik Skak Pedersen



Reply With Quote
  #2  
Old   
Ian McHugh
 
Posts: n/a

Default Re: Integer intervals in dimensions - 03-08-2006 , 11:06 AM






You could look at discretisation which is a property on the attribute
hierarchy. This will do the banding automically.

Alternatively, you could add it as a calculated column in your DSV.

Ian


Reply With Quote
  #3  
Old   
Henrik Skak Pedersen
 
Posts: n/a

Default Re: Integer intervals in dimensions - 03-09-2006 , 06:09 AM



Thank you very much, this was just what I needed.

"Ian McHugh" <ian.mchugh (AT) imgroup (DOT) com> wrote

Quote:
You could look at discretisation which is a property on the attribute
hierarchy. This will do the banding automically.

Alternatively, you could add it as a calculated column in your DSV.

Ian




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.