Cannot get URL web part filter to pass Parameter to List web part

How do I wire an out-of-the-box URL web part filter to a SharePoint 2013 list (or "app" as renamed in 2013) web part when the list has a parameter?
My SharePoint list uses a parameter because it needs a Contains filter, as in
     <Where>
      <Contains>
       <FieldRef Name="MyFieldName"/>
       <Value Type="Note">{MyParam}</Value>
      </Contains>
     </Where>
The ParameterBinding is defined simply.
<ParameterBinding Name="CohortParam" DefaultValue=""/>
It has had Location="None" in the past, but another forum entry that I read suggested removing that.
When I add the list (or "app" in SharePoint 2013) to a web part page and also add a URL Filter web part, the URL filter cannot see the parameter. The menu chain Connection >> Send Filter Values To >> [My List web part name] shows
the dialogue. On the "Choose Connection" tab, I choose "Get Parameter Values From". Clicking the "Configure" button results in the "Configure Connection" tab having the message "The Consumer Web Part did not
provide schema information".

Hi Randy,
You need to change the "MyParam" to "CohortParam", for parameterbinding element we need to add the location attribute as below codeline, then when we use the QueryString "CohortParam" with value in url, it will directly
filter the list web part items without adding URL Filter web part.
<ParameterBinding Name="CohortParam" Location="QueryString(CohortParam)" DefaultValue=""/>
I attached my resutls as below image (also "MyParam" can be changed to "CohortParam" if you want), you can take a look.
Thanks,
Daniel Yang
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]
Daniel Yang
TechNet Community Support

