Filtering of result list in Forums

When browsing the list of questions in a forum, there is a filter box available that provides 4 options for controlling which questions are displayed:
- All Threads
- Open Questions
- Answered Questions
- Questions with no replies
While these 4 options are useful, I wonder if the list could be expanded or changed to provide better results.
With the new stricter moderation, there are quite a number of threads being locked in some forums.  The "Open Questions" option does not exclude locked posts, but I would suggest that anyone looking for open questions is probably not interested in locked ones.  The "Questions with no replies" option also seems to include locked posts.   Perhaps an additional check-box "Include Locked Posts?" could be added next to the filter dropdown, defaulting to "Off".
Or perhaps just an additional option - "Exclude Resolved and Locked entries"?
The option for "Questions with no replies" might also be more useful if it could be used as "Questions with less than [n] replies" with [n] selectable by the user.
An option to filter the list based on Title "contains" / "does not contain" a specified word would also be of use to limit the display list in forums like ABAP General to items that are of interest.
It would also be nice if the filter option was available to filter the results in the "Recent Threads" part of the display when when looking at group category levels such as ABAP Development. 
Additional options to filter based on view count or author also come to mind.
One that I would like would be the ability to filter based on who has replied to the thread - there are a number of names out there that make me read a thread even when it is a question I know nothing about, just to see what gems the reply contains.  I have learned new techniques more than once in this manner.
Given the number of threads that are posted in ABAP Development each day, any way to control the list of questions viewed will make it more likely that questions will be seen by the person(s) best able to answer them.
I am sure others will have different requirements for filtering the lists depending on their personal approach to reading and responding to questions, and that options available will be restricted by the way the SCN forum data is organised. 
thanks
Andrew

