![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi I am trying to filter out records which have a member property of greater than a certain date. EG Member property of Date Created and I want to see all members created after a certain date. How would this work in MDX? I have tried the following SELECT { [Time].DEFAULTMEMBER } ON COLUMNS , {Filter([BOM Production].[Prod No].Members, VAL ([BOM Production].CurrentMember.Properties("Created Date")) 01/01/2000 )} ON ROWS FROM [Production] WHERE ( [Measures].[Production Qty Started] ) If I remove the VAL part of this I get a "token not valid" error when parsing the query. The property Created Date field is a proper DateTime field. I need to know what would work with this. I have tried substituting VAL with DATE, TIME and also removing the VAL altogether. None of this has worked. |
#3
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |