container c;
while select <requiredFields> from wareHouseUserSetup
where wareHouseUserSetup.userId = curUserid()
join RecId from inventTransferTableLocal
where <give relation>
{
c+= queryValue(inventTransferTableLocal.RecId);
}
//Add line 24 of your code and in the value put,con2str(c)
André Arnaud de Cal...
292,234
Super User 2025 Season 1
Martin Dráb
230,994
Most Valuable Professional
nmaenpaa
101,156