Assign: Syntax error: Missing operand after 'HO' operator

i don’t why??
sbd help me

Hi @Tung_Duy,

It looks like your column name contains special characters. “Check HO/CN” contains a space and CN/PGD contains a /

For this to work correctly, you might want to reference here for solution. Or change your expression to LINQ. dtHO.AsEnumerable.Select

2 Likes

thanks so much


i use LINQ but this don’n work

Hi @Tung_Duy,

This is a bug which has workaround. Click here

i fixed it, thanks so much

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.