I need to filter datatable using query with multiple condition and the value given to filter is dynamic
Any update
You are going to need to give more detail about what you’re trying to do, before anyone can help you.
Hi @sruthesanju,
Can you fix it like below and try again?
Select(“[Date]=” +date.ToString+ “AND [Period]=”+Period.ToString+ “AND [Type]=” + Type.ToString+ …
Regards,
MY