@slhangen ,
Yes challenging - if the below does not work (free-typed so watch commas and brackets), it is going to get very complex
Sort(
Sort(
If(
Value(dpSelContactDate_4.SelectedDate)=0,
'AT HOME LEARNING STUDENT CONTACT LOG',
Filter(
'AT HOME LEARNING STUDENT CONTACT LOG',
LogContactPerson=varUserName &&
DateDiff(
LogContactDate,
dpSelContactDate_4.SelectedDate,
Days
)=0
)
),
LogStudentName,
Ascending
),
LogContactDate,
Descending,
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.