Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Conditional mapping script query

reachsubbiahJan 15 2013 — edited Jan 16 2013
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 13 2013
Added on Jan 15 2013
4 comments
255 views