In a process I use to do this: doForEach("GCMS_ValidateNoAnswerCompletion&q

In a process I use to do this: doForEach("GCMS_ValidateNoAnswerCompletion", ri!bYesNoAnswers, ri!sExplanations, ri!sLabels)
to iterate through a list, always 6 items, to check and see if an answer was no and the label not populated. We are in the process of upgrading and the doforeach will not be available.


I have tried multiple ways still no luck... Here are some of them...

repeat(cons!GCMSM_RULE_REPEAT,rule!GCMS_ValidateNoAnswerCompletion(ri!bYesNoAnswers, ri!sExplanations, ri!sLabels))

=apply(rule!GCMS_ValidateNoAnswerCompletion,repeat(cons!GCMSM_RULE_REPEAT,rule!GCMS_ValidateNoAnswerCompletion()))

=apply(rule!GCMS_ValidateNoAnswerCompletion, ri!bYesNoAnswers, ri!sExplanations, ri!sLabels)...

OriginalPostID-87224

OriginalPostID-87224

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data