Possible to use list filters to filter library?

Hi-
We have a library of documents, and want to add XLS to how it displays for end users. However, doing so means we can't use column header filtering.
so, we tried to use List filters (as ugly as they are), but they will not allow us to  connect to the web part showing the documents.
Has anyone been able to use OOB functionality to add one web part (EG, sharepoint list filters) to filter a document library display?
thanks.
Barbara Selden director, Business Readiness 110 Consulting

Hi Barbara,
As I understand, you want to use OOB functionality to add one web part (EG, sharepoint list filters) to filter a document library display.
Could you please provide the screenshot of the SharePoint list filter web part configuration?
You should make sure the SharePoint list filter web part and document library in the same page. When they are in the same page, you could build the connection between them.
Then you could edit the web part to choose the document library in the list section, view and value field. Then create the connection to the document library by clicking connection. You could click the drop-down arrow in the upper-right corner of the SharePoint
list filter Web Part, click Connections, click Get Filter Values From, and then select the custom list.
Then you could enable Server Rendering in the document library web part. You could edit the document library-> Miscellaneous > Enable Server Rendering.
After all you could filter the document library.
The article below is about how to connect a SharePoint List Filter Web Part to a Data View Web Part.
https://support.office.com/en-us/article/Connect-a-Filter-Web-Part-to-a-Data-View-Web-Part-bc10362e-afaa-42dc-b09e-ba8b1b83bb3c?CTT=5&origin=HA010033786&CorrelationId=6ed6821e-b67e-4adf-bd83-6ccc18441ec0&ui=en-US&rs=en-US&ad=US#bms5
Best regards,
Sara Fan
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]

