FirstLevel Traverse(CB_APAR_RVW1_VW is a Grid At first level):

Ø  Local Rowset &RS1, &R1;
Ø  &RS1 = GetLevel0()(1).GetRowset(Scroll.CB_APAR_RVW1_VW);
Ø  For &i = 1 To &RS1.ActiveRowCount
Ø      &EmployeId = &RS1(&i).GetRecord(Record.CB_APAR_RVW1_VW).EMPLID.Value;

Ø  End-For;

Comments

Popular posts from this blog

BI Publisher: If Condition with sub-string in rtf template