Im finding some weird behaviour in active forms when using a TM1filter and it cant find any elements matching the wildcard search.
example:
Perspectives
="{TM1FILTERBYPATTERN( {TM1FILTERBYLEVEL( {TM1SUBSETALL( [Staff] )}, 0)}, '" & CONCATENATE("*",$M$29, "*") & "')}"
Executed MDX
{TM1FILTERBYPATTERN( {TM1FILTERBYLEVEL( {TM1SUBSETALL( [Staff] )}, 0)},*zzz*')}"I
If the filter Is blank, it retuns level 0: =IF(filter="", "{TM1FILTERBYLEVEL( {TM1SUBSETALL( [Staff] )}, 0)}", CellReferencetoMDX)
In Operations Console the session/user is running a ViewArrayContruct on a different dimension? and it never finishes. Seems that the Tm1 server fails to return 0 rows back from the webserver and gets mixed up. I am currently on 10.2.1 FP2.
One thing to note is that this doesn't happen to all dimensions, I have another filter (based on a different dimension) using the same logic and it works fine..
Something to also note, If I use both filters at the same time it works..
Any suggestions?
Cheers!
