Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All i have my script as below.
When i do a partial reload, i only want to load Table "a" and get appended to "PRODUCT" table.IF i do a full reload, ignore the Partial reload script and load "PRODUCT" and Table "b".
ITEM:LOAD * INLINE [TEAM, ITEM1, PHONE2, COMPUTER3, TABLET];
b:LOAD * INLINE [TEAM, ITEM4, f
];
if IsPartialReload() then
a:replace LOAD * INLINE [TEAM, ITEM5, g
End IfExit Script