Hi all,
So, I am working on this again and was wanting to add to it... but am struggling with it

The MDX works great but the end user would like to add to it and I wasn't quite sure how to add it since I can't record it. I will have to edit it manually. I think you will see why.
The code is:
Code: Select all
{FILTER( {FILTER( {TM1SUBSETALL( [SSD MPN] )}, [SSD MPN].[Usage Type] = "Enterprise")}, [SSD MPN].[Inclusion Flag] = "Yes")}
What I want to say is when [Usage Type] = "Enterprise"
OR [Usage Type] = " "
(blank) -AND- then [SSD MPN].[Inclusion Flag] = "Yes"
OR [SSD MPN].[Inclusion Flag] = " "
(blank)
It's the part of adding to it to also pull in the blanks. When I record it, I can't get the second half that I want which is why I don't just record it. Any suggestions. Thanks a lot! Appreciate the assistance!