mdx replace value with excel coordinate
Posted: Thu Jun 30, 2022 7:31 pm
Hi Expert,
I am using an active form. I need to filtrate my first column with a value.
I created an MDX to do that and it works perfectly:
example:
{TM1FILTERBYPATTERN( {TM1DRILLDOWNMEMBER( {TM1SUBSETALL( [Classe] )}, ALL, RECURSIVE )}, '*am*')}
This will give me all the classes that contains AM
Now, I want the user to be able to enter am in a CELL (say $B$10).
How do I replace the '*am*' with the value in B10.
Thanks a million.
Micheline
PS: I tried the following as suggested in another chat, but it did not work
{TM1FILTERBYPATTERN( {TM1DRILLDOWNMEMBER( {TM1SUBSETALL( [Classe] )}, ALL, RECURSIVE )}, ' " &$B$10& " ' ) }
I am using an active form. I need to filtrate my first column with a value.
I created an MDX to do that and it works perfectly:
example:
{TM1FILTERBYPATTERN( {TM1DRILLDOWNMEMBER( {TM1SUBSETALL( [Classe] )}, ALL, RECURSIVE )}, '*am*')}
This will give me all the classes that contains AM
Now, I want the user to be able to enter am in a CELL (say $B$10).
How do I replace the '*am*' with the value in B10.
Thanks a million.
Micheline
PS: I tried the following as suggested in another chat, but it did not work
{TM1FILTERBYPATTERN( {TM1DRILLDOWNMEMBER( {TM1SUBSETALL( [Classe] )}, ALL, RECURSIVE )}, ' " &$B$10& " ' ) }