_Main/BL/Type_EnginePipelineRow/StaticMethod_CraeteCellValueForRow.qbl
@@ -21,6 +21,10 @@ acell := attricolumn.CellValue( relnew, Value := attriname ); row.CellValue( relinsert, pcell ); row.CellValue( relinsert, acell ); traverse( table, Column, column, column.Index() > 1 ){ cell := column.CellValue( relnew, Value := '0' ); row.CellValue( relinsert, cell ); } return row; *] }