Get Value from Data table: Missing operand after 'string' operator

Yes, I am sorry, it was my mistake.

This solution works now, since my var (row.item(“Bilagsnummer”).ToString) is already containing an apostrophe (') before the value:

reportDT.Select(“[Bilagsnummer] = “+row.Item(“Bilagsnummer”).ToString+”'”).Single().Item(“Beløp NOK”).ToString