cancel
Showing results for 
Search instead for 
Did you mean: 

How to create context break in adavanced java function

Former Member
0 Kudos

I have an array with result list. I'm using result.addValue to collect my result.

ex:

00001 213243

00001 214445

00003 324543

00004 456767

I want to introduce (context) split based on another logic and be able see this result which has context break based on the line number in my far left. Is this possible?

00001 213243

00001 214445

00003 324543

00004 456767

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Parimala,

You can use

result.addValue(ResultList.CC);

in your java code to insert a context change.

You use this statement insided your code whenever you want to insert a context change based on the logic.

Anand

Message was edited by: Anand Torgal

Answers (0)