I am trying to build a DataTable and one of the columns is Employee Number. I tried Person (as the variable) and the Value as Cint(“Employee Number”) but that didn’t work.
I am now trying to convert the string to Inte32. The Variable is still (Person) and the value is Convert.ToInt32(“Employee Number”)
That doesn’t look right but am lost to what I need to do to get this to work?
and say the employeenumber column emp_no then in configure filter on left side igve "emp_no" and on right pass the variable with required employee number …try with passing as string EmpNoVar else try with Cint(EmpNoVar)
then if filteredtdt.Rowcount.Equals(0) then not identified else found