compare two metadata (members in two diff diensions)
Hi,
I wanted to compare two metadata (members in two diff diensions) like if the 5,6,7th letters of source and target to be validated.
SCC_1508053901 and HCC_1508629901.
IF(@ISMBR(@MATCH("SOURCE_CC", @CONCATENATE( @CONCATENATE("SCC_",@SUBSTRING( @NAME( @CURRMBR(HOST_CC) ),4,3 ) ),"*") )))
SCC_1508053901 |
HCC_1508629901 |
the above command is not returning the expected set. Can someone through lights on this.
any other efficient way to achieve this?
Thanks,
K.