Filter with query

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.


I have used this filter query.i am getting error as syntax error: Missing operand after d operator

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