Hello,
I'm trying to filter a Sharepoint Document Library using the filter function and the 'Folder path' property, the problem is the name is "Notas de Crédito" which has both an é and spaces.
I've read that you can filter with spaces if you substitute it with "%20" but what about the "Ă©"?
Thanks.
Hi, it somehow started working with spaces and without the character, I used a formula that I tried yesterday:
Filter('NOTAS DE CRÉDITO','Folder path'="NOTAS DE CRDITO/")
I'm not sure what was causing it not to appear yesterday.
The problem now is with this formula I can only see the first two folders for some reason, instead of the 8 folders I have on that one.
Thank you Warren. Unfortunately it's still showing no results.
Hi @CarlosCalleja ,
Try this
With(
{wPath:"NOTAS DE CRèDITO/TA HN/"},
Filter(
'NOTAS DE CRÉDITO',
'Folder path'=wPath
)
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
It's still not working.
But I don't think it is an issue with the Ă©, because I tried filtering another folder using "%20" instead of spaces and it also does not work.
Hi @CarlosCalleja ,
Actually that is wrong - it needs Hex try %e8
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Thanks for the quick response. I tried this but unfortunately it's not working.
The formula I used on the gallery is Filter('NOTAS DE CRÉDITO','Folder path'="NOTAS%20DE%20CR%138DITO/TA%20HN/")
Hi @CarlosCalleja ,
Try %138
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2