Hi,
Please help me with a solution for the below issue I am facing.
I have a datatable that has a column ‘Ledger ID’ with values. I need to filter and check if the the value ‘26269’ exist in the datatable. I used the select statement for that but it throws missing operand after ID error.
Syntax : datatable.select(‘Ledger ID = 26269’)