I am trying to filter a datasource with over 50K records and only want to display the records that have a Status = "Active".
Where int the items data would I select from the below?
SortByColumns(Search('[dbo].[CRMCASE]', TextSearchBox1.Text, "ACCTNO","ADDRESS1","CASECATEGORY","CASENO","CASETOPIC","DRIVER"), "CREATEDON", If(SortDescending1, Descending, Ascending)))