Hi,
I am trying to filter my items list for Galerry, it worked fine with Sharepoint connection but on DV I cannot figure it out. When I put single condition it works, just when I try to add another with "and" it stops:
If( Inventory.Selected.Id=1 ,
SortByColumns(
Filter(
LIST,
AND (
gal_poverview.Seleted.'ID' = ID,
type = "General")), "Level"
, Ascending)