Similar Messages

  • Is it possible to use List Type in XML schema within the SOA Rule author?

    Is it possible to use List Type in XML schema within the SOA Suite Rule author? The reason is that with the following XSD, Rule author generates XML facts of type "List" for the element "ResultSet". Basically I want to check the Input facts (Input1, Input2, Input3) for some conditions and then assign action to the element Resultset of type List (array). The output Resultset can contain multiple values based on the input facts. My problem is that I am unable to see the ResultSet in the "Assign" action type of the action block. Is it possible to use the Resultset of type List with the Rule author or is there any limitation on the rule author and any workaround for this?
    <schema xmlns="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://www.oracle.com/ns/TestMultipleOutputs"
    elementFormDefault="qualified">
    <element name="TestMultipleOutputs">
    <complexType>
    <sequence minOccurs="0">
    <element name="Input1" type="string" minOccurs="0"/>
    <element name="Input2" type="string" minOccurs="0"/>
    <element name="Input3" type="string" minOccurs="0"/>
    <element name="ResultSet" type="string" minOccurs="0"
    maxOccurs="unbounded"/>
    </sequence>
    </complexType>
    </element>
    </schema>
    --Thanks a lot                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi Richard,
    I have slightly modified the xml schema you suggested and was able to import into the rule author. the following is the modified XSD. Rule Author created a List type for the "ResultSet" . I still don't see "Resultset" in the assign action, so I tried creating RL function in order to assign the output to the "Resultset", but was unsuccessful so far. can you please let me know how to populate the resultset with the output values? Thanks a lot.
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema attributeFormDefault="unqualified"
    xmlns:ns1="http://www.oracle.com/ns/TestComplexOutputs"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://www.oracle.com/ns/TestComplexOutputs"
    xmlns:tns="http://www.oracle.com/ns/TestComplexOutputs"
    elementFormDefault="qualified">
    <xsd:element name="TestComplexOutputs">
    <xsd:complexType>
    <xsd:sequence minOccurs="0">
    <xsd:element name="Input1" type="xsd:string" minOccurs="0"/>
    <xsd:element name="Input2" type="xsd:string" minOccurs="0"/>
    <xsd:element name="Input3" type="xsd:string" minOccurs="0"/>
    <xsd:element name="ResultSet" type="tns:ResultSetType" minOccurs="0"
    maxOccurs="unbounded"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:complexType name="ResultSetType">
    <xsd:sequence>
    <xsd:element name="ResultSet" type="tns:ResultSetStructure" minOccurs="1"
    maxOccurs="unbounded"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ResultSetStructure">
    <xsd:sequence>
    <xsd:element name="ErrorReason">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string"/>
    </xsd:simpleType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>

  • Using Content filters (HTML Filter)

    Hello.
    I'm having problem displaying an html-page in the portal with an url-iview. The problem is that the portal is accessed using HTTPS, and the url-iview links to a html-page using http.
    This will generate a popup in internet explorer about unsecure content.
    I thought that a way to solve this could be to connect KM to the page and then let the url-iview show the html-page throw the KM Repository.
    This works fine, however there is still one problem.
    Inside the HTML page, there is <IMG src> tags that reffers to the http site.
    How can I configure HTML filters to rewrite all image and stylesheet references via KM instead of to the http-site?
    I've tried to understand the documentation on Content Filters (http://help.sap.com/saphelp_nw04/helpdata/en/55/921d7bb0c611d5993800508b6b8b11/content.htm), but I don't know what to write in "Base Tag" property, or ir this even works.
    Does anyone know if there is an example about this? Or perhaps know how to configure this?
    Regards, Mikael

    This can be done, but it might not be a optimal solution. You would basically parse each HTML file and replace the links before streaming the content. You can create your own version of com.sap.km.cm.docs component which streams the content of a HTML file by replacing the links. And you would use your own component for creating the KM doc iviews that way you will have altered HTML links.

  • Need help using list item as filter[WRONG POST PLS IGNORE]

    SORRY WRONG POST...
    Edited by: cjtjaime on Oct 8, 2010 12:33 AM

    sir i tried the code and it says: FRM-41003: This function cannot be performed here.
    what im really want to do is that after retrieving the dates from a push button, (remember yesterday where you help me retrieving multiple data).... i have a list_item where it has the elements JAN,FEB,MAR,APR,MAY.
    and then after selecting different month from the list_item the values that ive retrieve will be filter according to the value in the list_item
    it looks something like this:
    stud_id = 1001
    time_in
    01-JAN-10
    02-JAN-10
    03-JAN-10
    01-FEB-10
    02-FEB-10
    03-FEB-10
    after selecting FEB from the list_item it will goes like this
    time_in
    01-FEB-10
    02-FEB-10
    03-FEB-10
    thanks..
    -charles

  • Using multiple filters

    Is it possible to use multiple filters (some of same type)? I want to restrict the SCO content to just courses and curriculums only, how would I do that? When I try to use two filter-type filters, it uses the last one only.

    Hello Dear,
    I have try with this api/xml?action=sco-expanded-contents&sco-id=#####&filter-type=content&filter-icon=attachm ent&filter- folder-id=######
    and this is working for me.
    Note:-##### @ here need to add your stuff
    Hope this one help to you in further process.
    Good luck.

  • Using OCCI with Oracle XA Library

    Is it possible to use OCCI with Oracle XA Library?
    the XA function xaoSvcCtx() can returns the OCI service handle
    for a given XA connection. but how to convert it to the OCCI
    Connection class?
    any comments would appreciate
    Ray

    Hi Ravi,
    We are now building CORBA application with C++. some programs
    manage transaction through Transaction service(a TM of X/OPEN
    DTP architecture), these programs must use XA Library.
    OCCI is a wonderful tool for C++ programer,with OCCI building
    a persistent layer over ORACLE is very simple.
    But if OCCI not work with XA we have no choice but PRO*C or
    OCI ,which's actually C style tool and hard to use especially
    in object mode.
    So we hope OCCI can provide this feature in next release. and
    I beleive This feature is necessary,It's very common using a
    transaction monitor such as ORACLE Application Server .
    regards,
    Ray

  • Filtering a list using multiple filters with Parameters, if one filter empty no results returned. How to fix?

    Hi All,
    I would assume this is a common problem. 
    I am a having problems using filters on SharePoint 2013 Lists on a custom site page.
    I am using the Filter (text, date, Choice) Web Parts, however due to the limitations of the filter web parts, I am also using Parameters and the Filters from within SharePoint designer.  Using this method, I am able to search date ranges and partial
    text on set columns.   The problem is that I have to fill out all the filter fields in order to get any results.  If a filter is left blank then the list should only filter on the other filters.  Instead it no results are returned.
    In addition, if I do set the filters, how do you reset the filters to show all records again?
    Thanks

    The only way I've figured out is to create a field that is always empty, e.g., a calculated text field, and use that field to "test" if the parameter is blank.  Here's an example CAML query fragment:
                    <Or>
                      <Contains>
                        <FieldRef Name="WorkflowDocsDescription"/>
                        <Value Type="MultiLookup">{DocDescriptionTextFilterValue}</Value>
                      </Contains>
                      <Eq>
                        <FieldRef Name="Empty"/>
                        <Value Type="Text">{DocDescriptionTextFilterValue}</Value>
                      </Eq>
                    </Or>
    This may not perform well in a large list, but perhaps an index on the Empty field would remedy.
    GShore

  • Is it possible to use a vector filter mask for smart filters?

    Hello
    I have a very specific question. With smart objects, you can use smart filters and you can use a smart filter mask to define the filter effect area. Now, the filter mask is like a regular layer mask, in that its effectively a raster image. I'm wondering if it's possible to use a vector filter mask as well? I haven't yet found an option to do so. Any help would be greatly appreciated.
    I'm using Photoshop CS5.
    Thank you
    R. Kroll

    I'm wondering if it's possible to use a vector filter mask as well?
    Not to the best of my knowledge.
    A possible workaround (depending on the SO) might be to duplicate it, apply the Filter and apply the Vector Mask to the SO itself.

  • Is it possible to use Zero phase filter for continuous filtering?

    I have to filter a large amount of data without any phase shift from original signal. The Zero phase filter does it but it has to be used in single shot mode. It doesn't have any "Init/Cont" input terminal which other filters have. Is there any way to implement zero phase filtering to filter data continuously?

    AJ_CS wrote:
    The zero phase filtering method seen in your thread will work, if the filtering happens as a single shot operation. It will remove the edge effects of zero phase filtering.
    But for an application wherein data arrives as small blocks, it has to filter each block of the data and also it has to maintain the continuity of filtering. 
    For example in every 1 sec, I'm getting 500 samples of data. I have to use this zero phase filtering for each block of 500 samples, in each second. But what seems to happen is, between the end of one data block and beginning of next data block( between 500th sample and 501th sample or between the end of 1st sec data and beginning of 2nd sec data), there is a discontinuity, or distortion.
    Normal IIR (butterworth)filter maintains this continuity between data blocks, but with phase shift.
    Zero phase filtering doesn't introduce any phase shift but it is unable to maintain the continuity, it seems. 
    Is it possible to have a filter meeting both these requirements?
    In a nut-shell yes.
    It will require you apply the technique I illustrated in that thread repeatedly each time you get an update. The "reflection about the end points" cleans up the disconinuities. I suspect there may be some theory that what you end up with can not be proven using any formal math approach, but it closely mimics what the human mind does when we ask ourselves "If it continues like that that, what do I expect?".
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Using the URL to filter a list

    All,
    I am using the URL to filter a list, for example, FilterField1=Writer&FilterValue1=Chris%20Tobey.
    In this method, we need to provide the FilterField which is the column name. Can we do the filter for all column? For example, I would like to search all items in the list which
    contains "hello" in any column by using the URL?
    Thanks

    Hi,
    The query string in URL won’t be able to meet your requirement.
    The OOTB
    Search box for a list can be found above the list view, it can search items contains the keyword in the current list:
    http://community.office365.com/en-us/f/154/t/171565.aspx
    Or if you want to do more customization, work with
    Search API programmatically would be required:
    http://msdn.microsoft.com/en-us/library/microsoft.office.server.search.query.keywordquery.aspx
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2013/01/03/how-to-use-the-sharepoint-2013-search-keywordquery-class.aspx
    Here is a code demo in this thread can
    search items in a particular document library with specific keyword
    for your reference:
    http://social.technet.microsoft.com/Forums/office/en-US/41699f4b-f1a5-4449-b121-01fbb862436f/how-to-fetch-item-from-document-library-using-query-search-in-sharepoint-2010-?forum=sharepointdevelopmentprevious
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Is it possible to use my music files in both my girlfriend's and my separate Itunes libraries through our seperate user accounts?? I want to import my music into her library with out copying the files onto my hard drive a second time....

    Is it possible to use my music files in both my girlfriend's and my Itunes library's through our seperate user account?  I want to import my music into her library without copying to my hard drive a second time.....

    Would any of these help you?:
    http://www.apple.com/itunes/inside-itunes/2011/05/two-ways-to-share-media-librar ies-through-itunes.html
    http://www.apple.com/itunes/inside-itunes/2011/01/keeping-multiple-itunes-librar ies-on-a-single-computerif-you-share-your-computer-with-others-and-you.html

  • Is it possible to use the scroll wheel of a mouse in list boxes?

    Hi,
    I was wondering if it is possible to use the scroll wheel in list boxes? LABview (6i under windows 98) does support the use in diagrams, for instance on case statements, but it does not appear to do much on the front panel apart from scrolling the whole thing up and down (and when pointing on the vertical scroll bar left and right).
    Is there a quick and easy way to get the scroll bar to work on list boxes, for instance by calling windows dll's? If so anyone ever done this?
    Any help will be greatly appreciated,
    Erik van Dijk

    Erik,
    Yes, it is possible. Anything is possible. LabVIEW is a programming language.
    However, the scope and ease of implementation may be beyond the amount of work you want to do. This must be accomplished through Windows API. This means the use of windows dlls and or Active X.
    Good luck.
    Also, try looking for toolkits. Someone out there supposedly has a toolkit for doing this sort of thing.

  • Is it possible for Apple Time Capsule place iphoto library and use it with my macbooks

    Is it possible for Apple Time Capsule place iphoto library and use it with my macbook pro & macbook air? How about the simultaneous use? Will I as well open it in my ipad and iphoto?

    How Come? I thought that to an external drive move iphoto library is not a problem  -  https://discussions.apple.com/thread/3012995?tstart=0. And Apple Time Capsule including the an external drive.

  • Is it possible to use LTO tape library as an Archive Device

    Is it possible to use LTO tape library as an Archive Device in Final Cut Server System?
    Does it requires any additional hardware/software? Is there any recommendations available?

    HI Daro, you might want to look at TolisGRoup's impending BRU "Producers edition" http://www.tolisgroup.com/products/macosx/pe/.
    I believe they are looking to have these interfaces to some of the  pro-apps. [Will stand corrected].
    Whatever the archiver.app, it needs to know where the objects start and end on the data tape volume (e.g Ultrium LTO4]. THis is simply done by knowing the BLOCKID ofthe first block of the file(s) that have been archivied on the tape (this was retrieved when the ARCHVE operation was done via RED BLKID cmd). This is simplest form. That way the software can "+LOCATE BLOCK scsi tape cmd+" to that spot on that tape volume using HIGH SPEED SEARCH and read in what it needs.
    Some rather spiffy .apps like SGL's FLASHNET for OSX and others (DIVARCHIVE on windows) will resolve a TCR to a location DATA TAPE volume based on the known codec or in SGL's case, the interface through it's MXF archive implementation. This could be very hand for large high bitrate objects. .
    I am waiting for this myself. It is currently in BETA.
    Contact Tolisgroup and see what the status is of BR PE. http://www.tolisgroup.com/products/macosx/pe/
    HTH
    w

  • How to get a list of values used in the WHERE filter of stored procedures and functions in SQL Server

    How can I get a list of values (one or more) used in the WHERE filter of stored procedures and functions in SQL Server?
    How can get a list of values as shown (highlighted) in the sample stored procedure below?
    ALTER PROC [dbo].[sp_LoanInfo_Data_Extract] AS
    SELECT   [LOAN_ACCT].PROD_DT,
                  [LOAN_ACCT].ACCT_NBR, 
                  [LOAN_NOTE2].OFCR_CD, 
                  [LOAN_NOTE1].CURR_PRIN_BAL_AMT, 
                  [LOAN_NOTE2].BR_NBR,
    INTO #Table1
    FROM
                    dbo.[LOAN_NOTE1],
                    dbo.[LOAN_NOTE2],
                    dbo.[LOAN_ACCT]
    WHERE
                    [LOAN_ACCT].PROD_DT = [LOAN_NOTE1].PROD_DT
                    and
                    [LOAN_ACCT].ACCT_NBR = [LOAN_NOTE1].ACCT_NBR
                    and
                    [LOAN_NOTE1].PROD_DT = [LOAN_NOTE2].PROD_DT
                    and
                    [LOAN_NOTE1].MSTR_ACCT_NBR = [LOAN_NOTE2].MSTR_ACCT_NBR
                    and
                    [LOAN_ACCT].PROD_DT = '2015-03-10'
                    and
                    [LOAN_ACCT].ACCT_STAT_CD IN
    ('A','D')
                    and
                    [LOAN_NOTE2].LOAN_STAT_CD IN
    ('J','Z')
    Lenfinkel

    Hi LenFinkel,
    May I know what is purpose of this requirement, as olaf said,you may parse the T-SQL code (or the execution plan), which is not that easy.
    I have noticed that the condition values in your Stored Procedure(SP) are hard coded and among them there is a date values, I believe some day you may have to alter the SP when the date expires. So why not declare 3 parameters of the SP instead hard coding?
    For multiple values paramter you can use a
    table-valued parameter. Then there's no problem getting the values.
    If you could elaborate your purpose, we may help to find better workaround.
    Eric Zhang
    TechNet Community Support

