Good day all,
I have a MDX issue I have a MDX Filter based on a Date Attribute (yyy-mm-dd)
Current MDX:
ORDER(DISTINCT(ORDER(FILTER(TM1FILTERBYLEVEL(TM1SUBSETALL([Product]) , 0) , INSTR(1 , [Product].[Create Date] , '2019-02' , 1) > 0) , [Product].[Create Date] , BASC)) , [Product].[Product].[Category 6] , BDESC)

This works Quite well, However I would like to make this dynamic ie Link this manually input figure ('2019-02') to a cell In my Control Cube

Any Ideas on how to do this?
I have tried Very many options But none have worked when i believe they should have, leading me to believe this is a Syntax Issue
Im thinking this should work;
FILTER(TM1FILTERBYLEVEL(TM1SUBSETALL([Product]) , 0) , INSTR(1 , [Product].[Create Date] , '+ [0_Control].([Parameters].[NPD Create Date Filter],[0_Control_m].[String]) +' , 1) > 0)
but no luck Unfortunately.
Any assistance with how to write this correctly would be appreciated.
------------------------------
Clifford Muller
------------------------------
#PlanningAnalyticswithWatson