select distinct bidId from tbl_BID_BidManufacturers where bidMfrId in ( 1264, 1171, 1501, 2983, 3404 ) and mfrBidNumber is not null BID ##: #qmd_bids.bidId#
select mfrBidNumber from tbl_BID_BidManufacturers where bidId = and bidMfrId = 3498 and mfrBidNumber is not null [BEFORE] Smithfield's: #_mfrBidNumbers#None

select bidMfrId, mfrBidNumber from tbl_BID_BidManufacturers where bidId = and bidMfrId in ( 1171, 1264, 1501, 2983, 3404 ) and mfrBidNumber is not null select bidMfrName from tbl_BID_Manufacturers where bidMfrId = #qmd_getName.bidMfrName#'s: #qmd_getMore.mfrBidNumber#None


[AFTER] Smithfield's: #_mfrBidNumbers#None
function listRemoveDupes(inList,delim) { var listStruct = {}; var i = 1; for(i=1;i<=listlen(inList, delim);i++) { listStruct[listgetat(inList,i)] = listgetat(inList,i); } return structkeylist(listStruct); }