{"SHIPMENTS_AW::SHIP_TO_AW::60",
"SHIPMENTS_AW::SHIP_TO_AW::61",
"SHIPMENTS_AW::SHIP_TO_AW::62",
"SHIPMENTS_AW::SHIP_TO_AW::63"});
// Select a subset of the selection.
Source custSel2 = custSel.selectValues(new String[]
{"SHIPMENTS_AW::SHIP_TO_AW::60",
"SHIPMENTS_AW::SHIP_TO_AW::62"});
// Join the selection to itself, using the subset as the comparison.
Source result1 = custSel.join(custSel, custSel2, true);