I want to match the queue item value from the data table value , when I do so
if the datatable value is 1,2(row values),
in queue the data will be add in the form 2,1.
So when I compare the queue value with datatable value both are not matching , how to make that it will match??