Hi,
This is Studio question.
I have read an Excel into a datatable.
Added Assign activity with value OutputDT.Select(“Price>20”)
It shows an error for String to Int conversion.
I understand that the Price in datatable is in String format. How do I convert Price into integer in the query ? CInt does not work.
@Krishna_547 thank you. I see you made it string ("Price=‘20’). Can this be used to get all the items where price is greater than 20. Shouldn’t it be an integer ?