![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
-----Original Message----- Hi , Have a problem with a query , appreciate any help, the query is as follows : WITH SET [Number Set] as '{ [Number].[customer].[08009525150], [Number].[customer].[08452345005] }' SET [Set Of Members] AS 'nonemptycrossjoin( [customer].[customer].members, [Number Set]}, [Date].[Month].[Date].members, [Time].[time].members, [Date Set], 4 )' SET [Date Set] as '{[Date].[27 Aug 2002] : [Date].[27 Apr 2003]}' SET [Max Vol Tot] as ' FILTER( [Set Of Members] ,[measures].[volume tot]=MAX( { [Set Of Members] },[measures].[Volume Tot])) ' SELECT {[Max Vol Tot]} on rows, {[Volume tot]} on columns FROM [Call Legs] Now when I run this query I get one MAX measure value =590 for customer [Number].[customer].[08009525150], the Max measure value for [Number].[customer].[08452345005] = 290 but this value is not displayed because it is less than 590 , is there anyway that I can display both values together?? I mean I want to display the Maximum measure values for both customer members & NOT the comparison result of the two. Thanks!! . |
![]() |
| Thread Tools | |
| Display Modes | |
| |