load( local!section1, local!indstartDate, local!indendDate, local!indresultSet, a!sectionLayout( label: "Independent", firstColumnContents: { a!textField( label: "IndSection1", value: local!section1, saveInto: local!section1 ), a!dateField( label: "Select Start Date", labelPosition: "ADJACENT", validationGroup: "Search", value: local!indstartDate, saveInto: local!indstartDate, required: true() ), a!dateField( label: "Select End Date", labelPosition: "ADJACENT", validationGroup: "Search", value: local!indendDate, saveInto: { local!indendDate, a!save( local!indresultSet, rule!Tst_LoadIssueExpr( if( rule!APN_isBlank( local!section1 ), fn!false(), fn!true() ) ) ) }, required: true() ), a!textField( label: "ResultSet", value: local!indresultSet, saveInto: local!indresultSet ) }, secondColumnContents: { /* Add components here for a two-column section */ } ) )