In a document library : group by view and manage metadata filter & Navigation problem

Hi all, I encounter a problem when configuring a document library using a group by view and in combination with the Managed Metadata filtering and
navigation :
- all the documents appear under my group by, even the ones that does not correspond
- In the other hand, the number in brackets shows the correct number of documents that should be shown
See screenshot below. 
Did you already encounter that issue ? Is there a workaround ?

Hi,
According to your post, my understanding is that you wanted to use a group by view and combine with the Managed Metadata filtering and navigation in a document library
to show the corresponding documents with the correct numbers in SharePoint 2013.
In my SharePoint 2013, I created a view which was group by two columns and combine with the Metadata Navigation Hierarchies and Key Filters some fields in a document
library. As a result, it showed only items matching the filter values.
So, I recommend that you can follow the steps to implement it in your environment.
Step1: Enable Metadata Navigation and Filtering:
Metadata Navigation and Filtering is a Site Feature that has to be activated for this to work.
And, the Metadata Navigation and Filtering feature is enabled by default on most sites.
If it is not enabled for your site, you can enable it on the Site Features pages for your site.
You must be a Site Owner or a Site Collection Administrator to enable Metadata Navigation and Filtering.
1. Go to “Site Settings” and click “Manage site features” under Site Actions.
2. Find “Metadata Navigation and Filtering” in the Features list and click “Activate”.
Step2:
Configure Metadata Navigation:
You must have a least the Manage Lists permission level to configure metadata navigation for a list or library.
1. Open the document library for which you want to configure metadata navigation.
2. Go to “Library Settings” of the document library and click “Metadata navigation settings” under “General Settings”.
3. In the Configure Navigation Hierarchies section, select the field or fields you want to display in the navigation hierarchy and then click “Add”.
4. By default, Folders are automatically displayed in the navigation hierarchy. If you do not want folders to display, select Folders, and then click Remove.
5. In the Configure Key Filters section, select the fields you want to add as Key Filters, and then click “Add”.
6. In the Configure automatic column indexing for this list, specify whether you want to automatically create indices on this list to increase the performance of the
queries that users will perform when they use the Navigation Hierarchy and Key Filter columns you've specified. It is recommended that you select the option “Automatically manage column indices on this list”.
7. Click “OK”.
Step3: Set a group by two columns by modifying view in the document library:
1. Go to the “LIBRARY” ribbon of the document library and click the “Modify view”.
2. Click the “Group By” and select up to two columns to determine what type of group and subgroup the items in the view will be displayed in.
3. Click “OK”.
Step4:
Go back to the document library, apply Navigation Hierarchies and Key Filters to do a test in your environment.
The result will like as below:
There is an article about how to apply Metadata Navigation Filtering in SharePoint 2013 for your reference.
http://blogs.interfacett.com/how-to-apply-metadata-navigation-filtering-in-sharepoint-2013
Best Regards,
Linda Li
TechNet Community Support

