mdx - How can I get MIN and MAX values for dimension members in a set that uses NON EMPTY -


i have problem need high , low values set dimension members (not measures) specific intersection (one customer , time period). need reference these report parameters downstream. can find examples pulling min , max measures. need actual dimension values.

any ideas?

assuming key0 numerical value, :

select    topcount( [rent range].[rent range floor].members, 1, [rent range].[rent range floor].currentmember.properties( 'key0', typed ) )         + bottomcount( [rent range].[rent range floor].members, 1, [rent range].[rent range floor].currentmember.properties( 'key0', typed ) )     on 0   [sales] 

otherwise other numerical property fine.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -