MDX Query Problem
Posted: Mon Oct 03, 2011 9:32 pm
Hi freinds,
I am trying to filter out the Nature code using the MDX query, however I am not getting the expected output. I am trying to filter records for Nature code by using the Employee records cube where the Employee measure shift is 1. Is there anything wrong in this MDX query?
I have attached the employee records cube snapshot.Request someone to help me on this. Thank you.
I am trying to filter out the Nature code using the MDX query, however I am not getting the expected output. I am trying to filter records for Nature code by using the Employee records cube where the Employee measure shift is 1. Is there anything wrong in this MDX query?
I have attached the employee records cube snapshot.Request someone to help me on this. Thank you.
Code: Select all
{Filter(
{TM1FILTERBYLEVEL( {TM1SUBSETALL( [Central Nature] )}, 0)},
[Employee Records].[Employee Master Measures].[Shift] =1
)
};