Similar Messages

  • HT1212 i cannot get my iphone to come on passed the apple screen

    I was prompted to download a software update on my iphone this morning. Since that time I have not been able to turn on my phone.
    I have only the apple logo showing.
    I can be reached at 7095968259
    Thanks
    Tracy

    Hello Tracy
    you need to resotore you iphone for that
    connect your iphone with computer
    open itunes
    Hold power and home button togather for 10 sec and after you will see restore option on your itunes
    hit restore.
    Please back up your iphone first

  • Get ORA-00932 inconsistent datatype when passing parameter in tableadapter

    I have to build a Dataset to use as source for Microsoft rdlc-Report.
    In the Dataset I create a tableadapter using plain SQL.
    In my SELECT-Command I have to pass a Date parameter:
    I've tested a SELECT like in the following example:
    SELECT a.field1, a.field2, field3
    FROM table a 
    WHERE a.createdate < :IN_DATE In the tableadapter query-builder I get data, but after storing the command I get following error-message:
    ORA-00932 inconsistent datatypes expected date got number
    Later I have to pass the Date parameter in a Function like
    SELECT a.field1, a.field2, getvalue(a.field3,:IN_DATE) FROM table aIm using ODP.NET 11g on a 10g Oracle DB server.
    Is there a possibility to pass a Date parameter?
    I hope anyone has a tipp...
    Roswitha

    Check the OracleParameter here: http://www.oracle.com/technology/pub/articles/mastering_dotnet_oracle/cook_masteringdotnet.html
    Ming Man

  • I have added the Comcast toolbar and it shows as an addon in the tools menu but I cannot get the menu to appear. It is not listed in the view menu under toolbars either. Help!

    I have uninstalled the comcast toobar several times and then reinstalled it to no avail.

    Try Comcast Toolbar support.
    http://customer.comcast.com/Pages/FAQListViewer.aspx?topic=Internet&folder=0bb0b7a0-eae7-408e-8bd5-afea1d41671c

  • Preselct a passed parameter in list items

    Hello there,
    here my problem:
    I have table emp, dept
    I have a report joining both and telling to me:
    name deptname
    smith new york
    Following the edit link i can get a text field:
    dept
    new york
    or a lov with all deptlocations without preselection
    how can i preselect new york in a lov in the edit form
    i tried severel ways but without success :(
    thx for help

    if i'm understanding you correctly, you're able to get to your edit screen with your Dept text field correctly populated with "new york". if you want that Dept field to be a Select List that's preset to new york, you'd simply have to set that item up as a Select List where the string "new york" is one of its return values. so in the online doc for htmldb where it talks about lists of values...
    http://htmldb.oracle.com/i/doc/mvl_design005.htm#sthref1076
    ...it explains that LOVs are defined with display values and return values. so in the proper DEPT table, a decent Department Name LOV query would be...
    select dname disp, deptno ret from dept
    ...where deptno is the return value and dname is the display one. so if your edit form truly is showing "new york" in its "dept" field and your dept table has values like...
    deptname
    new york
    washington
    chicago
    then writing an LOV query for your dept Select List item like...
    select deptname disp, deptname ret from dept
    ...would work fine. to see a working (and somewhat more clear) example of what i mean, install the "Sample Application" into your htmldb workspace (you can install the Sample Application by clickin the "Review Demonstration Applications" link in the lower right corner of the htmldb development environment homepage. there's a link to install the sample application on that next screen). when you run the app, click the Products tab, and try to edit one of those products, you'll see that the P301_CATEGORY select list item on page 301 is correctly defaulted. upon closer inspection, you'll find that no special magic was necessary to achieve this. correctly fetching the P301_CATEGORY value and correctly defining the "PRODUCT_CATEGORIES" list of values query were all that was needed.
    hope this helps,
    raj

  • Issue on How to mimic Deski document from CMS to local machine, pass parameter, execute and save in a mutiple report format then store in a network drive.

    Post Author: usaitconsultant
    CA Forum: JAVA
    Would you know if there's a way to mimic Deski
    document from BOXI server(CMS) to local machine, pass parameter, execute and
    save in a mutiple report format then store in a local drive or network
    drive? Most examples and tutorials in BO XI R2 I've seen are scheduling while drilling report is for web intelligence only and not desktop intelligence.  Please let me know your ideas. I would really appreciate your help. Thanks.

    Post Author: usaitconsultant
    CA Forum: JAVA
    Hi Ted,
    Thanks for the reply.The file is not available in the server. Though, I checked CMS and I found an instance in history tab and the status is failed with error below. 
                Error Message:
                A variable prevented the data provider Query 1 with BANRRD30 from being refreshed. (DMA0008).When I checked my codes, I found out that the object Im using is for web intelligence data provider. However, I cannot find any documentation and example for passing parameter values in desktop intelligence data provider. Any idea on this? You think this is not suported by Report Engine SDK?Thanks.    

  • Adding "Filter Criteria" to the XSLT List View Web Part impact on "Export to Excel" functionality within Document Library

    Hi there,
    XSLT List View displaying all the list items within the Document Library. In order to implement the Search functionality within Document library out of box "Text Filter" web part is configured as explained below. The solution is similar to
    the one suggested at
    http://www.wonderlaura.com/Lists/Posts/Post.aspx?ID=77
    "Text Filter" Web Part added to the page.
    Filter Criteria (i.e., XSLT List View columns) added to the XSLT List View where the filter parameters take the input from the "Text Filter" Web Part .
      3. Both Web Parts (XSLT List View and the Text Filter) are connected.
    When the search criteria is entered into the "Text Filter" Web Part, it is passed to the relevant Columns of the XSLT List View and the documents (List Items) that match the search criteria are shown within XSLT List View.
    Search functionality working as expected.
    Query: Selecting the "Export to Excel" icon from the ribbon generates the excel spread sheet with no data except Column Titles from the Document library. In the investigation it is
    found that adding the 'Filter Criteria' on XSLT List View is causing this bug. When the Filter Criteria is removed, then "Export to Excel" functionality is working as expected.
    But it is mandatory to add "Filter Criteria" to implement the search functionality with in the document library.
    Help: Help/input appreciated on the work around to get the "Export to Excel" functionality work when the "Filter Criteria"
    exist on the XSLT List View.
    Regards,

    Once again thanks very much for your help Scott. very much appreciated.
    In the investigation it is found that removing the 'Filter Criteria' on XSLT List View makes the "Export to Excel" functionality work. But the 'Filter Criteria' is mandatory to get the 'Document Search' functionality.
    I think that due to technical limitations it should be concluded that 'only custom development can make all work, no code solutions using the SharePoint Designer can meet all the requirements.
    If you can think of any alternative solution that could help in resolving the current issue or fix the issue without any custom implementation please inform. Otherwise this issue would be marked as resolved with your suggested response.
    Regards,

  • HT3657 I am on this website trying to install Safari Web browser on my pc to use it instead of internet explorer, but I cannot get to a download anywhere.  Nor can I find it on the Store page.  How do I get to download Safari?

    I am trying to download Safari web browser on my pc but cannot get ot it anywhere.  How do I get to use Safari?

    Matchley wrote:
    Thank you for your help.  Another questions.  For a small business firm of 10 computers what would you suggest the best server.  We now are all pc's but eventually I want to upgrade to Apple.  I currently have the Small Business Server.
    Sorry to say that Apple isn't the best choice in that department as they are primarily a consumer products company, they don't cater to business needs with their offerings.
    Phill Scheiler actually said they are interested in the 50% share of the consumer market.
    Apple has discontinued their X-Server and now OS X server is really just a hobbyist pursuit, not a serious business solution. The Mac Pro hasn't been updated in ages.
    Mac's can be used on Windows, Unix and Linux servers, but on that side of things it's best to use the services of a local server technician. Linux costs nothing for the licenses and is very secure and highly configurable.
    You also can go Red Hat Linux which is a commercial  version of Linux which requires licenses, but you get the better security and reliability plus business support.
    All I can suggest is evaluate your local offerings from many of those type local server business services in you area and go from there. You'll likely be a mixed shop for quite some time or perhaps forever as some won't give up Windows like some won't give up their Mac's.
    Also Mac's are not very cost effective anymore, Apple changes the operating system annually which require new software/paid upgrades, Windows 7 will last another decade and offer desktop models that parts can be exchangesd or replaced in house, unlike Mac's which one has to bring it in and AppleCare expires in three years.
    So buisnesss and profit speaking Windows is pretty good, but if your like Google who has a big bank account then replacing Mac's every couple of years is nothing.

  • Deploy Monitoring reports Fail Cannot get the ReportServerWebService URL

    Hi, I am deploying the monitoring reports in a single host different to FE or Backend
    When I launch the wizard the installation fail with the message:
    > Deploying Monitoring Reports... This might take a few minutes.
    The Monitoring Database is using SQL instance "mendbsql3\ARCHLYNC2013".
    The data source is using SQL instance "(local)\ARCHLYNC2013".
    System.Runtime.InteropServices.COMException (0x800700A4)   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr
    errorInfo)   at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()   at Microsoft.PowerShell.Commands.GetWmiObjectCommand.BeginProcessing()System.Runtime.InteropServices.COMException (0x800700A4)  
    at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)   at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()   at Microsoft.PowerShell.Commands.GetWmiObjectCommand.BeginProcessing()System.Runtime.InteropServices.COMException
    (0x800700A4)   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)   at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()   at Microsoft.PowerShell.Commands.GetWmiObjectCommand.BeginProcessing()System.Runtime.InteropServices.COMException
    (0x800700A4)   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)   at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()   at Microsoft.PowerShell.Commands.GetWmiObjectCommand.BeginProcessing()System.Runtime.InteropServices.COMException
    (0x800700A4)   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)   at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()   at Microsoft.PowerShell.Commands.GetWmiObjectCommand.BeginProcessing()Cannot
    get the ReportServerWebService URL. Verify that Reporting Services is deployed and configured properly on the target SQL instance:"mendbsql3\ARCHLYNC2013", and that WMI is included on the exception list of firewall setting on the server that is running
    Reporting Services.
    I check the configuration of the reporting services configuration, all see OK. I probe the URL in the server that I want to configure like a monitoring reporter
    and I can explorer and administrate the Reporting Services. The firewall into the servers is off.
    Somebody else have this problem.
    THX.

    Hi Lapatinogo
    This is how I install Monitoring in my lab series.
    http://lyncme.co.uk/microsoft-lync-server-2013/the-complete-home-lync-lab-part-3-installing-lync-2013-monitoring-and-lync-edge-server/
    Navigate –> Lync Server –> Your Site –>
    Lync Server 2013 –> Standard Edition Front End Servers –>
    Your Server
    Right Click –> Edit Properties –> Scroll Down to Monitoring
    Tick Monitoring –> Press New –> Enter your
    SQL Server FQDN –> Specify your instance –> Untick
    This SQL instance is in mirroring relation (As stated in Part 1 you should already have a SQL Server with an instance available) –> Press
    OK
    Press OK –> Press Action –> Press
    Topology –> Press Publish
    Press Next
    Press Next –> This should complete successfully –> Press
    Finish
    Launch Lync Deployment Wizard
    Press Yes –> Click Deploy Monitoring Reports
    Press Next
    Press Specify a User Account and Password that has rights to the instance –> Press Next
    Press Specify User Group (I will be using the default group) –> Press
    Next
    Press Finish
    Launch the Lync Server Control Panel
    Login with an account that is apart of the CSAdministrator
    Click View Monitoring reports –> Click your SQL Server FQDN
    You should now see the below window   Successful deployment of Lync Monitoring

  • Get URL parameters of Web Dynpro Application using Floor plan manager

    Hi Experts,
    I have a web dynpro component using FPM. The default window of the application is FPM_WINDOW which is an interface view of component of FPM framework. so I cannot get the URL parameters in handledefault of a normal web dynpro app which is not using FPM. How do I get URL parameters in this case through FPM? Thanks!

    Hi,
    I guess you might have created the application under FPM_OIF_COMPONENT/FPM_GAF_COMPONENT. For that add the pramaters to the PARAMTERS tab of teh application.
    Now, you can use
    data lo fpm type ref to if_fpm.
    lo_fpm = cl_fpm=> get_instance( ).
      CALL METHOD lo_fpm->mo_app_parameter->get_value
        EXPORTING
          iv_key   = 'PERNR'            "Application param name
        IMPORTING
          ev_value = lv_pernr.
    Regards,
    Lekha.

  • I just updated my iphone4, it reset to original settings and I cannot get it passed my birtday. It says ther was a problem connecting to the server. how do I get passed this?

    I just updated my iphone4, it reset to original settings and I cannot get it passed my birtday. It says ther was a problem connecting to the server. how do I get passed this?

    I only have one video project that I ever published to iDisk. It didn't have any music or photo files attatched to it, just a few clips stitched together. I can play these clips right now in the Event Library (so I know the source files are on my computer), but strangely, under the Project Library, the project is not there. I'm almost certain that I didn't store the project on iDisk; I just completed the video and published it to iDisk (as a .mov file I think) for family to see. I've tried to figure out how to get iDisk to stop looking for this project to no avail.
    I don't know if others have experienced this, but if I click on any project and on the menu bar select Share --> Remove From --> Media Browser... it lists iPod, iPhone, iPad, tv, Computer and MobileMe. Why would MobileMe be an option here? This is the case for any video project I select. Didn't iLife '11 and/or OSX 10.8 remove all mention of MobileMe? I wonder if this is part of the problem too.
    Edit: I just removed every project I have from the Media Browser. Still no luck.

  • HP Smart Web Printing / IE8 / Windows Vista: Cannot get icon to appear!

    I've installed HP Smart Web Printing 4.5.1 in IE8 running under Vista SP2.  I cannot get the icon to appear.  Under Tools/Manage Add-ons, "Show or Hide HP Smart Web Printing" is reported as "enabled".  When I select "Show or hide HP Smart Web Printing" under the double arrows at the far right of the tool bar, nothing happens.  I see others have had some success at getting through this, but nothing seems to be working for me.  I've tried removing and re-installing the utility to no avail.  What do I have to do?

    Hey HP ...  Does anyone from HP monitor these posts and provide answers, as one might expect?  Is anyone listening?  Is anyone there?  Does anyone CARE?

  • I downloaded the new os7 on my Ipad mini. Now in order to use the ipad I need to use a passcode. I cannot get pass the login screen and I never set up my ipad to use a passcode. What can I do?

    I downloaded the new os7 on my ipad mini. Now in order to use the Ipad, I need to enter a passcode. I cannot get pass this screen. I did
    not set it up to use a passcode. What can I do? I am not too computer savy.

    I have the same problem. I upgraded to iOS7, entered my usual passcode when prompted in setup, and when I tried to access my iPad after installation was finished it denied my passcode. I can't connect to any internet to erase it or anything because the new iOS hasn't yet been configured to a wifi network, so I can't backup from anything either.
    When I connect the iPad to iTunes, it tells me that Find My iPad must be disabled on my iPad before backup or restore can continue - and I can't access anything beyond the lock screen of my iPad at all because it refuses to accept my passcode, so I can't get to Find My iPad.

  • Getting "Error in sieve filter" message with each incoming mail and cannot recieve or send mail to or from iCloud account apart from Apple emails!! Please help!

    Since approx 7am GMT I've been getting "Error in sieve filter" message with each incoming mail, worse though, since about 12 noon I cannot recieve or send mail to or from my iCloud account apart from I've been getting  emails from Apple (ie I've just received a welcome one from Apple Support Communities...)!! I've had this account for years, never had a problem - it can't be the OSX Mail server because the problem is the same when I log directly into iCloud. I've tried sending emails from my Hotmail account to my iCloud account (a .mac) and just get undeliverable messages back. I'm really in the s**t now at work. : (  I just set up a Smart TV yesterday with a wireless dongle - that's the only thing I've done out of the ordinary. I've spoken to Sky who are my ISP and they say all's fine with them (although the router kept kicking my off the internet this morning which was strange...). Router seems fine now though.  I'm really hoping someone here can help!!
    Many thanks!!

    Do you think once Apple sort this out I'll get my missing emails back?

  • Cannot get a URL to work

    My son sent me a link to a video but I cannot get it to open. My daughter can so I know it works, but what could it be on my Mac that it won't open for me? I have no problem with anything else I view. TIA,
    Connie

    I've tried 3: Safari, Camino and Firefox. It'll open in a window which is very small and the logo of the page is there but nothing else. I'm hesitant to put the URL on here but for the sake of help, here it is:
    http://65.49.32.147/RiversideCounty/4b2b09a9-7308-401b-8c6b-b4d2d21cbb1c/BOS%201 1-24-09%20am/Presentation_file/mgpresenter.html?Stream=local%20capture
    And clearing the cache did nothing either.
    Message was edited by: connie2323

Maybe you are looking for