List Custom filter in SharePoint 2013

I recently upgraded my company's SharePoint 2010 site to SharePoint 2013. Now users are complaining for the List Custom Filter box that was available in SharePoint 2010 but is missing in SharePoint 2013.
Is there a possibility to activate that feature in SharePoint 2013 in any way?

Hi Alex,
You can use Key filters to filter the list items per date entries.
1. Go to Site settings --> activate 'Metadata Navigation and Filtering' feature.
2. Go to List settings -->click 'Metadata navigation settings' under 'General Settings' -->Select the desired columns under 'Configure Key Filters' and click 'OK'.
Please note:
Fields that are available for use as navigation hierarchies include columns on this list that are one of the following types:
- Content Type
- Choice Field
- Managed Metadata Field
- Person or Group Field
- Date and Time Field
- Number Field
Hope this info helps you!
Thanks & Regards, Richlibran

Similar Messages

  • Custom sendemail in sharepoint 2013 designer workflow using dictionary object with email template from list

    I  am looking for custom sendemail in sharepoint 2013 designer workflow using dictionary object with email template from list
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Greetings.
    pls check if it helps you.
    http://msdn.microsoft.com/en-us/library/office/jj554504(v=office.15).aspx
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Reading values from lookup columns through custom workflow in SharePoint 2013

    We are able to read the values of text, number columns through custom workflow (via coding) in SharePoint 2013. However, we are not able to read values from lookup columns. So, request anyone to provide help on this.
    Thanks & regards,
    Aditya

    Hi,
    According to your post, my understanding is that you want to read values from lookup columns through custom workflow in SharePoint 2013.
    Since the workflow just doesn't get lookup fields, let's give it something static to work with instead. If we can capture the ID of the lookup field and store that as a static value in our list, the workflow can happily use that to look up our related.
    For more information, you can refer to:
    SharePoint 2013 Workflows and Lookup Columns
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • How to configure service endpoints of custom webservice in SharePoint 2013?

    Hi,
    I have created a custom webservice in SharePoint 2013. I placed it in a sub folder under the ISAPI folder. I followed the instructions of this article: http://msdn.microsoft.com/en-us/library/office/ff521581(v=office.14).aspx. The webservice works
    great, however when I try to send a large file I get the message "413 Request entity is too large".
    After some searching I found out that you can create a web.config in the subfolder and define the endpoints and bindings, after which I get an error that there is already an endpoint defined for the specified URI. I believe this has something to do with
    the BasicHttpBindingServiceMetadataExchangeEndpointAttribute but I'm not sure.
    Can anyone help me solve this issue?
    Regards,
    Sander

    Hi,
    According to your post, my understanding is that you want to configure service endpoints of custom webservice in SharePoint 2013.
    Per my knowleadge, after you add a reference to Microsoft.SharePoint.Client.ServerRuntime, you can use the BasicHttpBindingServiceMetadataExchangeEndpointAttribute.
    In VS  go to the add reference and paste the following: C:\Windows\assembly\GAC_MSIL\Microsoft.SharePoint.Client.ServerRuntime.
    In addition, please make sure you create the custom web service correctly.
    For more information, you can refer to:
    SharePoint 2013: Create a Custom WCF REST Service Hosted in SharePoint and Deployed
    in a WSP
    How to create Custom Web Service WCF (REST) in SharePoint 2013
      Adding custom WCF services to a SharePoint 2013 farm solution using Visual Studio 2012
    "BasicHttpBindingServiceMetadataExchangeEndpointAttribute" could not be found
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Possible to fill a list using a custom Workflow in Sharepoint 2013

    Is it possible to develop a custom workflow that compares a Contact List and the Active Directory and add any missing people to the list? Or is this a functionality not available with workflows and sharepoint 2013?

    Instead of workflow you can do this,
    Have user profile service application set up ,which will run on daily basis by default(you can configure to run Hourly/Minutely also) to import all users along with user attributes(email, department ..etc) to SharePoint. Configuring  UPS :
    http://blog.anuragg.com/2012/12/configure-user-profile-service.html
    Create an item added event receiver on your "Contacts" list ,build business logic to fetch the corresponding  user details from the above synced user profile properties. Retrieving User profile properties :
    http://msdn.microsoft.com/en-us/library/office/jj163182(v=office.15).aspx
    Please remember to click Mark as Answer on the answer if it helps you

  • Bypass content-based format detection so I can use a custom iFilter in Sharepoint 2013 Search

    Can I get SharePoint 2013 Search to bypass the content-based format detection and use the file extension to determine the format (and therefore the format handler so that I can use a customer iFilter)?
    We have a proprietary file format which uses xml, and we use a specific filename extension to indicate the type of file.  We have a custom iFilter to parse the file, because we only want some of the content to be indexed.  The iFilter works with
    Windows Search.  I’m now trying to use our custom iFilter to search the same files with SharePoint 2013.  SharePoint 2013 Search appears to determine a file’s format from its content and not from its file extension (I have confirmed this by changing
    the extensions of .docx and .txt files).  SharePoint 2013 search appears to use the built-in XML format handler to index our proprietary files.  Can I get SharePoint 2013 Search to bypass the content-based format detection and use the file extension
    to determine the format (and therefore the format handler)?  I think SharePoint 2010 may allow this, but I can’t find out if/how it is done in SharePoint 2013.
    I understand that built-in format handlers can’t be replaced by custom iFilters, but I don’t want to replace the XML format handler for .xml files.  

    Hi jeh271,
    quite interesting, because as i know iPersistStream should be installed when you need to use ifilter when using windows search.
    just curious, if you also restart the spsearchhostcontroller?
    as i know the search should have the content-based format,we cant bypass it, if we bypass it, then it may broke.
    i saw some thread about this before:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/944e6878-a7f0-4c0e-98b7-a7fb9faeef1b/bcs-connector-and-mimetypefield
    ifilter example:
    http://msdn.microsoft.com/en-us/library/hh694268(v=office.14).aspx
    last time i did this, seems similar issue:
    • The custom iFilter is working in SP 2010 but when we followed the same process of registering the iFilter in SP 2013, it was not working.
    • So, we knew that we were some missing some extra step in registering the filter in SP 2013.
    • Finally, we involved the Product group and we found out that we need to run an extra PowerShell commandlet apart from following the steps to register it in SP 2010 (given in this link:- http://msdn.microsoft.com/en-us/library/hh694268(v=office.14).aspx )
    • We ran the commandlet described here in this article http://technet.microsoft.com/en-us/library/jj219556.aspx.
    • The New-SPEnterpriseSearchFileFormat cmdlet adds a new file format and a corresponding file name extension to the search parsing system. This binds the file format to a filter-based format handler in the search parsing system. Thus, the search parsing system can only parse the new file format if the user has installed a corresponding filter-based format handler, an IFilter, for the new file format. If the installed IFilter registers more than one file name extension, the user must use the New-SPEnterpriseSearchFileFormat cmdlet to add a new file format to the parsing system for each of these file name extensions. The user must also ensure that the file name extension of the new file format is a member of the file-type inclusion list. The file-type inclusion list specifies which files that are crawled, based on their file name extensions. The system will only consider the new file format after a restart of the content processing components
    • The example for our scenario would be something like this:-
    New-SPEnterpriseSearchFileFormat -SearchApplication $ssa -FormatId dwg -FormatName DWGFiles -MimeType application/dwg
    • Then, we restarted the SharePoint Search Host controller service on the machine where you have installed the iFilter and this resolved our issue and we were able to successfully search with .dwg files using the custom iFilter.
    i am not quite sure if search treating your file as an XML file, if it is true, perhaps you can check this xmlmapper:http://msdn.microsoft.com/en-us/library/ff795813(v=office.14).aspx
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Add attachment button to a custom new form SharePoint 2013

    I'm creating a new custom form using SharePoint Designer 2013.
    I would like to add a attachment button to be able to upload files and images. How can this be done?
    See code below
    <tr>
    <td width="190px" valign="top" class="ms-formlabel">
    <h3 class="ms-standardheader">
    <nobr>Attach Files</nobr>
    </h3>
    </td>
    <td valign="top" class="ms-formbody" id="attachmentsOnClient" style="width: 434px">
    <span dir="ltr">
    <input type="file" name="fileupload0" id="onetidIOFile" size="56" title="Name"></input>
    </span>
    </td>
    <td width="100px" valign="top" class="ms-formbody">
    <input name="Button1" type="button" value="Attach" onclick='OkAttach()' style="width: 6em;
    height: 1.7em" id="attachOKbutton" />
    <span id="idSpace"></span>
    </td>
    </tr>
    <tr id="idAttachmentsRow">
    <td nowrap="true" valign="top" class="ms-formlabel" width="20%">
    <SharePoint:FieldLabel ControlMode="New" FieldName="Attachments" runat="server"/>
    </td>
    <td valign="top" class="ms-formbody" width="80%">
    <SharePoint:FormField runat="server" id="AttachmentsField" ControlMode="New" FieldName="Attachments" __designer:bind="{ddwrt:DataBind('i','AttachmentsField','Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@Attachments')}"/>
    <script>
    var elm = document.getElementById(&quot;idAttachmentsTable&quot;);
    if (elm == null || elm.rows.length == 0)
    document.getElementById(&quot;idAttachmentsRow&quot;).style.display=&apos;none&apos;;
    </script>
    </td>
    </tr>
    Im getting error :
    Uncaught TypeError: Cannot read property 'value' of undefined
    form.js?rev=PxBF2F2E04Ut1YUooXDAbg%3D%3D:1
    OkAttachform.js?rev=PxBF2F2E04Ut1YUooXDAbg%3D%3D:1
    onclick
    Somewhere around this line:
    k=document.getElementsByName("RectGifUrl")[0];e.innerHTML='<span class="ms-delAttachments"><IMG SRC=\''+k.value+"'>&nbsp;<a href='javascript:RemoveLocal
    Thanks in Advance

    Create a custom list form or go to your NewForm.aspx using SharePoint Designer. Place the below code where you would like to insert the Attachment Field
    <tr>
    <td width="190px" valign="top" class="ms-formlabel">
    <h3 class="ms-standardheader">
    <nobr>Attach Files</nobr>
    </h3>
    </td>
    <td valign="top" class="ms-formbody" id="attachmentsOnClient" style="width: 434px">
    <span dir=”ltr”>
    <input type=”file” name=”fileupload0″ id=”onetidIOFile” size=”56″ title=”Name”> </input>
    </span>
    </td>
    <td width="100px" valign="top" class="ms-formbody">
    <input name="Button1" type=”button” value="Attach" onclick='OkAttach()' style="width: 6em;
    height: 1.7em" />
    <span id="idSpace"></span>
    </td>
    </tr>
    Thank You, Pallav S. Srivastav ----- If this helped you resolve your issue, please mark it Answered.

  • Creating custom scopes in SharePoint 2013

    Guys,
    Environment : SharePoint 2013
    I want to provide the user with the ability to search from a custom search scope which has been deprecated in sharepoint 2013. How can i do this in 2013, also i would like to have
    the custom scopes in a dropdown next to the search box so that the users can select from it.
    off the quick reading that i did i have to create Result Source, query settings but if anyone can point me to an online link showing how to do it would be great.
    Thanks
    MM

    The easiest way to do this is create a content type from your list.  Then in your query, target the content type only for results and add that to your search options.  That way when someone selects to search through that content type it will only
    show results from that list of content that matches that type.
    Let me know if that helps.

  • Customizing MYSITE in SharePoint 2013

    In SharePoint 2013 we want our Intranet Home page  to be the user's MYSITE. Is it possible to apply the corporate branding to MYSITE and also allow our Corporate Marketing and Communications team to publish corporate news / information,
    polls, links (rollup web part for lists) to important communication in a section of MYSITE which all users will see in addition to their personal MYSITE information. The goal is to encourage Social media usage within the company.
    Thanks
    MP

    Hello,
    In order to apply corporate branding to the MySite host, you need to create your custom master page.
    About publishing content there's a few OOTB WebParts that could do the job but if you want something that really suits your needs you might have to develop your own component.
     Hope this helps.

  • Adding Custom Breadcrumb for SharePoint 2013 Custom Master-Page With A Custom Separator.

    Hi All,
    I have successfully converted an HTML file to a SharePoint 2013 Custom Master-Page with relevant style sheets. But when I used within the SharePoint site I could not find the breadcrumb. So I want to know how to do that? For that breadcrumb I need a custom
    separator like an arrow like in the below.
    As you can see the separator is a custom built one. To have this custom separator in my HTML I have used the following code snippet.
    <div class="breadcrumb-desktop">
    <span class="breadcrumb-links"><a href="#">SharePoint Site Home</a></span>
    <span class="breadcrumb-links"><a href="#">Sub Link 01</a></span> Active Page
    </div>
    The styles are as like in the below.
    .breadcrumb-desktop {
    width: 100%;
    font-family: Arial;
    padding: 23px 0 40px;
    float: left;
    font-size: 0.75em;
    line-height: 1.25;
    .breadcrumb-desktop > span.breadcrumb-links:after {
    content: " \203A ";
    white-space: pre;
    I have tried the following code snippet within the SharePoint site as
    <!--MS:<asp:sitemappath runat="server" sitemapproviders="SPSiteMapProvider,SPXmlContentMapProvider" rendercurrentnodeaslink="false" hideinteriorrootnodes="true">-->
    <!--ME:</asp:sitemappath>-->
    But it did not display as I wanted.
    So how am I supposed to insert these to my Custom Master-Page's breadcrumb and style them? Please could someone help me to solve this?
    Thanks and regards,
    Chiranthaka

    Hi Chiranthaka,
    Please use the following code snippet in your html master page.
    <div class="CustomBreadcrumbs">
    You are here:
    <!--SPM:<SharePoint:AjaxDelta id="DeltaPlaceHolderPageTitleInTitleArea" runat="server">-->
    <!--SPM:<asp:ContentPlaceHolder id="PlaceHolderTitleBreadcrumb" runat="server">-->
    <!--MS:<asp:sitemappath runat="server" sitemapproviders="SPSiteMapProvider,SPXmlContentMapProvider" rendercurrentnodeaslink="false" hideinteriorrootnodes="true">-->
    <!--ME:</asp:sitemappath>-->
    <!--SPM:</asp:ContentPlaceHolder>-->
    <!--SPM:</SharePoint:AjaxDelta>-->
    </div>
    Here is a thread for your reference:
    https://social.msdn.microsoft.com/Forums/office/en-US/daabd903-df98-41da-80d8-6a942d06980e/add-breadcrumb-to-custom-master-page-html-file?forum=sharepointcustomization
    We can also customize a breadcrumb control, then add it in master page.
    http://msreddysharepoint.blogspot.com/2013/01/custom-breadcrumb-navigation-in.html
    Best Regards
    Dennis Guo
    TechNet Community Support

  • PerformancePoint Services Filter in Sharepoint 2013

    Hi,
    In Sharepoint 2010, I could configure all the performancepoint webparts to use the connection of a performancepoint filter, so I didn't have to create a Dashboard object in Dashboard Designer and link the connections there.
    In Sharepoint 2013 I don't see the connections option available in the webparts.
    Is it managed somewhere else or was this option removed and now the only way to do it is through dashboard deployment?
    Regards

    Hi,
    According to your post, my understanding is that you could not see the connections option available in the PerformancePoint filter web part.
    Did you click the “Edit Web Part” option?
    After clicking the “Edit Web Part”, you could see the “Connections “ option on the web part as below.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Application Configuration List (key/value) in SharePoint 2013

    What is the best way to have a application configuration list in SharePoint 2013? Think of a SharePoint portal with around 50 key/value pairs that needs to be configured
    (Similar to configuration manager that we had as part of Microsoft patterns and practices library - These libraries are not yet updated for SharePoint 2013)
    pratap R

    As a quick answer, you may go with hidden list -
    link, however what is your environment (O365/On Prem). Site property Bag also another way. Actually it depends on situation and NFRs.
    Regards Sudip Misra [email protected] +1-412-237-5435 Pittsburgh, PA

  • Enable Team Collaboration Lists Feature via PowerShell - SharePoint 2013

    I need to enable the Team Collaboration Lists feature across the mysites 2013 web application that we have. I want our server team to do this programatically through powershell. I really have no experience with powershell but I think what we need is the
    feature name.
    Is there anyone that can provide assistance on this?
    Thanks!
    -Kyle

    DO something like:
    $WebApp = Get-SPWebApplication "http://<url of my site host root>"
    for($i = 0; $i < $WebApp.Sites.Count; $i++)
           $site = $WebApp.Sites[$i]
    for($j = 0; $j < site.Webs.Count; $j++)
    $web = $site.Webs[$j]
    $teamList = Get-SPFeature | Where{$_.Id -eq "00bfea71-4ea5-48d4-a4ad-7ea5c011abe5"}
    Enable-SPFeature -Url $web.Url -Identity $teamList
    $web.Dispose()
    $site.Dispose()
    Nikolas Charlebois-Laprade Microsoft Certified Professional Software Engineer and Senior SharePoint Advisor http://nikcharlebois.com

  • How to localize a custom FieldType in SharePoint 2013?

    I'm trying to localize a custom FieldType that has been a functional part of our SharePoint deployment for some time.  I've localized the field's configuration ASCX and backend code, but the portion of it which is installed via the fldtypes_*.xml files
    eludes me.  There are some distantly related examples here that don't seem to apply, and one or two that are bang on - but which unfortunately link to no longer existent pages.  Can anyone spot what I'm doing wrong in the fldtype_*.xml file following
    (or in other places perhaps)?  Other portions of the UI are successfully localized using the same ApplicationResources resource file, however when I view the configuration of a list with one of these fields, its type is displayed as "$Resources:ApplicationResources,ResourceField_Name;"
    instead of the localized value.
    <FieldTypes>
    <FieldType>
    <Field Name="TypeName">ResourceField</Field>
    <Field Name="TypeDisplayName">$Resources:ApplicationResources,ResourceField_Name;</Field>
    <Field Name="TypeShortDescription">$Resources:ApplicationResources,ResourceField_Description;</Field>
    <Field Name="ParentType">URL</Field>
    <Field Name="UserCreatable">TRUE</Field>
    <Field Name="ShowOnListCreate">TRUE</Field>
    <Field Name="ShowOnSurveyCreate">TRUE</Field>
    <Field Name="ShowOnDocumentLibraryCreate">TRUE</Field>
    <Field Name="ShowOnColumnTemplateCreate">TRUE</Field>
    <Field Name="Sortable">TRUE</Field>
    <Field Name="Filterable">TRUE</Field>
    <Field Name="FieldTypeClass">...</Field>
    <Field Name="FieldEditorUserControl">...</Field>
    <PropertySchema>
    <Fields>
    <Field Name="ModelViewName" DisplayName="ModelViewName" Type="Text" Hidden="TRUE">Model View Name</Field>
    <Field Name="ContextProperty" DisplayName="ContextProperty" Type="Text" Hidden="TRUE"/>
    <Field Name="RichText" DisplayName="RichText" Type="Boolean" Hidden="TRUE" Value="TRUE" />
    <Field Name="RichTextMode" DisplayName="RichTextMode" Type="Text" Hidden="TRUE" Value="FullHtml" />
    </Fields>
    </PropertySchema>
    </FieldType>
    </FieldTypes>

    Hi,
    How about removing the semicolon at the end of your resource referenced string?
    Feel free to reply with the test result if the issue still exists.       
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they
    help and unmark them if they provide no help. If you have feedback for TechNet
    Subscriber Support, contact [email protected]
    Patrick Liang
    TechNet Community Support

  • Creating Custom WCF in sharePoint 2013

    Hello,
     I read the following article to create Custom wcf "http://www.robertseso.com/2013/05/adding-custom-wcf-services-to.html".
    I have followed the steps .
    when I open the .svc  from browser I got the following error :
               "sharepoint  provided as the Service attribute value in the ServiceHost directive, or provided in the configuration element system.serviceModel/serviceHostingEnvironment/serviceActivations could not be found."
    How Can I solve it?
    ASk

    http://stackoverflow.com/questions/17591972/wcf-service-the-type-provided-as-the-service-attribute-values-could-not-be-foun
    Turns out the Eval.svc.cs needed its namespace changing to EvalServiceLibary, rather than EvalServiceSite.
    http://www.codeproject.com/Questions/611706/system-serviceModel-serviceHos
     found the solution, just change the endpoint address and added the baseAddress
    working fine
    here is my web.config file
    <configuration>
    <system.web>
    <customerrors mode="Off" />
    <compilation debug="true" targetframework="4.0">
    </compilation>
    </system.web>
    <system.servicemodel>
    <servicehostingenvironment aspnetcompatibilityenabled="True" multiplesitebindingsenabled="True">
    </servicehostingenvironment>
    <services>
    <service name="abc.MyService" behaviorconfiguration="MyWCF">
    <endpoint address="http://YourSiteName/MyService.svc" listenuri="/" binding="wsHttpBinding" contract="abc.IMService"></endpoint>
    <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
    <host>
    <baseAddresses>
    <add baseaddress="http://YourSiteName/" /> </baseAddresses>
    </host>
    </service>
    </services>
    <behaviors>
    <servicebehaviors>
    <behavior name="MyWCF">
    <servicemetadata httpgetenabled="true" policyversion="Policy15" />
    <servicedebug includeexceptiondetailinfaults="true" />
    </behavior>
    </servicebehaviors>
    </behaviors>
    </system.servicemodel>
    <system.webserver>
    <modules runallmanagedmodulesforallrequests="true">
    </modules>
    </system.webserver>
    </configuration>
    http://social.msdn.microsoft.com/Forums/en-US/60a8ca68-c85d-4945-93dc-add4014a3474/servicehost-directive-or-provided-in-the-configuration-element?forum=wcf
    http://patrickyong.net/tags/wcf/
    If this helped you resolve your issue, please mark it Answered

Maybe you are looking for