• Ok, think you'll need to split the parameter out in the query like the one here[/url]

    So M10.PARTNO in (:Alloy)) becomes M10.PARTNO in ((SELECT Item FROM dbo.DelimitedSplit8K(:Alloy, ',')))

    Assuming you're using MS SQL as your datasource, which I'm not sure you are.