I wrote the below code
onFilter: function(oEvent) {
     // add filter for search
    var aFilters = [];
    var sQuery = oEvent.getSource().getValue();
    if (sQuery && sQuery.length > 0) {
      var filter = new sap.ui.model.Filter("Mcod1", sap.ui.model.FilterOperator.Contains, sQuery);
      aFilters.push(filter);
    // update list binding
    this._oDialog = sap.ui.xmlfragment("MyDialog", "cus.sd.priceavailability.check.ZSD_PRAV_MON.view.Dialog", this);
    var list = sap.ui.getCore().byId("MyDialog--master1List");
  list.bindAggregation("items", {path:pathStr
         ,template : new sap.m.ObjectListItem(
                {title:"{Mcod1} ",
                  number : "", type: "Active",
                  attributes: [new sap.m.ObjectAttribute({
                        text : "(#{Kunn2}, {Vkgrp}, {Vkbur})"
                  new sap.m.ObjectAttribute({
                        text : "#{Stras}, {Mcod3}, {Regio}-{Pstlz}"
                  filters:aFilters
But displaying the below errors in console
2015-04-23 17:42:12 [index.html] adding element with duplicate id 'MyDialog--salesOffice'
Uncaught Error: Error: adding element with duplicate id 'MyDialog--salesOffice'
2015-04-23 17:42:12 [index.html] adding element with duplicate id 'MyDialog--salesGroup'
Uncaught Error: Error: adding element with duplicate id 'MyDialog--salesGroup'

Similar Messages

  • Result table data to be populated based on selection in the result list

    Hi,
    We have a parent data source "P" containing all the record types. Further we have two child data sources each having filters on exclusive record types(for ex. child1 containing record types X, Y, Z and child2 containing record types A, B).
    In our page we have a result list associated with data source child1(record types X, Y, Z) and result table associated with data source child2(record types A, B). There exists common attributes among the attributes present in result list and in the result table.
    Rest of the containers in the page namely search, breadcrumbs, guided navigation point to the parent data source("P") containing all the record types.
    Whenever we select a value from the guided navigation using the common attributes both the result list and result table are getting filtered.
    What we require is that, whenever an attribute(common attribute) is clicked in the result list, the data in the result table needs to get filtered based on the value of the attribute that is clicked.
    Is this possible? If so, pl. suggest how.

    Take a look at the Studio release notes for EID 2.4 http://docs.oracle.com/cd/E35976_01/studio.240/RELNOTES.txt a lot of little bugs like the one you describe have been resolved. If you haven't already done so you should upgrade to 2.4.

  • Different Color Text of Topic Titles by Child Project in Search Results List

    Does anyone know how I can change the text color to indicate the source project of a topic as displayed in the Search Results list?
    I have followed Peter Grainge's directions for setting up a parent project that has several child projects, one of which contains outdated version-specific information. Thanks, Peter!
    I would like it to be obvious to the user before they open a topic from the Search Results list that it is from the old legacy project.
    I have found where the font is set, (thanks to the RoboWizard), but I am not a Javascript programmer and am uncertain how to code the "if document is from this project, then use this font" logic.
    I would also like to put a "caption" below the "Search Results per page" line to explain the purpose of the color change.
    I am using RoboHelp HTML 8.0.2. I generate WebHelp output which is then FTP'd to our server.
    Thanks in advance!

    Hi Leon,
         Let me make sure that I understand your suggestion - I should change the title of each topic in the "legacy" knowledge base so that they each include a short identifier, such as "First Topic - Legacy"? If so, I suppose that would work, but I'd have to change 1,000 topics. The topic titles would no longer match the filenames (I'm trying to freeze changes to the old knowledge base to which there are many links from our user forum), which I suppose is not a big concern at this point.  I'll run some tests.
         That has also raised another question in my mind, but I'll post that separately. It's about the way Robohelp selects the text that is shown immediately after the title of the topic in the Search Results list.
         Thanks for taking the time to help!

  • IBase search result list not showing in Account Identification

    Hi Gurus,
    I'm new to CRM and we have an upgrade issue. We just migrated to EHP3 for SAP CRM 7.0. After the migration, the installed Base result list is not showing in the Account Identification screen. We have the requirement to show the installed base on the right side of the confirmed account and also the result list in case the customer have multiple equipments. The first part is working correct and it shows the data if there is only one equipment with the customer. But in cases where there are more than 1, the installed base view shows blank and also the result list does not show. Instead the Interaction History is displayed. I have checked all the forums and the config and it all looks correct. Here is the list of config that we have
    1) I have the Account Identification Profile created and assigned the Object Component 'ICCMP_IBASE'  to it with Auto Search checked ON. This I believe is for the IBase Details which is working fine for single equipments.
    2) Function Profile 'BPIDENT' with value of the Account Identification Profile has been assigned to the Business Profile.
    3) The Installed Base Profile 'DEFAULT_TREE' has been updated to UNCHECK 'Display Tree' as we want the result list.
    4) Function Profile 'IBASE' with value 'DEFAULT_TREE' has been assigned to the Business Profile.
    Am I missing something? The exact same config works perfectly in a box that has not yet been upgraded. Any help would be appreciated...

    Hi,
    I tested this issue and I can reproduce it in my environment. However, as far as I know, this behavior won't affect the usage of the address book.
    I searched the internal resource but I cannot find a bug report regarding this issue. If you have any suggestion about this issue, you can submit a feedback via:
    http://office.microsoft.com/en-US/suggestions.aspx
    Best Regards, 
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Fix and Fix All buttons greyed out in Analyzed Results List

    The Fix and Fix All buttons are greyed out in the Analyzed Results List. This was working preTiger at least. Perhaps after my initial clean install of 10.4.1. Now running 10.4.3. Things I've tried to no avail:
    Reading the documentation and "Late Breaking News".
    Repaired permissions.
    Repaired disk. (found no problems)
    Ran Disk Warrior (found no problems)
    Trashed SountrackPro prefs file.
    Tried several existing and three new Audio File Projects on the internal and an external firewire drive.
    Searched for a similar topic in this forum.
    TIA for any help, Ken

    It works for me.
    First you have to select what you want to fix (e.g.
    clicks and pops) then press the analyze button to get
    a list of things to fix.
    Right after the analysis is done, if at least one
    thing was found to fix,you should see the "fix all"
    button not greyed out, but the "Fix" button will be
    greyed out until you actually click on one or more
    of the items in the analysis result list.
    Are you seeing something different from the behavior
    I've described?
    My experience and information is that Soundtrack Pro only finds clipped samples. Have you been able to fix them as well?

  • Attachment Indicator in Inbox Result list

    Hi Forum,
    do you know if it is possible to add an indicator(Flag) in the Inbox Result list that indicates that the E-Mail or Service Request has an attachment ?
    Thanks a lot !!!!

    Hi,
    You can create an attribute of type boolean. Set the property of the attribute as ICON in the get_p method. Afterwards, in the do_prepare_output of the field set its value to 'X' when there is an attachment and SPACE when there is no attachment.
    Follow the steps.
    1.) Create the attributes in respective context node of the view in the component.
    2.) Generate the GETTER & SETTER, GET_P methods for these attributes.
    3.) In the GET_P method of the attribute, define the field type as image.
    CASE iv_property.
    WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
    rv_value = cl_bsp_dlc_view_descriptor=>field_type_image.
    ENDCASE.
    4.)In the GETTER method assign the image url to the 'value' attribute based on the conditions,
    IF 'X'.
    value = cl_thtmlb_util=>get_icon_url( 'image1.gif').
    ELSE.
    value = cl_thtmlb_util=>get_icon_url( 'image2.gif').
    ENDIF.
    Regards
    Prasenjit

  • Multiple Selection in Search Result List in PCUI

    Hi,
    Our requirement is to allow creation of new records in list view of the PCUI application CRMM_ACCOUNT. I'm using old floor plan CRM 4.0 to meet this requirement. But this is causing a problem. It's not allowing multi select in the search result list (Event INIT, Screen Element SRMS). If I change the screen element to SRME, it allows multiple selection (thru selection checkboxes) but does not allow creation of new records in list view.
    Also, how to activate the multi-valued search on certain fields. I've already checked the "Multi-Value" check box for the relevant field.
    Any help on this will be much appreciated.
    Regards,
    Vishal

    a®s wrote:
    Hi,
    You can find lot of thread in this for forum for your query.
    example
    a®s
    Thanks ! it's helpful!   But my requirement is a little bit different. (Sorry I didn't make it clear)
    I created a table maintenance (SM30) for a table. The F4 Search help should be applied to a field of the table when a user creates a new entry. I hope it makes clear.
    btw: I have awarded some points! Because it's also good to know some other ways:)

  • Can I customize the standard columns for the search results (list view) specifically?

    When searching for emails I would like to adjust the columns in the search results list view, e.g. add the sender's address. This I would like to save as standard columns specifically for the search results list view, since in other contexts I do not need it. However, I can only set standard columns for existing folders, not for the context of "search results".

    re :When searching for emails
    what method are you using?
    Are you talking about 'Quick filter' or 'Global Search' or via 'Edit' > 'Find' > 'Search Messages' ?
    '''If you used the Global Search:'''
    Typed in a word: eg: Birthday and selected 'Messages mentioning birthday'
    Then a search is returned in a new tab.
    You click on 'open email as list' - to open in a new tab.
    Is this the search results list view that you are refering to?
    the default columns should be:
    From, Subject, Date, Location
    If you only want to see eg: From and Date
    click on the icon 'select columns to display' located to far right of header column name.
    deselect Subject and Location
    next time you run a global search then only those columns appear in the 'open email as list' view.
    '''If via 'Edit' > 'Find' > 'Search Messages' ?'''
    enter search parameters and click on 'Search'
    Is this the search results list view that you are refering to?
    the default columns should be:
    From, Subject, Date, Location
    Subject and Location cannot be edited.
    Other column headers can be selected in the same way using the far right 'Select columns to display' icon.
    Any column headers you select will not be remembered if you close and later peform another search.
    If you click on 'Save as Search folder'
    This will create a folder in your Folder Pane and you can select column(s) you wish to display.
    Any Column headers you choose to display are selected for that saved search folder.
    The column headers only change if you select to reset defaults on that folder or from another folder you select to apply to other folders for either the search folder or all folders in the account.
    '''If using Quick Filter:'''
    The QuickFilter type of search is done on the folder that is selected.
    You are still in the same folder, it has simply ''filtered'' what it is displaying, so it will obviously still display the same column headers.

  • Table source, mapped column, result list

    Hi!
    I need to show in result list some field from my table (orderNo).
    Each row in table is an order item, with content column (orderInfo) which I intrested to indexing.
    But when I map orderNo column (I forced to map because without it I can't operate with orderNo in XSLT search result) to search attribute in table column mapping this column became searchable and this is bad for me because of search colision...
    So my question is - howto show column in result list, but avoid this column to be searchable ?
    Thanks!

    This is the default behavior. All columns indexed, including the CONTENT column, are included in a FT search. The CONTENT column becomes the cache link.
    If you are using a custom UI, you could build your custom search using Filters and custom search attributes. Since you are using the out-of-the-box search, the only thing I can think of is to use the Attribute Selection, select ONLY the attribute(s) you want to search, and then execute your search.
    If you do not want to force the user to use a look-up, you can use the FT short cut search attribute syntax of "SEARCH_ATTRIBUTE_NAME:VALUE"... so if your attribute name/column name is "orderNo" your search syntax would be "orderNo:12345" where 12345 is the order number you are looking for. This will save users from having to open the dialog.
    FYI - You might be able to default "orderNo:" in the search box by tweaking the URL.
    Hope this helps.

  • Error while adding a 'Ext No' field to Activities Search Result List on UI

    Hi Experts,
    The requirement is to add a new display field u2018External Nou2019to the activities SEARCH Result list.
    At the moment activities are displayed with start date, end date and category, now the user want to display External No as well.
    The details for that
    Target:
    Component:BT126S_APPT
    View:bt126s_Appt/ApptSR
    Context Node:BTQRACT
    New attribute 'EXTERN_ACT_ID' to be added to the context node.
    Source: component: BT125H_TASK
    View: BT125H_TASK/TaskDetailsOV
    ContextNode:BTACTIVITYH
    Attribute:Struct.Extern_Act_Id
    BOL Relation:
    BOL ENTITY: BTQRAct
    BOL Attribute: BTADVSAct -> BTOrderHeader -> BTHeaderActivityExt/EXTERN_ACT_ID
    When i tried to added the attribute to the context node BTQRACT, it gave me the error 'method CL_BT126S_A_APPTSR_CTXT CREATE_BTQRACT DOES NOT EXIST.
    please give me some inputs.
    Regards
    Krishna

    Hi steve,
    Still my issue was not resolved, could you help me to find the exact error.I have enhanced the component, view and context node, still i couldn't able to add attributes to the context node BTQRACT.I tried to add several fields, but it is giving the same error 'METHOD CL_BT126S_A_APPTSR_CTXT' CREATE_BTQRACT DOES NOT EXIST'. I have checked the OSS messages and found 2 relavant to this component. I have implemented both the Sap Notes 1363752, 1226612. Still after implementing the OSS note, i am getting the same error.My guess is one of the method is missing. Please help me out?
    Regards
    Krishna

  • How to change search result list entries?

    Hi together,
    I'd like to fit the TREX search result list to my own requirements. I've edit the Search Result Renderer Settings, Search Result Layout Set, Search Component Set and the Search Option Set. But that's not enough.
    1.) I would like to display the relevant index name, in which the document was found.
    2.) For special indexes (not for all!) I want to change the content link:
    For example: if TREX is finding an xml-File in index "abc_index" I would like to change the content link from
    "https://portalserver/irj/go/km/docs/folder/p76.xml" to
    "https://portalserver/irj/go/km/docs/folder/p76.htm"
    and from
    "https://portalserver/irj/go/km/docs/folder/p76_data.xml" to
    "https://portalserver/irj/go/km/docs/folder/p76.htm"
    3.) I'd like to display a special part of the document as a explanatory text in the result list.
    I think point 1 and 3 are possible with properties and HTML-extractors. But point 2 I'm afraid I have to create my own component.
    But how to manage this? I cannot find any code snippets or tutorials or pattern to copy and develop further.
    Is it possible or advised to write a WebDynpro? Are there other possibilities? I don't know how to start.
    I would be pretty delighted to get any idea...
    Thanks a lot
    Steffi

    Hi Stefanie
    1) If you want to be able to show the name instead, you should write your own property renderer. Heres the link for the documentation: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c739e546-0701-0010-53a9-a370e39a5a20 -> How to Implement Flexible UI
    Components -> Property Renderer
    2) Documentation will be send in a matter of minutes.
    3) I also think the web property extractors only work with the web repository manager, because as far as I know that is the only repository manager, where you can select a web property extractor upon creation. I guess you could open an OSS to SAP and ask if its not possible to extract properties in your scenario just to be sure if its not possible. But my guess is that you either have to develop your own repository manager or publish your files on a web server in order to meet your requirements.
    Best regards,
    Martin

  • How to get latest record on top of the result list

    Hi Gurus,
    How to get latest record on top of the result list when you open the record.
    saved data method in BT120H_CPL of OverView page and result list in ICCMP_INBOX.
    Regards,
    Ravi

    Hi
    Try sort descending by on fileld "changed at ".
    manipulate the sort depends on your requirement
    Regards
    Logu

  • Error in Form.  - Security and or filtering has resulted in a Required dim

    Hi,
    When some of our users are trying to access forms, they are getting the error"Security and or filtering has resulted in a Required dimension not being represented on this data form'. How Do i resolve this issue. Do I need to go to the organization dimension and asign secuWe are on Hyperion planning 11.1.1.1.
    Prasad

    It sounds like the issue isn't related to provisioning. Instead, it sounds like a dimensional security issue (security assigned to individual members in your hierarchies). For example, perhaps the user doesn't have access to a particular scenario or entity?
    To edit dimensional security, sign into your Planning app as an administrator. Select <Administration>, <Dimensions>. Click on a member and select the "Assign Access" button. If that button isn't available, it means that security is not turned on for that dimension. To turn security on or off for a given dimension, select that dimension and press the "View" button. You should see a check box to "Apply Security".
    When I'm trying to debug this type of issue, I typically use the native Essbase spreadsheet add-in and Styles. Try to recreate your form in the spreadsheet add-in. Use the exact same members. (make sure you're signed in as the user who is having trouble with the form)
    In your Essbase options, select "Use Styles" in the display tab. Then select different styles for read only and read/write. It will quickly become apparent where you have security assigned. Then you go update your security in Planning, refresh, and your user should be able to access the form.
    Hope this helps,
    - Jake
    http://plandemonium.wordpress.com/

  • Add column to my tag result list

    Hi experts,
    In our new service desk tool (crm_ui), we want to add a column to a result list, but I haven't a clue how to add it.
    What we do is: we tag certain incidents with a term, and then we follow them up by adding the 'tag' widget on our start page.
    When we click on a certain tag that we used multiple times, we see a result list.
    But we only see two collums in this list: "operation number" and "description".
    How to add a third column: "status"?? I cannot find it anywhere in our viewconfiguration. There are no available fields with this label for the ZSOLMANPRO role.
    thx

    Hello Kenny,
    It is quite complex and you might not be able to archieve it by your own. It is not an ABAP-view. The steps wouold be like that:
    1. Open you view (screen) in WebUI (CRMUI).
    2. Click on an editable field or hyperlink in the view and press F2 until you get a popup.
    3. Read which component and view this is.
    4. Go to transaction BSP_WD_CMPWB and enter your component from step 3 and select the right view.
    5. Check in the configuration (the right one as shown in the popup of step 2) if you can add a field. I thought you already did that but eventually you did not.
    6. If the right field is not available you might try to add the attribute to the context node but this is more complex.
    Eventually steps 1-5 are already enough. All of this is WebUI configuration and if you looked your your view in SM34 it might indicate that you are not really familiar with it. So be careful.
    Best regards,
    Thomas Wagner

  • Add Contact's Email and Phone to the Lead result list on WEB UI

    Hello All,
    My requirement is to add Contact's Phone number and Email on Lead result list.
    Technical details:
    BT108S_LEA(Comp)
    BT108S_LEA/Result (View)
    RESULT (CN)
    I have enhanced context node ' Result ' and added new field through wizard (Ex: ContactPhone) using following details.
    add model attribute:
    BOL entity: BuilContactPerson
    BOL Attribute: TEL1_NUMBR
    After the successful creation, i added ContactPhone field from available fields to display fields.now i could able to see the newly added field on Lead result list.i see message 'BTPARTNER not bound' under telephone colomn for each record.
    Can we add these two fields from standard BOL structure and use it , so that no coding required, system will take care of data retrieval?
    or should i go with adding custom fields and write logic to get the data for each lead's contact?
    please help me with  approach and on above error.
    Thanks
    Gangareddy

    Hi Ganga,
    Since these fields are in a table view, its not possible to bind them with the standard BuilHeader BOL Object. Hence, we need to write the custom logic for these methods.
    You have two options here.
    Option 1:
    Add the fields in the result structure and modify the Genil Search class logic and replace the standard GENIL class with custom class.
    Option 2:
    Create the custom attribute directly in the BOL structure and write the custom logic in getter method.
    Hope this helps.
    Thanks
    Vishal

