cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Doubt

Former Member
0 Kudos

Hi ,

I'm bit confused on the below standard functions .Could you please explain in detail.

1)Difference b/w if and ifs

2)Remove context and collapse context

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

1)Go through below blog for answer

2)

remove context:removes the context and put all the values in an array

collapse context:takes the first values in each context and put them in a single array.

Regards

Venkat

Former Member
0 Kudos

Hi ,

Here is the example for your understanding.

1

2

3

--context change

4

5

--context change

6

remove context will give the below o/p:

1

2

3

4

5

6

Collapse context will give the below o/p:

1

4

6

Regards

Venkat

Former Member
0 Kudos

Thank you.

Answers (0)