Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
in vbscript i'd like to apply the same filter defined one a dimension on an other dimension.
Example:
Active selection
DTFAB : >200112
I want to apply exactly the same filter on an other dimension
DTRET : >200112
Because when I do that
Activedocument.Fields("DTRET").SelectValues x
It don't apply >200112 but all the values of DTFAB (200201, 200203...) and it's not the same if months are missing
Thank you