Hi experts, i have query about repeaters. let's suppose i have a folder contain various documents, Each document contain a DropDown field called category,dropdown have Recommended docs,New Docs and My Docs. so now i want to get condition based Documents from that folder using Repeater. For example i just want to get just Recommended Documents from that folder.
-> i dont want to create different folders (recommended Doc Folder, New Doc folder ,MyDoc folder)and assign different paths. it will work but i dont want to use this approach.
is there any solution ,kindly help me. i'll be grateful. thanks
You could just use the where condition field
or whatever value that field has for you.
Thanks a lot sir One more thing , is there any way to limit the records ? for example i want to get only 10 documents from my DocumentFolder using Repeater?
Set select top N pages you see in my screenshot to 10 or another value
Yes, but it will get Top 10 i want to get Random 10 Documents.?
Set the order by field to NEWID()
NEWID()
Please, sign in to be able to submit a new answer.