Hi all,
I've trying to sort a gallery by the ID number. The 'Item' properties already has a filter and when I add a sort everything disappears.
Item properties
Filter('Origination Work Requests', ProjectSearch.Text in 'Job Name',
IsBlank(TaskSearch.SelectedItems.Value) Or IsEmpty(TaskSearch.SelectedItems.Value) Or
Status in TaskSearch.SelectedItems
)
If I then add the sort either before or after, the gallery contents disappear
Sort('Origination Work Requests','Request ID',decending),
Any help would be appreciated.
Thanks
Craig