Maybe you are looking for

  • In "Apps" what does "Try" mean?

    On the "Apps" panel in the "Creative Cloud" window, some of the Apps have a button called "Try" [as opposed to "Install" or "Update"].  What is this "Try"?  Does it mean it's a preview of a coming App, or does it mean that I will have to pay extra if

  • SUI Time Calendar Date Format and Hours

    Hi In Fusion/HCM Cloud, the calendar in the Time page of SUI is currently displaying the date in the format MM/DD rather than DD/MM as per our user preferences. Does anyone know how to change this or know if it is a server setting? Also, when booking

  • Getting the distinct person or group column from a splist

    Hi, I am trying to get a distinct user type column from my splist. customerUserID is my column name which of type "Person or Group". I am having multiple entries in my splist. i want to pas  my curentoggedinuser and compare it against the values from

  • CATALOG PSE6 failed to convert

    After installing PrEl7 complete, I uninstalled it and reinstalled PrE7 minimal, to save space. Installation went fine, but catalog from PSE6 failed to convert, unlike the first time. What are my options?

  • Cannot see my files on Time Capsule (not using Yosemite)

    Bought a 2T Time Capsule to back up two networked computers, both running Lion 10.7.5 and using Time Machine for back up. I can see files for one of the two computers,not both. How do I find files on the second computer?