Don't use evaluate! And I think you should be using an AND instead of an OR (I might have misunderstood your requirements though)
<cfif test.itemcode is not "HDMI" AND itemcode is not "DVI">
Don't use evaluate! And I think you should be using an AND instead of an OR (I might have misunderstood your requirements though)
<cfif test.itemcode is not "HDMI" AND itemcode is not "DVI">