https://aveva.dev-verintcommunity.com/cfs-file/__key/communityserver-discussions-components-files/1598/202604aphWeldGapReport.pmlmac
using namespace 'Aveva.Pdms.Presentation'
using namespace 'Aveva.Core.Presentation'
-- if (!prevWeldGap.nint().gt(0)) then
-- Report Datas
!reportDatas = !pipeName & '^' & !branName & '^' & !nextDbRefe.name & '^' & !nextDbRefe.type & '^' & !nextRefBore & '^' & !nextWallt & '^' & !compRefe.name & '^' & !compRefe.type & '^' & !compRefe.abore & '^' & !compWallt & '^' & !prevWeldGap
-- Store data to array
!weldGapData.append(!reportDatas)
-- endif
-- if (!nextWeldGap.nint().gt(0)) then
-- Report Datas
!reportDatas = !pipeName & '^' & !branName & '^' & !compRefe.name & '^' & !compRefe.type & '^' & !compRefe.lbore & '^' & !compWallt & '^' & !nextDbRefe.name & '^' & !nextDbRefe.type & '^' & !nextRefBore & '^' & !nextWallt & '^' & !nextWeldGap
-- Store data to array
!weldGapData.append(!reportDatas)
-- endif