dbTalk Databases Forums  

sorted by member properties?

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


Discuss sorted by member properties? in the microsoft.public.sqlserver.olap forum.



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

Default sorted by member properties? - 08-04-2005 , 02:01 PM






Does anybody know if possible or how to dynamically sort dimension members by
member properties in OWC10 instead of setting sort property in AS?

Thanks in advance.

Yan

Reply With Quote
  #2  
Old   
Michael Vardinghus
 
Posts: n/a

Default Re: sorted by member properties? - 08-04-2005 , 02:38 PM






if no luck here try this:

microsoft.public.office.developer.web.components

yes i believe it's possible but I don't know how - I normally use AS and
haven't had the need to change that in the front end.

"yan" <yan (AT) discussions (DOT) microsoft.com> wrote

Quote:
Does anybody know if possible or how to dynamically sort dimension members
by
member properties in OWC10 instead of setting sort property in AS?

Thanks in advance.

Yan



Reply With Quote
  #3  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: sorted by member properties? - 08-05-2005 , 01:45 AM



Yes you can. Check BOL. You can sort by name, key, or another field -- which
may just so happen to be a member property :-)

See BOL under the topic:
Specify Ordering and Uniqueness (Dimension Wizard)

--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"yan" <yan (AT) discussions (DOT) microsoft.com> wrote

Quote:
Does anybody know if possible or how to dynamically sort dimension members
by
member properties in OWC10 instead of setting sort property in AS?

Thanks in advance.

Yan



Reply With Quote
  #4  
Old   
Michael Vardinghus
 
Posts: n/a

Default Re: sorted by member properties? - 08-05-2005 , 08:47 AM



But it was in OWC .. then he need to use ADOMD to do so ?

"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote

Quote:
Yes you can. Check BOL. You can sort by name, key, or another field --
which
may just so happen to be a member property :-)

See BOL under the topic:
Specify Ordering and Uniqueness (Dimension Wizard)

--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.


"yan" <yan (AT) discussions (DOT) microsoft.com> wrote in message
news:A25878FF-0E69-46E3-A6A8-2AF52743379B (AT) microsoft (DOT) com...
Does anybody know if possible or how to dynamically sort dimension
members
by
member properties in OWC10 instead of setting sort property in AS?

Thanks in advance.

Yan





Reply With Quote
  #5  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: sorted by member properties? - 08-05-2005 , 09:03 AM



Setting up that property sorts the members on the server-side when it is
exposed to the client. The sort sequence will be for everyone; not dynamic
per query or per user.

If you want sorting on the client-side, then sorry -- I don't know -- I'm
not an expert on the client-side. OWC does support sorting, I don't know if
it is flexible enough for what they want.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"Michael Vardinghus" <michaelvardinghus (AT) hotmail (DOT) com> wrote

Quote:
But it was in OWC .. then he need to use ADOMD to do so ?

"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote in message
news:eS3%23ImYmFHA.3572 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Yes you can. Check BOL. You can sort by name, key, or another field --
which
may just so happen to be a member property :-)

See BOL under the topic:
Specify Ordering and Uniqueness (Dimension Wizard)

--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.


"yan" <yan (AT) discussions (DOT) microsoft.com> wrote in message
news:A25878FF-0E69-46E3-A6A8-2AF52743379B (AT) microsoft (DOT) com...
Does anybody know if possible or how to dynamically sort dimension
members
by
member properties in OWC10 instead of setting sort property in AS?

Thanks in advance.

Yan







Reply With Quote
  #6  
Old   
yan
 
Posts: n/a

Default Re: sorted by member properties? - 08-05-2005 , 12:50 PM



Thank you, Michael and Dave.

Yes, I want sorting on the client-side -- in OWC. So far as I know OWC does
support sorting by dimension members but not by member properties.

Does anybody know the other ActiveX control instead of OWC could achieve that?

Thanks,

Yan


"Dave Wickert [MSFT]" wrote:

Quote:
Setting up that property sorts the members on the server-side when it is
exposed to the client. The sort sequence will be for everyone; not dynamic
per query or per user.

If you want sorting on the client-side, then sorry -- I don't know -- I'm
not an expert on the client-side. OWC does support sorting, I don't know if
it is flexible enough for what they want.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"Michael Vardinghus" <michaelvardinghus (AT) hotmail (DOT) com> wrote in message
news:u9qTxQcmFHA.3316 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
But it was in OWC .. then he need to use ADOMD to do so ?

"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote in message
news:eS3%23ImYmFHA.3572 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Yes you can. Check BOL. You can sort by name, key, or another field --
which
may just so happen to be a member property :-)

See BOL under the topic:
Specify Ordering and Uniqueness (Dimension Wizard)

--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.


"yan" <yan (AT) discussions (DOT) microsoft.com> wrote in message
news:A25878FF-0E69-46E3-A6A8-2AF52743379B (AT) microsoft (DOT) com...
Does anybody know if possible or how to dynamically sort dimension
members
by
member properties in OWC10 instead of setting sort property in AS?

Thanks in advance.

Yan








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.