Hi,
I am trying to filter my gallery by 2 controls, a gallery selection and a drop down.
The dropdown is called 'SiteDrop' and the Gallery is called 'FilterGallery'
The code works at the moment but does not incoporate the site dropdown, as i dont know where to start!
Please help!
Solved! Go to Solution.
If(
FilterGallery.Selected.Title="All", 'Maintenance Log',
Filter('Maintenance Log', Status.Value=FilterGallery.Selected.Title &&
Site.Value=SiteDrop.Selected.Value
)
)
If(
FilterGallery.Selected.Title="All", 'Maintenance Log',
Filter('Maintenance Log', Status.Value=FilterGallery.Selected.Title &&
Site.Value=SiteDrop.Selected.Value
)
)
User | Count |
---|---|
251 | |
102 | |
94 | |
49 | |
37 |