Hi.. I have applied some filter on Datatable like i need to filter with First Name, last Name and two more fields.. But its failing sometimes.. Datatable is not loading sometimes..
Filter('[dbo].[Patient_Registration_Custom]',DataCardValue5_1.Text in RHCPRNO,DataCardValue18.Text in OAClientID , DcFirstN.Text in FirstName, DcLastN.Text in LastName)
This is my code.. Can anybody help?