cancel
Showing results for 
Search instead for 
Did you mean: 

how to set the break for repeater

Former Member
0 Kudos

Hi ,

Here i am trying to stop the repeater based on codition. But the repeater is not breaking. can any one help for break the repeater settings

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

if(<condition statment>, 1, 0) assign this to the BREAK of Repeater...

Hope it helps you...

Regards,

Kishore

Former Member
0 Kudos

Actually, you don't need the "if" - simply assign the conditional expression to the input.

Former Member
0 Kudos

Venkat,

First check whether your condition in a "Conditional" action block and if it is met, use an assignment block to assign integer 1 to the boolean "Break" of the repeater.

This will break the repeater

Best Regards,

Ajitha

0 Kudos

Ajitha,

Don't forget to set it back to 0 if you want it to repeat again...

Sam