As per screen above I am taking first empty row from Psoft Letter column on the basis of that I am fetching parallel value
in Ticket Number column as highlighted so I am successfull able to get it with the below query but this returning on one item I need all the below
items in ticket number column
Another way to do it using for each loop on the datatable & using if condition to check for blanks. & add all the ticket nos in another datatable in this case i have created Dt_BlankTicketNo