is it possible to get the recid count in Update Recordset statement ?
Please find the below statement
update_recordSet _maLineReviewReportTmp
setting loccount = _retailstoretable.RecId
join _invSum1 where _invSum1.ItemId == _maLineReviewReportTmp.ItemId
&& _invSum1.AvailPhysical > 0
join _invdim2 where _invdim2.inventDimId == _invSum1.inventDimId
&& _invdim2.InventLocationId != ''
join _maInventBusinessUnit where _maInventBusinessUnit.InventLocationId == _invdim2.InventLocationId
&& _maInventBusinessUnit.z_BusinessUnit == "1"
join count(RecId) from _retailstoretable where _retailstoretable.StoreNumber == _maInventBusinessUnit.StoreNumber;
*This post is locked for comments
I have the same question (0)