Just looking at some other examples on this forum but struggling to get this statement right;
I have a toggle for a "Contractor" column being either "Yes" or "No" depending on a toggle on the page, can I somehow fit that into the Filter statement?
SortByColumns(
Filter(
VisitorSignInList,
Lastname = SiteCode
),
"SignInDate",
If(
SortDescending1,
Ascending,
Descending
),
"SignInTime"
)