If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > OLAP Calculated Measure

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-07-04, 03:01
msenoelo msenoelo is offline
Registered User
 
Join Date: Nov 2003
Location: South Africa
Posts: 71
OLAP Calculated Measure

What I want to display is TOP INSTRUMENTS. Here is what I want to do. Lets say my instrument and performance look like this:

Instrument Perfomance

AAA 10
BBB 200
CCC 300
DDD 40
EEE 50
FFF 6000
GGG 700
HHH 80
III 90
JJJ 100
KKK 20
LLL 3000
MMM 400
NNN 5000
OOO 60
PPP 700

If BIN = 1 then I want to display Top4 performing Instruments. I want my results to be

FFF 6000
NNN 5000
LLL 3000
PPP 700

If BIN = 2 then I want to display Top4 (next level) performing Instruments. (I shortened my performance to 4)

I want my results to be

MMM 400
CCC 300
BBB 200
JJJ 100

And so on and so on

I need to do this as part of calculated measures
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On