Forum Discussion

ST1's avatar
ST1
New Contributor III
6 months ago

Composite Transformation Rule with Range and List

I need to create a composite mapping : For UD2, If Account is in range of 6099* and 6999* and UD2 is  [123 or 124], then UD2 is 100. In UD2 composite, If I put rule expression in composite like...
  • ST1's avatar
    5 months ago

    Below mapping works:

    A#[6099*~6999*]: U2#[123;124;12000] works