Good day people,
Can you help me please about how to search in this gallery please? I tried in so many ways that I can't figure it out anymore.
Everytime i come with the "Search" command, files are no more displayed and I get error.
I'll attach photos. "Search" is for the Search bar, and I want to search for "NumeDoc" Label in the "glr_DIV" gallery.
Thank you
If you are switching folders through icons then you should set a variable pointing to different folders based on your icon selection. this will look something like this.
Set(currFolder, "FolderName")
Then on your gallery item property add
Switch(currFolder,
"First Folder Name",
"First Folder Data Source",
"Second Folder Name",
"Second Folder Data Source"
// more conditions,
// data sources
)
If you found my answer helpful, please consider giving it a thumbs-up or a like. Your feedback is greatly appreciated!
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
No, i want to display what's in that library and search in there. I'm using icons to switch between folders.
I don't quite understand your use case. Why are you filtering based on the folder path? You will only get the files that are in the folder you are connected to. Are you displaying files from multiple libraries?
Follow this pattern
Filter(datasource, TextSearchBox.Text in NumeDoc)
Search( Table, SearchString, Column1 [, Column2, ... ] )
Best Regards,
Anton Nyrkov
Files in a Document Library in Sharepoint.
I am open to any recommendations. 🙂
@Amik I hope it's okay if I come in between you two, but I have a Problem with your code. I can search the Gallery perfectly fine, but it is Searching Case Sensitive, so if I Have an Item that Name is "TABLE" it won't find the item when I Search "Table"
Sorry.
SortByColumns(
(Filter(
'Documente in Vigoare',
'Folder path' = CaleFolder
))
,
"{IsFolder}",
SortOrder.Descending,
"{Name}",
SortOrder.Ascending
)
WarrenBelz
223
Most Valuable Professional
MS.Ragavendar
110
Michael E. Gernaey
89
Super User 2025 Season 1