Hi All,
I need to add another column to sort by in my app and not sure how to go about it. Code listed below
Need to Add column: Approved = Yes
If(varMode = "View All", SortByColumns(Filter([@'Master Chemical List'], StartsWith('Chemical Number', TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending)), SortByColumns(Filter([@'Master Chemical List'], PAC.Value = varMode, StartsWith('Chemical Number', TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending)))