Conditional mapping script query
Hi All,
For Account dimension, we have both Explicit and Like mapping. In the like mapping we have one script If varValues(15)<>"2000" Then Result = "4001" Else If Left(varValues(21),1)="1" Then Result = "4000" Else Result = "4001" End If End If.
I know that varValues(15) is nothing but source entity and I would like to know Left(varValues(21),1)="1" defines which dimension?
Thanks,
Sanjeev