Hello,
I created an app using data from CDS (the generic auto created one). I want to filter the list based on the status of the entity (Active) and if certain fields have data. Every time I try to put the Filter function in the below but no matter where I put it, I get the red lines of errors. Basically I need to know if a record is active and if there are 2 fields with data in them.
SortByColumns(Search([@Contacts], TextSearchBox1.Text, "gtwuk_membershipid","fullname","emailaddress1","telephone1"), "gtwuk_membershipid", If(SortDescending1, Descending, Ascending))
Any help would be great.
Thanks