Maybe you are looking for

  • How do I repaginate a PDF document in Word 2008 for Mac?

    I am trying to repaginate a PDF document made in Word 2008 for Mac, which I have uploaded to Scribd for public perusal.  Unfortunately, whatever I do to the settings for the document it always comes out in reverse order. (60 - 1 instead of 1 - 60) Th

  • No Controller Transaction - No Save Point on TaskFlow Entry

    All, We have an application built on ADF using JPA as the backend. We are not using BC4J. In all taskflows we have the following settings 1. No Controller Transaction 2. No Save Point on TaskFlow Entry (Unchecked). i.e. a Save Point is created for on

  • Muse Keeps Crashing on Me

    I open Muse and before I can even start a new site it crashes on me. I tried uninstalling and reinstalling but it's still happenning. Any help?? Thanks.

  • Transfer Postings with document no and document year

    Hi gurus, can anyone tell me in f-03 wheather I can assign document date against the document number.One of my user posts the document with reference to document no. when he gives the documnet no. system throws up all document nos available for the 2

  • ITunes Store won't work after 7.2 installation!!!

    I just installed iTunes 7.2 and now there iTunes store won't work! It says there's a connection problem and to check the connection. Normally when it says that, Internet Explorer doesn't either (but this time IE does work, I've been on apple support