TableView- bug in dropdown-Filter?

Hi @all,
maybe i am wrong but is there a bug in the dropdownFilter-Functionality for TableView?
Yesterday we installed SP49 since then my dropdown-filter doesnt filters. I check the sbspext_table ->tableviewfilter.bsp and here is the same behaviour.
Has someone similar experiences?

Hi Rainer,
you are great! This solves my problem in 100%.
By the way comes this system behaviour with SP49?
I am pretty sure that <filter>-selection = "*" works in SP48.
Thank you very much.
Thorsten
PS I tried to give you the points but i am not able to do that. There is no radiobutton, only the "solved it on my own"
Message was edited by: Thorsten Blechinger

Similar Messages

  • List Column Dropdown Filter Missing Choices

    I have a list with 1768 items. When i try to use the list column dropdown filter menu it does not give any options.
    This is what I see when I click on the Client Name list column
    When i click on another list column I get this.
    I there anything I can do to get the options in Client Name as Status or any of the other list columns?
    Thanks
    James T.F

    Hi James,
    Based on your description, my understanding is that you want to show the values in Client Name column for filtering.
    When a SharePoint List gets to a certain size, around 500 items, some fields will no longer display a proper drop down for filter choices.
    Instead, it will display “Show Filter Choices”.  Microsoft did this to prevent performance problems by showing more than 500 options to choose from.
    As a workaround, I recommend to create views to filter the list instead.
    Best Regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • How to display data in tableview based on a dropdown filter selection

    Hi All,
    I have implemented a flow logic based BSP page to display the SFLIGHTS table when I open this page it displays all records in the table SFLIGHTS. I would like the set a drop down box filter on CARRID and CONNIND. Only once the user selects the CARRID and CONNID and presses on display buttont the data for that selection in the drop down box should be displayed.
    Can you kindly share the code how I can put 2 drop down boxes and make the data retrieval on the page occur based on the dropdown box selection. The layout page is  as below. Appreciate if you could kindly share the code to implement this.
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content design="design2003" >
      <htmlb:page>
        <htmlb:form>
          <htmlb:tableView id              = "tv1"
                           visibleRowCount = "10"
                           selectionMode   = "lineEdit"
                           table           = "<%= flights %>"
                           filter = "SERVER"
                           sort = "server"
                           iterator        = "<%= iterator %>" />
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    Thanks
    Karen

    Yeh Karen,
    What  i have written is that only.. ok fine i will tell you in detail ok...
    first what you do is if ur wrking with MVC concept in *do request * add the code for the dropdown as
    select single connid from sflights into wa_sflights.
    this code will give you the coniid  in the dropdown ok
    if you not wrking with MVC ,if its just a Flow with page login then write the same code in Oninitialization
    now if you select the connid from the dropdown and you want to display the details of the that connid in the tableview .. rite?
    then in do handle event write the code when i have written before  if itsnot MVC add in oninputProcessing
    DATA: HTMLB_EVENT TYPE REF TO CL_HTMLB_EVENT,
    W_ID TYPE STRING,
    W_VARIABLE TYPE STRING,
    tvdata TYPE REF TO CL_HTMLB_TABLEVIEW.
    IF HTMLB_EVENT IS NOT INITIAL.
    W_ID = HTMLB_EVENT->ID.
    IF W_ID EQ 'dd_project_name' . ------>this is the name of the dropdown
        DATA ?= CL_HTMLB_MANAGER=>GET_DATA( REQUEST = RUNTIME->SERVER->REQUEST
                             NAME = 'dropdownListBox'
                             ID = 'dd_project_name' ).
        IF DATA IS NOT INITIAL.
          W_variable = DATA->SELECTION.
        ENDIF.
    if w_variable is not initial.
    select * from sflights into table lt_flights where connid eq w_variable.
    endif.
    now in the view you should
    <htmlb:tableView id = "tv1"
    visibleRowCount = "10"
    selectionMode = "lineEdit"
    table = "<%= lt_flights %>"
    filter = "SERVER"
    sort = "server" />
    Hope it works fine

  • Is there a bug in Automator filter finder items?

    I'm trying to do a batch processing script and there seems to be a bug with items created earlier in the script.  For example, the 2brokegirls.jpg file was created earlier in the script and added to the main folder whose contents can be seen in the get folder contents action at the top.  however, the filter finder items misses that item when filtering by the extension ".jpg" which as you can see obviously appears at the top.  Is this a bug in Automator?  My guess is that the filter is using some spotlight indexing and that index hasn't been updated since the file was just added.  Does anyone know of a workaround?
    Thanks.

    I also have this problem. I am getting literally hundreds of emails each day althoug i have clicked all the radio buttons to not receive any emails in "my preferences... email notifications. THis is gumming up my Ipad, Iphone and email in box Help!!

  • Flash 8 display 'jumping text' Bug after Blur filter

    I think I found a display bug/glitch with blur effect in
    Flash 8.
    (I'm using the MC TWEEN actionscript method.)
    I need to apply a blur filter to a Movieclip with dynamic
    text.
    When scrolling this Movieclip the text 'jumps' about causing
    visual glitch
    and a slow down...
    I have tweened the blur filter back to 0 and I have also set
    Movieclip.filters=[];
    Has anyone else experienced this problem? Is there a fix?
    Thanks,
    David

    mtaylor wrote:
    > I see what's happening. It appears to be a width issue.
    The underlines had
    > been set to "hairline" but when they converted over to
    Flash 8, the width value
    > disappeared. Once I manually re-added the width value,
    everything worked.
    > Strange.
    If this problem is reproducible, than submit to a bug list at
    www.adobe.com/go/wish
    Perhaps could be eliminated in future release.
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Javax.swing.text.TableView bug in 1.4 beta 2 ?

    Hi,
    I derived a class from TableView, which worked fine with 1.3, but now causes the following exception as soon as being layouted:
    java.lang.Error: should not happen: class com.lexetius.swing.text.LexTableView
    at javax.swing.text.BoxView.baselineLayout(Unknown Source)
    at javax.swing.text.ParagraphView$Row.layoutMinorAxis(Unknown Source)
    at javax.swing.text.BoxView.setSpanOnAxis(Unknown Source)
    at javax.swing.text.BoxView.layout(Unknown Source)
    at javax.swing.text.BoxView.setSize(Unknown Source)
    at javax.swing.text.BoxView.updateChildSizes(Unknown Source)
    at javax.swing.text.BoxView.setSpanOnAxis(Unknown Source)
    at javax.swing.text.BoxView.layout(Unknown Source)
    at javax.swing.text.FlowView.layout(Unknown Source)
    at javax.swing.text.BoxView.setSize(Unknown Source)
    at javax.swing.text.BoxView.updateChildSizes(Unknown Source)
    at javax.swing.text.BoxView.setSpanOnAxis(Unknown Source)
    at javax.swing.text.BoxView.layout(Unknown Source)
    at javax.swing.text.BoxView.setSize(Unknown Source)
    at javax.swing.plaf.basic.BasicTextUI$RootView.setSize(Unknown Source)
    at javax.swing.plaf.basic.BasicTextUI.getPreferredSize(Unknown Source)
    at javax.swing.JComponent.getPreferredSize(Unknown Source)
    at javax.swing.JEditorPane.getPreferredSize(Unknown Source)
    at javax.swing.ScrollPaneLayout.layoutContainer(Unknown Source)
    at java.awt.Container.layout(Unknown Source)
    at java.awt.Container.doLayout(Unknown Source)
    at java.awt.Container.validateTree(Unknown Source)
    at java.awt.Container.validate(Unknown Source)
    at javax.swing.RepaintManager.validateInvalidComponents(Unknown Source)
    at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknow
    n Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    any ideas???

    I wrote the com.lexetius.swing.text.LexTableView component myself. It is derived directly from javax.swing.text.TableView and it adds virtually no functionality. I'm quite sure, the problem comes from the TableView class, but I can't verify that directly, since this class is abstract (why is that, anyway??).
    It would certainly help me very much, if anybody had a component, which is also derived from javax.swing.text.TableView and works with the 1.4 beta.

  • Bug in Unused filter

    Is anyone else noticing problems with the Unused filter?
    The first screenshot is of a multicam clip that contains 3 video clips and 7 audio clips.
    The video clips are all in the event "1 Colonnade-Reflecting Pool", and the next screenshot shows that the entire range of each of the 3 video clips is used.
    The next screenshot shows that one of the 3 used clips is listed in the Unused filter.
    The 7 audio clips are all contained in the event Auxiliary, and the next screenshot that the entire range of each of the 7 audio clips is used.
    The next screenshot shows that one of the 7 used clips is listed in the Unused filter.

    Shot two shows that one of the shotes has a selection and is not the complete clip. If you look at the closely it's quite clear that the very front of the clip is not selected.
    I suspect the same with the wind..water sound clip. It doesn't look quite complete, which is why the unused portion shows no audio. The clip is trimmed to the end of the sound, leaving a bit of silence in the unused clip display.

  • ALV Table - inhibit 'View' dropdown, filter button and settings button

    Can someone tell me what methods need to be used to modify an ALV table to inhibit the showing of the functioniality in the header?  I want to introduce this functionality to the users at a later date, but for now it should look like a standard table.

    Hi Bob.
    Hide / add function buttons in your ALV
    You can hide all function buttons of the ALV with one of these methods.
    Set toolbar visibility to false.
    data: lr_function_settings type ref to if_salv_wd_function_settings.
    lr_function_settings ?= wd_this->r_table. lr_function_settings->set_visible( CL_WD_UIELEMENT=>E_VISIBLE-NONE ).
    set default ALV Functions off
    data: lr_standard_functions type ref to if_salv_wd_std_functions.
    lr_standard_functions ?= wd_this->r_table.
    lr_standard_functions->set_sort_headerclick_allowed( ABAP_false ).
    lr_standard_functions->set_filter_filterline_allowed( ABAP_false ).
    lr_standard_functions->set_filter_complex_allowed( ABAP_false ).
    lr_standard_functions->set_sort_complex_allowed( ABAP_false ).
    You can set individual functions with these methods:
    CALL METHOD cl_salv_wd_config_table=>if_salv_wd_standard_functions~set_<x>_allowed
    EXPORTING
    Value = ABAP_true.
    Where <x> is to be replaced with the property of your choice.

  • TableView: Filter as Dropdown

    Hi @all
    Has someone experiences with rendering the filter-row in an TableView? I get the access to the "data-rows" and i am able to render them, but how to get access to the filter row and create a "dropdown-Filter".
    I want to create a functionality which is know from Excel: Autofilter!
    Thank you for helping on this
    Thorsten

    As promised, here is my example (using MVC):
    In DO_REQUEST, I call a model method to create my filter table, because the content in my table is changing all the time, I need my filter to be up to date as well.
    Example: LASTNAME as column name for the filter
    data: lt_filter      type tableviewfiltertab,
          lv_last_insert type string,
    * here go your table and table structure definitions
    * lt_tvdata type ...
    * ls_tvdata type ...
    field-symbols: <filter> like line of lt_filter,
                   <wa>     type ihttpnvp2.
      append initial line to lt_filter assigning <filter>.
      <filter>-columnname = 'LASTNAME'.
    * define a pre-selection
      <filter>-selection  = '*'.
    * append filter lines:
    * first a joker character
      append initial line to <filter>-dropdownlistbox_table assigning <wa>.
      <wa>-name  = '*'.
      <wa>-value = '*'.
    * ... and now the tableview table entries
    * lt_tvdata is a copy of the table for the tableview
    * sort table
      sort lt_tvdata ascending by 'LASTNAME'.
    * now do the loop ...
      clear lv_last_insert.
      loop at lt_tvdata into ls_tvdata.
    *   if not in filter already ...
        if lv_last_insert is initial or lv_last_insert ne ls_tvdata-lastname.
    *     then append the value
          append initial line to <filter>-dropdownlistbox_table assigning <wa>.
          <wa>-value  = ls_tvdata-lastname.
          <wa>-name   = ls_tvdata-lastname.
    *     set last insert
          lv_last_insert = ls_tvdata-lastname.
        endif.
      endloop.
      sort <filter>-dropdownlistbox_table by value.
    This should do for a quick example, all left to do is use the filter in your tableview:
    <htmlb:tableview
      id = ".....
      columnFilters = "<%= model->filter %>" />
    * filter table as model attribute in this case
    Well, I should turn this topic into a weblog, as I got another (slightly different) dropdown in my filter ...
    Hope you get your part going with this example for a start.
    Max

  • 3.1 EA3 - Column value filter dropdown returns duplicate values

    Hello,
    SQL Developer 3.1 EA3 introduces a regression: the column value filter in the table data editor dropdown (filter column) now shows duplicate values. Previous versions (at least 3.0) returned unique values to select from.
    Since this is EA3 and not yet production, should I file a bug for this?
    Best Regards and many thanks for this tool,
    Olivier.
    Edited by: user9378013 on Jan 9, 2012 1:08 PM

    Yes it's a regression. Fixed it recently. In the next released build it should work properly.
    -Raghu

  • Transparency of IR on filter dropdown background in IE7

    Hello There,
    I have an issue with the transparency of IR on filter dropdown background in IE7.
    Please try accessing http://apex.oracle.com/pls/apex/f?p=36675:2 using IE7.
    If you click the IR header to drop the filter down, you could see the background of the dropdown filter is semi-transparent and get mixed up with the table data below. IT IS VERY difficult to read.
    Searching on existing treads indicates it is already been fixed as part of 4.0.1 however I could still reproduce using IE, version 7.0.5730.11
    Any help here please?
    Thank you 'n Regards
    Ligon

    This has been aswered in
    Re: Transparent Menu - Apex 4 - Bug?
    ======================
    Just add
    <style type="text/css">
    .dhtmlSubMenu {
    background-color:#fff;
    </style>
    to the head of the template to override default css, and problem solved
    Edited by: Pakuuj on Oct 5, 2010 1:06 AM
    ======================

  • Associate events to a dropdown list in a tableview

    Hello everybody,
    I have a tableview with a dropdown in one of the columns. Until here there is no problem, I followed the indications from Brian McKellar's weblog (thank you master) and everything works fine.
    What I need know it's to populate the other columns from tableview when a value it's selected in the dropdown. For instance, think in a tableview with personnel number, name and last name. When a user selects one personnel number (from the dropdown), the information about his name and last name should be retrieved from the system and then automatically populated in their corresponding tableview columns.
    I guess that it has to be possible to associate an event to the dropdown when a value it's selected, but take into account that the dropdown it's inside the tableview and the whole structure it's inside a view, not a page with flow logic.
    Any advice on this subject?
    Kind regards

    Please see this thread for instructions on how to add an "All" option to the top of a drop down based on a database:
    http://swforum.sun.com/jive/thread.jspa?threadID=63252

  • INSO-filter doesn't work correct with german special characters in pdf-files

    During testing the interMedia Text I watched that some words from pdf-files are not indexed. That's why I use the INSO-filter at the DOS command-line:
    ctxhx xxx.pdf xxx.txt <<The xxx.pdf-file includes the phrase:
    "... generell |berwiegende vffentliche Interessen im Sinne ..."
    The result in the xxx.txt-file is:
    "... generell |berwiegende Interessen im Sinne ..."
    The word "vffentliche" is lost. Is this a bug in INSO-filter or an incorrect using?
    Thanks for helping.
    Michael

    Actually, The inso filters do not even work for me for PDF file versions 1.2+. Is anyone else experiencing the same difficulties ? How often does Oracle update the INSO filters to keep up with vendors (Adobe/Microsoft) coming out with newer versions of their document products ?
    null

  • Filter Table question

    Question regarding 'local menu | Filter Table' option.
    I have a long sheet (1000+ entries) that has customer names in a column.  There is over 200 distinct customers in this column.  However, when I choose the above option, it only shows 25 names.
    Is this a known limit?  If so, is it possible to change the names that show on the list, so the most frequent / common names are shown?
    Just looking for a quick on-the-fly quick filtering which I do dozens of times per day.
    P.S  Trying to switch from Excel for Mac which does have this capability.
    Thanks
    Nick

    I am just wondering if there is a hard limit of 25 entries that are shown, no matter how many different names there are. 
    It appears that the maximum number is 25 entries in the dropdown filter list. However, you can filter on any value you want via Edit Table Filters in the dropdown or by clicking the Filter icon upper right.
    SG

  • Remove # fro filter Selection

    Hello all !
    Is it possible to remove the not assigned value (#), from F4 filter list ?
    thank you in advance for your help.
    -Panos M.

    Hi panos,
    using scripts you can eliminate this #  from the dropdown filter values.
    function fnRemoveAllHash( )
    try{
    Elements=document.getElementById('DROPDOWN_ITEM_1_AcDDLBase_itemlistbox-r');
    str =  Elements.innerHTML; Elements.innerHTML = str.replace(' # ',' ' );
    if(document.getElementById('DROPDOWN_ITEM_1_AcDDLBase_combobox').value== ' # '  )document.getElementById('DROPDOWN_ITEM_1_AcDDLBase_combobox').value=' ';
    and call this function while loading your report.
    cheers
    Sunil

Maybe you are looking for

  • Urgent3

    Can anybody help on below questions with a view of fresher to software as well as fresher to BW …points assured for each question? 1)     How many ways we assign deltas to an info package? BW side? 2)     What are type of deltas we assign R/3 side du

  • Why do my 2 iphones ring at the same time even though they have different numbers?

    Why do my 2 iphones ring at the same time even though they have different numbers?

  • Message app keep crashing

    message app keep crashing. here is the report Process:               Messages [1231] Path:                  /Applications/Messages.app/Contents/MacOS/Messages Identifier:            com.apple.iChat Version:               8.0 (4725) Build Info:       

  • Which Access sequence will use for sales tax condition type for TAXINN

    hi., which Access sequence will use for sales tax condition type for TAXINN procedure.pls give one example (Access sequence) and give fields. Because i couldnot create the condition record,the system not accepted for tax indicator. Regards., lakshman

  • Variants in new upgraded version.

    Hi, we have a new upgraded version from CRM 5.0 TO CRM 7.0 , and the variants used in 5.0 are no longer usable in 7.0 so , what i need to do ? do i need to create all the variants again or any other way is available ? NAGH