Dec 06 2019 05:20 AM
Hi All,
Here is my issue. I have an SP list for recording hazards on our factory floor. Each item in the SP list has a unique number i.e
Hazard 1
Hazard 2
etc
Along side this we have a document library collecting PDFs and pictures.
I have a gallery for the doc lib which I'd like to filter based on the SP list hazard number. The doc lib has files named by the hazard number and todays date i.e
Hazard 1_06_12_2019.pdf
Hazard 1_05_05_2019.pdf
I can filter this using one of the following formulas
LookUp(Apps,Name = Gallery4.Selected.Title)
Or Filter(Apps,StartsWith(Name,Gallery4.Selected.Title))
My problem is if I use the StartsWith command then when I get to Hazard 11 the gallery still shows
documents for Hazard 1 and Hazard 11 and they both start with Hazard 1***
If I use the Lookup command it doesn't find the files as the Hazard files have the date at the end.
Is there a way to achieve what I'm after? Hope I've made sense, it sounded good in my head 🙂
Thanks
Gavin
Dec 07 2019 10:03 PM
SolutionDec 08 2019 10:45 PM
Hi @ChrisWebbTech , thanks for your reply. I hadn't thought about the lookup column. Sometimes it just takes someone else's point of view to change things. I've now added some meta data and have a linked column. It now works perfectly and no delegations issues.
Thanks for your help 🙂
Gav
Dec 07 2019 10:03 PM
Solution