cancel
Showing results for 
Search instead for 
Did you mean: 

Fox formula foreach loop

Former Member
0 Kudos

Hi,

If any record which has value { 12345, eg1, # , .............} i.e employee sub group is #

Foreach employee, emploeegp, employeesubgp.

did the above record will be recognize for foreach statement or it will passs the foreach loop

endloop.

Any clarification appreciated.

Thanks,

Debasish

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If there is a record with value # for a characteristic, inside the selection of filter/package, FOREACH will process that record.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Debashish,

From your query its not clear whether employee sub group is # is there in the planning packaeg or not. If its not there in the planning package then it seems you need to use '...FOREACH REFDATA.... instead of simply FOREACH.

Regards,

SK