dbTalk Databases Forums  

How to Select DISTINCT on DrillThrough ?

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


Discuss How to Select DISTINCT on DrillThrough ? in the microsoft.public.sqlserver.olap forum.



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

Default How to Select DISTINCT on DrillThrough ? - 05-12-2004 , 04:08 AM






Hi All,

I have fact table with granularity up to every line item of the transaction.

CREATE TABLE [dbo].[TrxOrder] (
[OrderID] [int] NOT NULL ,
[OrderDate] [datetime] NULL ,
[ProdukId] [int] NOT NULL ,
[Amount] [smallint] NOT NULL ,
....,
....,
....)

But when drillthrough, I only want to display ''DISTINCT"ly on OrderID.
(One row only for each Order)
How can I do that ?

Thank you for your help,
Krist




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.