Hi there,
I am currently working on the gallery portion of the application. Currently at the gallery level, I have used Items :If(varAdmin, 'Big Ideas Tool', Filter('Big Ideas Tool','Created By'.Email=User().Email)) and set the Onvisible:If(User().Email="xxx@abc.org",Set(varAdmin,true)); UpdateContext({varDateSort:Blank()}) to set that email address as an admin to to view all information. Any other email address would only be able to see their results. I want to put a Sortbycolumn function to sort the gallery by date but its not allowing me to filter and sort the list at the same time.
If(varAdmin, 'Big Ideas Tool', Filter('Big Ideas Tool','Created By'.Email=User().Email)) ;
SortByColumns('Big Ideas Tool',"Date")
this function is keep failing me. Help will be appreciated!