Hi there
I have 2 galleries pulling data from a sharepoint library data source. One gallery I want to only display Policy which is one of the choices from the sharepoint library column 'Thetypeofdoc' column. and the other gallery i want to show SOP, Forms and Guidance Documents which are the other options within the 'thetypeofdoc' choice column.
Anyone know how i can filter a gallery to only show specific choice options?
I thought using below will work but does not work as
Filter('Published Policies',Thetypeofdoc.Value="Policy")