Similar Messages

  • I have Acrobat 9 Pro and when I print hard copies of my PDF letters drop off from sentences throughout the document. Any idea why and how to fix this problem?

    I have Acrobat 9 Pro and when I print hard copies of my PDF letters drop off from sentences throughout the document. Any idea why and how to fix this problem?

    Hi,
    We’re using Windows 7 Professional, Service Pack 1 and system type is 32-bit operating system.
    Ange

  • How to view and manage hidden files in folders.

    Hi all, my question is: How to view and manage hidden files in folders?. I see hidden files in other computer but no in my Mac.
    Some of you can help me?
    Thanks..

    Most hidden files are hidden for a reason.   Tampering with them can seriously affect the stability of the system.
    The software Tinkertool can
    http://www.bresink.com/osx/TinkerTool.html
    Can manage the invisibility, which I would only do after backing up your system.

  • How do I view and manage certain files that I have stored in iCloud? I know that I can delete an entire backup, but is it possible to delete certain photos/contacts/notes etc. from that backup?

        How do I view and manage certain files that I have stored in iCloud? I know that I can delete an entire backup, but is it possible to delete certain photos/contacts/notes etc. from that backup?

    No.

  • SharePoint 2013 document library, permissions to upload and view shared document only

    SharePoint 2013 document library I want to give access to client where they can upload and view their uploaded document and can see all documents shared with them.
    I have managed to show all document shared with them only by deactivating a feature but now they can't upload any document, If I create a permission set to allow them to upload documents, they will see all other documents as well which are not shared with them.
    Any suggestions?

    Hi Sharaqat, the best way to handle your situation is to have a separate library or site for the client. You could use item level permissions per Thilosh, but fine-grained permissions become a major headache. You could also use web parts and audience
    targeting, but that's not truly secure.
    cameron rautmann
    I am thinking to have a separate document library for client, where they can upload/view/edit etc, we will upload documents in a "secure" library with a column saying this is a private document or public document, if we mark a document public,
    a workflow will move that document to the client's document library. I don't think there would be a problem to move a document from 1 library to another in a workflow.
    That's the easiest solution I have found so far.

  • Sharepoint 2010 Document Library Group Filter

    I am having difficulty grouping my documents without folder by grouping by. I would like to use the expand or collapse feature. I have several documents that are need to be group together and have a separate sub group of folders that will not allow me
    to have to type each content in the sub groups.

    Hi,
    Per my knowledge, when we apply the group by feature in the view, the documents would group by the column which you had chosen as below.
    When we upload a file to the library, the file would auto group by in the library.
    Could you explain more details about your issue? It will be better if you can give us a print screen.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Not able to create sub folder using SharePoint web service in large SharePoint document library (Item count view threshold limit)

    We are trying to create folder & subfolder in a SharePoint document library using SharePoint default(dws) web service. Document library has unique permission as well as item level permission. It was working as expected. Once item count crosses
    view threshold limit ( 5000) , create folder web method completes with an error and it creates a folder in SharePoint.
    Request:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dws="http://schemas.microsoft.com/sharepoint/soap/dws/">
       <soapenv:Header/>
       <soapenv:Body>
          <dws:CreateFolder>
             <!--Optional:-->
             <dws:url>Shared Documents/VenTest02092015v1</dws:url>
          </dws:CreateFolder>
       </soapenv:Body>
    </soapenv:Envelope>
     Response:
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
       <soap:Body>
          <CreateFolderResponse xmlns="http://schemas.microsoft.com/sharepoint/soap/dws/">
             <CreateFolderResult>&lt;Error ID="2">Failed&lt;/Error></CreateFolderResult>
          </CreateFolderResponse>
       </soap:Body>
    </soap:Envelope>
     While trying to create subfolder under the above created folder service throws an exception saying
    FolderNotFound.
    Though we are able to create subfolder from SharePoint UI successfully. 
    Request
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dws="http://schemas.microsoft.com/sharepoint/soap/dws/">
       <soapenv:Header/>
       <soapenv:Body>
          <dws:CreateFolder>
             <!--Optional:-->
             <dws:url>Shared Documents/VenTest02092015v1/REQ-1</dws:url>
          </dws:CreateFolder>
       </soapenv:Body>
    </soapenv:Envelope>
    Response:
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
       <soap:Body>
          <CreateFolderResponse xmlns="http://schemas.microsoft.com/sharepoint/soap/dws/">
             <CreateFolderResult>&lt;Error ID="10">FolderNotFound&lt;/Error></CreateFolderResult>
          </CreateFolderResponse>
       </soap:Body>
    </soap:Envelope>

    Yes, you're probably hitting the 5000 list item threshold (
    http://sharepoint.stackexchange.com/questions/105937/overcoming-5000-file-document-library-limits ). I assume you can do it via the UI because you're probably logged in as an admin in which case, out of memory, the threshold is 20.000 items. You can extend
    this limit, but you probably shouldn't.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Version History for a Document Library - Can't view version history for only 1 item

    It is a Document Library with around 8 items. Each of the items have around 60-178 versions.
    I checked programmatically that this particular item had 63 versions.
    I am getting the foll. error when I try to view the version history for that 1 particular item.. it works for all other items in the same list.
    Unable to complete this operation.  Please contact your administrator.   at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileVersions(String bstrWebUrl, String bstrFileUrl, Object& pvarVersions, UInt32& pdwcVersions)
       at Microsoft.SharePoint.Library.SPRequest.GetFileVersions(String bstrWebUrl, String bstrFileUrl, Object& pvarVersions, UInt32& pdwcVersions)
    This is what I tried so far..
    I tried programmatically deleting few verisons for this item - no luck.
    I ended up deleting all the versions for this item - still I get the same error.
    I tried editing other items to see if their version history still works after new versions get added and it worked.
    This is despite the fact that other items that are working have number of versions  as 178, 130, 63 and so on.
    I appreciate any help.
    Thanks.

    Mike, 
     I don't think it is a programming question. It's a sharepoint browsing question.
    I have a document library with Versioning set to Create major versions.
    In that document library, I have around 8 documents, each of which has versions. Only for 1 particular document, when I try to see the versions by clicking 'Version History', I get the error as stated above.
    For all other documents, Version history works.
    My initial thought was that may be the document in question had too many versions and that's why it's failing but I was able to check that the document (in question) had 63 versions while there are still other documents in the same list which has 178 versions and 'Version History' is still working.
    I further explained all my efforts done so far in order to resolve this issue (none of which worked.)
    I deleted all versions (I couldn't delete it from IE since I can't even get to the page where it says 'Delete All Versions' - thus I wrote a small program to delete all versions for this document.)
    I also tried modifying other documents to see if a version history is being created for other documents and that is happening.
    Thanking you in anticipation..

  • How to move a document to a particular document library after workflow review and approval

    Hello ,
    I want to do a work flow for a document review and its approval, if the document is approved
    then it should be moved to a document library called "Approved Documents". I have done
    following steps but don't know how to move the document to another document library.
    Library > Library settings > Add a work flow
    > customized Three state work flow
    and it is generating work flow review emails but don't know how to move the document
    somebody please help how to do this????

    You can either create another SPD workflow which will run on item changed event. This workflow will check if the document status is approved and if it approved it moved document to different library. SharePoint designer does have an activity to move list
    items.
    SharePoint Designer workflow: Move a document from one library to another
    Or you can write an event receiver which will get triggered on ItemUpdated and again if the status of the document is approved it will move your document to destination library.
    Writing an event receiver will require custom coding as oppose to SPD approach.
    Amit

  • Moving documents with a workflow from a document library to a folder and back to the document library

    Hello all,
    I have created a document library with a folder inside of it.
    By means of a workflow, I could move a document that was in the document library to the folder using the action “update path and name”. Now I need to do the reverse path, that is, using a workflow I’d like to
    move the document that is now in the folder, back to the document library but I can´t find the action “update path and name”. Do you have any ideas on how to solve this?
    Thanks a lot!
    Regards.

    Hi Juan,
    For your issue, you can consider the actions as below:
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How can I view and manage disk usage from all user accounts at once?

    I need to clean up the internal drive on my 2009 MBP.  We have 6 accounts on that machine.  Rather than go into each account separately and do some house cleaning, is there some kind of Admin option to view and clean up files for all accounts from one central location?
    Thanks very much,
    Bo

    I guess I am trying to find out if there are any admin tools available for "regular" OS X.  Not OS X server.
    Thanks

  • Saving a document using Word 2010 into a managed metadat hierarchy

    Hi
    Can I save a document using Word 2010 into a document library that has a managed metadata hierarchy and the document appear in the correct place in the hierarchy ?
    Ideally it would be good if the Word 2010 "Save As" browser would show the managed metadata hierarchy, the user would select a node on the managed metadata hierarchy and the document would be save with the appropriate metadata to place the document
    in the correct place in the hierarchy.
    Thanks
    Nigel
    Nigel Price NJPEnterprises

    Hi Nigel,
    I think it's normal difference between "Open" and "Save As" option in MS Office application by design.
    Whenever we create the document from/out of SharePoint library, and click "Save As" and there is always no "Arrange by" part in dialog.
    When we open Office Word application, and open a library location from SharePoint site, if we disabled the option "Configure Navigation Hierarchies" for that particular library, there will be no "Arrange by" part in "Open"
    dialog(e.g. image below).
    It seems SharePoint doesn't provide the function for "Save As" the same as "Open" with different disign requirements, if we want to save document to the needed location in that library through "Save As" dialog, we
    can add the proper metadata column value (e.g. manged metadata column if there is) in "Document Information Panel", and/or navigate to the proper library folder location.
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • User Profile Application and Managed Metadata services are missing

    Running SharePoint 2013 servers on a set of 2012 R2 Servers.  One of our farm administrators deleted the Secure Store service account.  They recreated the Secure Store account, but after doing so, the Managed Metadata Service and User Profile Service
    are now unavailable.
    When going to the User Profile Page, there is an error that says "Sorry, something went wrong."
    When going to the Metadata page, there is an error that says "The Managed Metadata Service or Connection is currently not available."
    There is an additional error that says "The Security Token Service is not available."
    How can all three services be brought back online?

    That specific event log error is as follows:
    WebHost failed to process a request.
    Sender Information: System.ServiceModel.ServiceHostingEnvironment+HostingManager/12547953
    Exception: System.ServiceModel.ServiceActivationException: The service '/SecurityTokenServiceApplication/securitytoken.svc' cannot be activated due to an exception during compilation.  The exception message is: Exception has been thrown by the target
    of an invocation.. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentNullException: Value cannot be null.
    Parameter name: certificate
       at System.IdentityModel.Tokens.X509SecurityToken..ctor(X509Certificate2 certificate, String id, Boolean clone, Boolean disposable)
       at System.IdentityModel.Tokens.X509SecurityToken..ctor(X509Certificate2 certificate)
       at Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceManager.ConfigureTokenHandlerCollection(SPSecurityTokenServiceManager manager, SecurityTokenHandlerCollectionManager collectionManager, String key, SecurityTokenHandlerCollection&
    tokenHandlerCollection)
       at Microsoft.SharePoint.IdentityModel.SPSecurityTokenServiceConfiguration.ConfigureTokenHandlerCollectionForLocalIssuer(SPSecurityTokenServiceManager manager, SecurityTokenHandlerCollectionManager collectionManager, String key)
       at Microsoft.SharePoint.IdentityModel.SPSecurityTokenServiceConfiguration..ctor()
       --- End of inner exception stack trace ---
       at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
       at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.Activator.CreateInstance(Type type, Boolean nonPublic)
       at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
       at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
       at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture)
       at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustServiceHostFactory.CreateSecurityTokenServiceConfiguration(String constructorString)
       at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses)
       at Microsoft.SharePoint.IdentityModel.SPSecurityTokenServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses)
       at System.ServiceModel.ServiceHostingEnvironment.HostingManager.CreateService(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
       at System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(ServiceActivationInfo serviceActivationInfo, EventTraceActivity eventTraceActivity)
       at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
       --- End of inner exception stack trace ---
       at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
       at System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath, EventTraceActivity eventTraceActivity)
    Process Name: w3wp
    Process ID: 5504

  • Opening the iphoto library to view and manage it's content

    I know there is a way, by pressing some keys together, either in the finder or on iphoto itself at launching, in order to be able to open the application and, as in the older version, be able to see the folders and the rolls inside them.

    Do you mean see the rolls and event folders in the Finder?
    There isn't.
    There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 Only*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Apple-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and 10.5* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    Regards
    TD

  • Viewing and retrieving PDF form responses problem

    Yesterday there were 2 submissions of our driver application form. One was my test and the other was from an actual applicant. Both were clearly displayed under the View Responses tab and I could click on either one and save as a PDF. Today I have 7 new responses. When I click on the number under Total I get a series of horizontal cells: Time Submitted  First Name Middle Name, etc. I am not seeing the individual submissions as I did yesterday. What's the fix.

    Hi,
    This FAQ may be useful for the missing responses, http://forums.adobe.com/docs/DOC-4071.  If still not solve the issue, you can share your forms with me, I'll try to help you find out what is the problem.  You can share the form to my email, [email protected]
    Regards,
    Perry

Maybe you are looking for