Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sorting on a member property that is a date

Status
Not open for further replies.

cltalbott3

IS-IT--Management
Mar 15, 2002
2
0
0
US
When we use the following in our MDX query our sorting does not work as intended. The dates are not sorted correctly, in fact it seems to random.

Set [OrderSet] as 'Order( {[NonEmptyRowsSet] },[ClientJob].currentmember.properties("Open Date") ,BASC )'

The open date member property is a smalldatetime format within our SQL database. We have set it's data type to DBTimeStamp.

Any suggestions would be appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top