I am on my last step to finishing my app and I am finding it a doozy.
What I want is to:
1. Filter by AssignedTo OR LeadMember1 OR LeadMember2 OR LeadMember3 OR LeadMember4
//These choices are all dropdown selections made on my edit screen
2. Sort by a dropdown selection based on 4 different columns in my Lead_Data SharePoint List.
//These column choices are Date (Date to be default sort), AssignedTo, Status and LeadMembers (1 through 4)
3. Allow my admin users (defined in SharePoint List "Admin_LeadData"), to see ALL entries in the gallery.
I have been successful in filtering AssignedTo, "Filter(Lead_Data, AssignedTo.Value = varUser)", but all the other help I can find relates to filter by this AND this instead of the OR that I need in this situation.
