Filter by File Type | Community
Skip to main content
Level 10
December 3, 2019
Question

Filter by File Type

  • December 3, 2019
  • 2 replies
  • 576 views
Hi I am putting together a Document Report to show all the videos that have been completed in the last month. I am getting the report I need except that I want to filter by "type" in order to eliminate the PDF and Word documents that are also in these Issues, so that I only show files of "type" ".mp4 File" or "MOV Movie" "File Type" is a column in the report but I cannot figure out where it comes from -- it's not a field I can find to filter on. The text for the column looks like this: listsort=nested(currentVersion).val(ext) namekey=filetype.abbr querysort=currentVersion:ext valuefield=currentVersion:documentTypeLabel valueformat=HTML width=50 I've tried to filter on every field I can find that has the word "type" in it but nothing is working. Any idea how to accommplish this? Thanks! Jill Ackerman
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Doug_Den_Hoed_AtAppStore
Community Advisor
Community Advisor
December 3, 2019
Hi Jill, When you upload a document, Workfront creates both a Document and a Current Version (starting at "1"), with the latter then keeping track of the various versions as you (optionally) drag and drop new files "on top" of previous files, automatically incrementing the version along the way (e.g. 2, 3, 4...). Since (technically) each new version could be a different file type, the extension of that particular file is stored in the Current Version table (the "querysort= currentVersion:ext" in your previous post). So! To filter (or group) by the extension, you can use the Current Version > Ext. to restrict (or group) to what you need. Regards, Doug Doug Den Hoed - AtAppStore
JillAcAuthor
Level 10
December 3, 2019
That worked perfectly, and there is no way I would have figured that out myself. Thanks!