I'm trying to sort a gallery based on
DaysSinceLastVisit //Number of days since last visit
This column has a NULL if the location has no recorded visits
I'd like to force these locations to the top of the gallery.
Any suggestions?
Thanks
Steve
Sort(
Filter('[checklist].[HierarchyWithLastVisit]',(CM_Email=vCurrentUser.Email) &&
(StartsWith(StoreType,ThisType) &&
(StartsWith(StoreId,TextSearchBox_1.Text) ||
StartsWith(STORE_NAME, TextSearchBox_1.Text) ||
StartsWith(CITY, TextSearchBox_1.Text))
)),DaysSinceLastVisit,Descending)

Report
All responses (
Answers (