JDE BIP Conditional Page Breaks
Trying to do a conditional page break inside a for-each loop. I want to page break when the value of gv_55_Sort_Order_Y55SORT_ID136 changes. There are only two possible values either 500 or 800. Does anybody have any ideas or know how to do that?
<?for-each:New_Detail_S33?><?sort:gv_55_Sort_Order_Y55SORT_ID136;'ascending';data-type='text'?><?sort:gv_55_AlphaNameSort_PALF_ID134;'ascending';data-type='text'?><?sort:_5_Employee_Name_ID29;'ascending';data-type='text'?><?sort:gv_55_Job_Step_ID90;'ascending';data-type='text'?>
<?if:gv_55_Sort_Order_Y55SORT_ID136=’800’?><?split-by-page-break:?><?end if?>