HP ALM Premium - Unable to customize filter lookup list, screen lookup list is working

We are using a Project Template to create a base project.
We have about 6 user fields where we define lookup lists that are different for each project.
Workflow code is used to reassign the list values from the DEFAULT list to a specific project list.
This is working for the screen; however the lookup list for the filter is still using the DEFAULT list. We are having a similar problem when using the upload facility.
Any suggestions outside of adding all the items from each of the project lists to the DEFAULT list?
Thanks

Hi Valdas,
Please check the following,
http://www.andrewconnell.com/blog/Applying-Filters-to-Lookup-Fields-with-the-SP2013-REST-API
Best Regards.
Kelly Chen
TechNet Community Support

Similar Messages

  • Unable to change theme due to screen display function not working

    Hi
    I've been having an issue since I did the 0S6 upgrade to my torch 9800 where when I click on the screen display it doesn't completely open it just flashes quickly and then closes, it was doing it with home screen display and now it seems to have switched but now I can't change themes. Anyone else know of this issue or a solution. I've done a hard and soft reset.
    Thanks

    Hello lunnabelle,
    Go to Options - Display  - Screen Display - Theme. How many themes do you see installed within the list?
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • PerformancePoint in SharePoint 2010 - Unable to get filter values from... Error 10828

    I currently am using PPT to expose data from a Microsoft Analysis Server cube. The cube is wide open and requires no permissions to access.
    The behavior of my filters is odd as sometimes they work perfectly fine, and other times I receive the following error upon report run:
    Unable to get filter values.
    An unexpected error occurred. Error 10828. Additional details have been logged for your administrator.
    I have looked at the ULS logs and found the following:
    An unexpected error occurred.  Error 10828.  Exception details: System.NullReferenceException: Object reference not set to an instance of an object.    
     at Microsoft.PerformancePoint.Scorecards.Server.PmServer.QueryTimeIntelligenceInternal(DataSource dataSource, DateTime currentTime, String formula)    
     at Microsoft.PerformancePoint.Scorecards.Server.PmServer.QueryTimeIntelligence(RepositoryLocation dataSourceLocation, DateTime currentTime, String formula)
    An exception occurred while rendering a Web control. The following diagnostic information might help to determine the cause of this problem:  Microsoft.PerformancePoint.Scorecards.BpmException: Unable to get filter values.  PerformancePoint Services
    error code 20700.
    This is odd to me, as I can trick the report to run by changing the date filters to another day, then back to the original days that error'ed out and everything is fine. Some guidance would be appreciated.

    Hi,
    Do you mean that you have Office 2007 and Office 2010 both installed in you computer?
    Based on my test, I copy a Access 2010 database into a computer only installed Offic 2007, then using Excel 2007 to import Access database data, no error occurred.
    So double click the Access database to see whether the databased is opened with Access 2007 or Access 2010. If it is opened with Access 2010, then try to save it as Access 2007 to
    check the issue.
    Jaynet Zhang
    TechNet Community Support

  • Auto numbering Column id and filter this lookup id in another list based on status="active"

    Hi,
    I am trying to autonumbeirng the column id with default column ID. But it is not reset if i delete the list item. Also i want this id in another column which have status="Active". How i will do this?
    Thanks in Advance.
    Roopesh

    Hi,
    According to your description, my understanding is that you want to reset the column ID when you delete the list item and then you want to filter the id in another list based on status.
    For resetting column id, there is no direct way to achieve it. I suggest you can save the list as a template and recreate the list. ID columns will always keep incrementing and will never be reused.
    Here is a similar thread about reset column ID for your reference:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/848a3d73-6273-45fa-806f-96312a4d71d1/is-there-anyway-to-reset-the-default-id-number-that-sharepoint-gives-to-an-item-back-to-1?forum=sharepointgeneralprevious
    For filtering look up field, here are some detailed demos for your reference:
    http://filteredlookup.codeplex.com/
    https://social.technet.microsoft.com/Forums/en-US/d23d6e9b-dc7b-4741-8746-dd4bf00b8110/how-to-filter-lookup-column-in-sharepoint-2010
    v
    Thanks
    Best Regards
    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]
    Jerry Guo
    TechNet Community Support

  • Unable to customize my portal masthead

    Hi,
    I am unable to customize my portal masthead.
    I can't download the par file like "System Administration -> Support -> Portal Runtime -> Browse Deployment -> WEB-INF -> deployment -> temp (or) pcd -> com.sap.portal.navigation.masthead.par.bak ".
    I'm using 2004s, EP7.0 , SP6
    Unable to find the com.sap.portal.navigation.masthead.par.bak in the ZIP FOLDER.
    Any valuable inputs to solve the prob are most welcome.Are there any blogs ?
    thanks in advance.
    Regards ,
    Tilak

    MastHead Change & Portal Desktop
    Regards,
    Nitin

  • Unable to customize the af:REGION tag

    Hi
    I am using <af:region> tag for search contents, its working fine but its overlapping on header portion
    I unable to customize it (unable to change the position of the component)
    please if you allready use the region tag advice me how to use it.
    thanks in advance
    GiriBabu

    Hi Frank
    I am using Jdev 11.1, in that working with search component available under Regions catagory(ex: Search, saved Searches, Preferences, etc)
    when i drag that search component into my jspx page i got the fallowing tag
    <af:document id="d1" >
    <af:form id="f1" >
    <af:region value="#{bindings.searchview1.regionModel}" id="r1" styleClass="formatRegion" />
    </af:form>
    </af:document>
    and in the pageDef page the fallowing code...
    <executables>
    <variableIterator id="variables"/>
    <taskFlow id="searchview1"
    taskFlowId="/oracle/webcenter/search/controller/taskflows/searchResults.xml#search-view"
    activation="deferred"
    xmlns="http://xmlns.oracle.com/adf/controller/binding"/>
    </executables>
    Now... this code is working fine but when i include the header page say... the fallowing
    *<jsp:include page="/jsp/header.jsp" flush="true"/>*
    My search component is appearing over my header(overlapping on header portion)
    the search results also appearing over header
    Now... if i use any container components say (table)
    <af:form id="f1" >
    <table><tr><td>
    <af:region value="#{bindings.searchview1.regionModel}" id="r1" styleClass="formatRegion" />
    </td></tr></table>
    </af:form>
    now... it is appearing fine(ie, after my header portion), but the search results appearing only half(to see the rest i have to scroll), even there is a space available
    Regards
    GiriBabu

  • Unable to customize notificati​ons & wallpaper.

    On My BB Z10, after going to System Settings and selecting Notifications, I am unable to customize notifications for contacts & applications. Also I'm not able to change wallpaper. On clicking the select wallpaper option (under Display Settings) , the list of other wallpapers does not come up and nothing happens.
    The OS on the device is 10.2.1.3062
    Please Help.

    Sounds like you have set up the Blackberry OK to use the wireless internet connection,
    but you also need to set up the E-Mail aswell, as you will have a new E-Mail server from your new Internet service provider.
    From the Main Menu click "Setup" then either the "Setup Wizard" followed by "E-Mail",
    or go straight to "E-mail settings" and follow the on screen instructions.
    If you found my answer ( or anyone else's ) to be helpful, don't forget to click the Kudos button !

  • Unable to customize the Searchresults.aspx in 2013 OOB

    I am Unable to customize the Searchresults.aspx in 2013 OOB.
    Whenever I try and edit the page, I get the error “Code Blocks not allowed in this page”.
    Let me know if I am doing something wrong.
    Thanks

    Hi,
    According to your post, my understanding is that you get the error “Code Blocks not allowed in this page”.
    As soon as the page is "customized" (formerly known as "unghosted"), the reference to the page for that site is in the database, not the file system.
    Without a change to web.config, code blocks are not allowed and the page breaks.
    The options to fix are
    Reset the page to the site definition using SharePoint Designer
    Remove the code blocks from the customized page
    Change the web.config
    There is an option about change the web.config to resolve this issue, you can refer to it.
    http://blog.bullseyeconsulting.com/archive/2013/03/21/fixing-code-blocks-not-allowed.aspx
    Thanks,
    Jason
    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]
    Jason Guo
    TechNet Community Support

  • Unable to customize the homescreen

    I'm unable to customize the home screen.
    The icons dont wiggle as they are supposed to when I keep them pressed for sometime.
    I have upgraded to ver 1.1.4, restored to factory settings, restarted but no help. Any suggestion?
    The one which i have is a 16 GB model, anyopne familiar with such kind of problem?

    It's not a matter of "helping" in this situation. If you want that functionality, it is included in the upgrade. With upgrade: do what you are trying, without upgrade: not able to. Personally, if that is the only item you want, I would weigh the cost versus the benefits. $20 seems (to me) steep for the ability to move icons. If you, however, are also interested in the other apps that come along with it, then the price is much more reasonable.

  • Unable to Customize Mail Toolbar

    Unable to customize toolbar add/delete/move toolbar icons per Help or plaette instructions. When attempting to move or delete toolbar icons one at a time the entire group of icons move as a shadow and then goes back. Using the verious command keys has no effect. Used Archive and Install when I installed Leopard.
    Bob61

    Hello Bob:
    Try trashing the Mail preference file (com.apple.mail.plist) and then restarting.
    Barry

  • Unable to Customize a "Pie" Business Graphics

    I have created a WD Component and below the development details:
    View : BG_CATEGORY
    UI Element:
    Business Graphics: BG
    I selected chartType as "Pie" and now trying to customize the business graphics ui element. However, every time I start Chart Designer.
    By default, the chartType in Chart Designer is "Columns". I don't understand how to resolve the issue.
    XML file generated is: cd_bg_category_bg.xml ( I don't feel name is so long )
    I tried searching a lot on google and SCN. However, Couldn't find any material on the same.
    Any help/hint is appreciated.
    Thanks,
    Preetam

    Hi Rama,
    Thanks for your reply.
    I have already tried to remove the xml files from mime repository and importing manually from PC as well as I removed it and started the customization a fresh. Nothing seems to be working.
    I am attaching two screenshots:
    1. Chart Designer (http://oi60.tinypic.com/5js21t.jpg)
    2. Browser Display screenshot (http://oi62.tinypic.com/21kk03n.jpg)
    The changes are getting reflected in Chart Designer. However, Not reflected in Browser(Run-time).
    Looking forward to some input from you.

  • How to Filter a DVWP for other list items with same name?

    I have 2 lists, Clients & Engagements.
    The Engagements list has a lookup field to the Clients list (to the Title).
    The Engagements list often has more than on listing (job) for the same client at one time. I am trying to create a DisplayForm on the Engagements list that will also include a DVWP that will list all other items in the Engagements list that have
    the same Client Name ([Title]).
    I tried to use a parameter but not sure which one or if that is correct way? I have looked at the Query String but don't see anything in there to relate the other items together.
    The other option is I could use a Workflow to copy the [ID] column from the Clients list into a [ClientsID] column in the Engagement list but I figure there is an easier way since I already have a lookup column linking the two lists.
    Any help or direction would be appreciated.
    Stunpals - Disclaimer: This posting is provided "AS IS" with no warranties.

    Sudip, this is probably me not understanding the correct terminology for each type of webpart it seems in my reading I have either not understood the reference or the writer had them mixed up.
    Just to clarify I am using SharePoint Foundation 2010.
    I have attached a few screenshots so you can see what I am referring to, so we can avoid any confusion or misused terminology. I created a new test site and 2 new lists so I don't have to block out client data.I have created 2 lists Clients & Jobs. The
    jobs has a lookup to the Clients list. I have been trying to create 1 new display form on each list.
    ***Jobs**
    I want to open the DispForm for the job but also at the bottom of the display list all other jobs with the same client name. (seems straight forward)
    I have inserted a DVWP for the Jobs list and when I try to use a connection the filter list has blank columns for both lists.
    While focused on the upper display form section, I use the "Add Connection"  button and select
    "Send Row of Data To",
    Webpart on this page
    Target webpart=Jobs(1), Target Action=Get Filter Values From
    And the columns are blank and can not be changed or selected
    If I start over, still focused on the top Display webpart and select but select Get Filter Value from the columns are then active but obviously this is backwards from what I am trying to do.
    If I try to follow the Get Filter values from while selecting the bottom DVWP that was inserted, again the columns come up blank.
    I have used connections successfully on different pages and even on this page but not in the fashion I am attempting now.
    This is why I thought I could/should be using/passing a value in the query string then use filtering. I have used the ID in the query string previously but that will not work in this scenario.
    I also considering a similar DispForm from the Clients list showing all Jobs for the open client but have the same issue. This would likely be a more appropriate view but I am interested in seeing if both can be done.
    Honestly my gut is saying filtering and query strings is how I should be doing this but again I am no expert. That's where I started a few weeks ago but despite the numerous guides I have found to do this I still can't get it to work. There is either
    missing instructions or skipped steps or it was done in a different version of SPD and I can not find the tab, feature, etc anywhere even after googling and reading.
    Stunpals - Disclaimer: This posting is provided "AS IS" with no warranties.

  • Filter table not screening all the name of customers

    Hello,
    Filter tabel not screening all the name of the customers.During filter of the Open Sales Order report.
    Please reply me ASAP
    Thanks & Regard's
    Amit Tyagi

    Hello Amit,
    I think this is the same scenario described in Note 1120578. It's an application error fixed in PL 38 (2005B) and PL43 (2005A, SP01).
    Regards,
    Lorna

  • Is there a way to exclude temporary people picker fields from a query when receiving the "List View Lookup Threshold" error.

    Hi All,
    My users require the ability to select a sharepoint group from a drop down list and then be able to select a user from a people picker based on the drop down selection.    The best solution I was able to up with, was create a people picker
    for each drop down selection and set the Sharepoint group field to the selected group.  All people picker filed are hidden except the one that matches the drop down selection.  When creating an entry from the sharepoint list this method
    works perfectly.
    However, when I add the list onto a site page using an "Listview webpart", then add an infopath web part and then finally connect the two parts, I get a "List View Lookup Threshold" error when selecting an entry from the list.  I
    understand from the error and reading that this error is related to the number of People pickers in the list.   Is there a way to exclude temporary people picker fields from a site page query, as they are only temporary fields to allow the users
    to select a person and then assign the name to another field.
    Dwayne

    Hi Dwayne,
    In SharePoint 2013, we could manually create a list for all users. Here are the reference:
    Go to Site Settings >  People and Groups > SiteMembers
    Modify url
    http://sitename/_layouts/15/people.aspx?MembershipGroupId=8 to
    http://sp/sites/tutu/_layouts/15/people.aspx?MembershipGroupId=0 , now you will see All people in this site.
    Change the view to List view, and copy the listview id in the url
    http://sitename/_layouts/15/people.aspx?MembershipGroupId=0&View={viewID}
    Go to Settings > List settings, copy the list id in the url
    http://sitename/_layouts/15/listedit.aspx?List=listeid&Source=....
    Now type the address in IE:
    http://sitename/_vti_bin/owssvr.dll?CS=109&Using=_layouts/query.iqy&List=[LISTID]&View=[VIEWID]&CacheControl , such as
    http://sp/sites/tutu/_vti_bin/owssvr.dll?CS=109&Using=_layouts/query.iqy&List=f3958d27-9c2f-4f8d-b221-89466e816667&View=696BFDC5-0C6E-4E27-818F-0E6292A18407&CacheControl=1
    Save the owssvr.jqy from SharePoint site
    Now you could see the file in your desktop with all users, save it as allusers in Excel.
    Then import it to your SharePoint site, add an app > find an app > import spreadsheet
    Regards,
    Rebecca Tu
    TechNet Community Support

  • 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,

Maybe you are looking for

  • Touch screen no longer works after waking up from sleep

    3 out of 4 times when my computer goes to sleep my touch screen will no longer work when it wakes up. I have to restart the computer to get it to recognize the pen. Is there an easier way of refreshing the system so that it will recognize the pen? Is

  • I can't create pdf files from word 2003 files in acrobat 9 pro any more

    Until recently, i was able to make pdf files from word 2003 documents using the "create pdf from file" in acrobat 9 pro. Combining several word documents into 1 pdf was also a piece of cake. Now, this doesn't work any longer. If i want to select the

  • JATO 1.2.1 source code

    Dears. We are evaluating S1AF for production use. It looks good, but i miss some comprehensive documentation! "Release notes", "Overview", "Getting started" nor "Installation guide" is not enough. Is a full documentation available for download? It ha

  • SAX-Error when running examples

    Hi, I'm running a webservice to to read the mails from the user's inbox. The code looks like this GetMethod getAntiCsrf = new GetMethod("/comb/v1/d/session/anticsrf"); AntiCSRF authToken= (AntiCSRF)util.execute(AntiCSRF.class, getAntiCsrf); String an

  • Can I use my iPad to make a Facetime call?

    Can I use my iPad to make a Facetime call?