Hello WF Community! I am trying to remove large documents from our instance. I was attempting to create a document report showing me any files larger than 500 MB. Document Size Greater than 500M does not work. If I pull all the documents and sort by size, it works but the report is slow and churns as it is pulling in too many items.
Thank you in advance
Andrea - Epsilon
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
The filter needs to be in a number format vs the MB format. The size that shows by default is formatted to show you MB or KB but the actual value is stored as a regular number.
example: If I put in my filter size=142889 it returns only two documents
The filter needs to be in a number format vs the MB format. The size that shows by default is formatted to show you MB or KB but the actual value is stored as a regular number.
example: If I put in my filter size=142889 it returns only two documents
Yep! this worked. Thank you so much!