Transparent Filter Lists (Column Headings IR)

All,
I currently have the issue where the filter drop down lists appear transparent in my interactive reports. It is very difficult to read the list as it merges with the report data behind it.
I have found the fix in a previous thread but I am having trouble getting it to work.
Can any one tell me exactly where I should paste the below CSS tag?
+<style type="text/css">+
+.dhtmlSubMenu {+
background-color:#fff;
+}+
+</style>+
Version: 4.0.1
Theme 13
I am using IE8
Thanks

The Page Header (or the Page Template Header) is the right spot.
If you use Firefox with Firebug installed, do you see any errors? If you inspect that element (in Firebug) you can see if your css style is applied to that object. Might be very helpful to track down what's happening.
Or setup a tiny example on apex.oracle.com and "the world" can actually see what's happening and help you out!
I looked into it. As I see it the looks from the Filter drop down list comes from this piece of CSS:
#apexir_columnsearch, #apexir_col_values_drop, #apexir_rollover {
-moz-box-shadow:2px 2px 4px #888888;
background:url("../apex/builder/1px-white-trans.png") repeat scroll 0 0 transparent;
border:1px solid #AAAAAA;
font-size:11px;
overflow:hidden;
position:absolute;
width:200px;
z-index:1000;
So the background:url piece does the trick. You have to override that by adding your own style. Seems to have nothing to do with the dhtml... thing.
(btw: I have no trouble with this looks at all, I can see the data fine in FF, Chrome and Safari)
Edited by: Roel on Oct 22, 2010 2:54 PM

Similar Messages

  • Topic List Pod - Missing Column Headings

    Greetings,
    I have a small problem with my Topic List Pod. From some
    reason the column headings (e.g., Index, TOC) do not appear, even
    though I have seleced Vieww > Detailed View. The Grey bar
    appears, but no headings.
    Any suggestions to resolve this problem?
    Thanks,

    Hi again
    Egh? Who said anything about right clicking? I was referring
    to placing the mouse and just plain old clicking and dragging. See
    if the link below helps better explain it.
    Click here to
    view
    Cheers... Rick

  • 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

  • Preserve column headings in batch list export (FCP6)

    Hi,
    I was wondering if it's possible to preserve edited column headings in an exported batch list from FCP6. When I rename the Master Comment 1-4 and Comment A/B headings (Eg to Location, Weather etc) the exported batch list does not preserve these customised names and I have to manually rename the columns.
    Any help much appreciated.
    Cheers.

    Hi,
    I was wondering if it's possible to preserve edited column headings in an exported batch list from FCP6. When I rename the Master Comment 1-4 and Comment A/B headings (Eg to Location, Weather etc) the exported batch list does not preserve these customised names and I have to manually rename the columns.
    Any help much appreciated.
    Cheers.

  • How to preserve the column headings from my playlist when I transfer the list as WAV files to a flash drive?

    I have digitized several old vinyls as WAV files and have them in my MacBook Pro in an iTunes playlist. I have arranged the list under the column headings of "Grouping", "Name", "Time", "Artist", "Album" and "Genre". When I copy the files to a flash drive by drag-and-drop, none of the headings except "Name" show up. How to preserve all of the column headings when copying the file to an external device?  Thanks - RC@gnv.

    I have the same issue when trying to sync from iTunes 11 on my MacBook to my iPhone 4 iOS6.1. I blindly did the iOS upgrade to 6.1 (more fool me) and since then have not been able to use my phone as an iPod.
    I have tried restoreing it, I ve tried restoring it to a new phone but it hasn't worked for me.
    The sync starts and the capacity bar in iTunes shows capacity including and music or films etc that are to be included in the sync and then iTunes stops the sync and nothing has been transfered. As with your experience the music is shown in iTunes under Music, under Devices as greyed out with the syncing icon (dotted circle) to the left of it.
    When I try to include photos in the sync, I also get an error msg stating the connection to the iPhone has been lost. I am trying to do the sync vis USB, so I dont why I get this error.
    I can of course download any music I've bought from Apple from my iCloud to my phone but I want to be able to put any music I want on to it like I could before on iOS5.

  • LOV of column names with a report's custom column headings?

    I have a list ov values definition that looks like this:
    select column_name d, column_name r from all_tab_columns where table_name = 'DATABASE_LIST'
    I'd like to list the custom column headings from a report as d, rather than repeating the column_name. How can I do this?

    As Anton said, the best thing is to store your custom headings in a table so that you can use the table for your LOV as well as for your report headings.
    To use dynamic report headings, you can use the 'PL/SQL function body returning colon-delimited headings' feature on the Report Attributes page.
    So, if your report headings are stored in table t that function body can be
    declare
    l_headings varchar2(4000)
    begin
    for rec in (select heading from t) loop
       l_headings := l_headings||':'||rec.heading;
    end loop;
    return ltrim(l_heading,':');
    end;Hope this helps.

  • Is it possible to filter list view based on current user logged in

    Hi,
    Is it possible to filter the list view results based on the current user logged in. I have a scenario wherein i want to show only those list items to the user which contains his/her name under the column Approver (a list column).
    So if i login to the page, then only those requests should show up which has my name as the Approver, and so on.
    Is it possible please ?
    Thank you.

    Hi Prajk, you could use audience targeting for this. An alternative would be to create a view and add a filter so that "Approver" is equal to [Me]
    cameron rautmann

  • ALV  download to EXCEL  with column headings etc.

    Getting data from a grid to EXCEL can be done in "List" mode vis system==>save etc but it's not particularly user friendly and in any case if you are displaying a nice ALV why should the user have to switch into LIST mode anyway.
    Anyway here's a decent way to do it and it gives great formatted column headings etc etc.
    1) in the ON_TOOLBAR method add this code
    method ON_TOOLBAR.
    type-pools icon.
    CLEAR ls_toolbar.
    MOVE  0 TO ls_toolbar-butn_type.
        MOVE 'EXCEL' TO ls_toolbar-function.
        MOVE  space TO ls_toolbar-disabled.
        MOVE  icon_xxl TO ls_toolbar-icon.
        MOVE 'Excel' TO ls_toolbar-quickinfo.
        MOVE  'EXCEL' TO ls_toolbar-text.
        APPEND ls_toolbar TO e_object->mt_toolbar.
    2) In the ON_USER_COMMAND method add the following
    (if you have a class defined with SE24 you don't need the commented code).
    method ON_USER_COMMAND.
           FOR EVENT before_user_command OF cl_gui_alv_grid
           IMPORTING
             e_ucomm
             sender.
    CASE e_ucomm.
         .......   other toolbar funcs if you have any
          WHEN 'EXCEL'.
            CALL METHOD me->download_to_excel.
        ENDCASE.
    endmethod.
    3) code this method to download to EXCEL
    method DOWNLOAD_TO_EXCEL.
    FIELD-SYMBOLS:
           <fs0> TYPE STANDARD TABLE,
           <fs1> TYPE STANDARD TABLE.
        ASSIGN g_outtab1->* TO <fs0>.
        ASSIGN g_fldcat1->* TO <fs1>.
           CALL FUNCTION  'LVC_TRANSFER_TO_KKBLO'
          EXPORTING
            it_fieldcat_lvc   = <fs1>
        is_layout_lvc     = m_cl_variant->ms_layout
             is_tech_complete  = ' '
          IMPORTING
            es_layout_kkblo   = ls_layout
            et_fieldcat_kkblo = lt_fieldcat.
        LOOP AT lt_fieldcat INTO lt_fieldcat_wa.
          CLEAR lt_fieldcat_wa-tech_complete.
          IF lt_fieldcat_wa-tabname IS INITIAL.
            lt_fieldcat_wa-tabname = '1'.
            MODIFY lt_fieldcat FROM lt_fieldcat_wa.
          ENDIF.
          l_tabname = lt_fieldcat_wa-tabname.
        ENDLOOP.
        CALL FUNCTION 'ALV_XXL_CALL'
             EXPORTING
                  i_tabname           = l_tabname
                  is_layout           = ls_layout
                  it_fieldcat         = lt_fieldcat
                  i_title             = sy-title
             TABLES
                  it_outtab           = <fs0>
             EXCEPTIONS
                  fatal_error         = 1
                  no_display_possible = 2
                  OTHERS              = 3.
        IF  sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE 'S' NUMBER sy-msgno
                 WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    endmethod.
    You get nice column headings etc and decently formatted EXCEL spreadsheet.
    For Office 2007 I think you need to apply a SAP note but it certainly works with OFFICE 2003 which is what we are still using.
    Cheers
    jimbo

    Getting data from a grid to EXCEL can be done in "List" mode vis system==>save etc but it's not particularly user friendly and in any case if you are displaying a nice ALV why should the user have to switch into LIST mode anyway.
    Anyway here's a decent way to do it and it gives great formatted column headings etc etc.
    1) in the ON_TOOLBAR method add this code
    method ON_TOOLBAR.
    type-pools icon.
    CLEAR ls_toolbar.
    MOVE  0 TO ls_toolbar-butn_type.
        MOVE 'EXCEL' TO ls_toolbar-function.
        MOVE  space TO ls_toolbar-disabled.
        MOVE  icon_xxl TO ls_toolbar-icon.
        MOVE 'Excel' TO ls_toolbar-quickinfo.
        MOVE  'EXCEL' TO ls_toolbar-text.
        APPEND ls_toolbar TO e_object->mt_toolbar.
    2) In the ON_USER_COMMAND method add the following
    (if you have a class defined with SE24 you don't need the commented code).
    method ON_USER_COMMAND.
           FOR EVENT before_user_command OF cl_gui_alv_grid
           IMPORTING
             e_ucomm
             sender.
    CASE e_ucomm.
         .......   other toolbar funcs if you have any
          WHEN 'EXCEL'.
            CALL METHOD me->download_to_excel.
        ENDCASE.
    endmethod.
    3) code this method to download to EXCEL
    method DOWNLOAD_TO_EXCEL.
    FIELD-SYMBOLS:
           <fs0> TYPE STANDARD TABLE,
           <fs1> TYPE STANDARD TABLE.
        ASSIGN g_outtab1->* TO <fs0>.
        ASSIGN g_fldcat1->* TO <fs1>.
           CALL FUNCTION  'LVC_TRANSFER_TO_KKBLO'
          EXPORTING
            it_fieldcat_lvc   = <fs1>
        is_layout_lvc     = m_cl_variant->ms_layout
             is_tech_complete  = ' '
          IMPORTING
            es_layout_kkblo   = ls_layout
            et_fieldcat_kkblo = lt_fieldcat.
        LOOP AT lt_fieldcat INTO lt_fieldcat_wa.
          CLEAR lt_fieldcat_wa-tech_complete.
          IF lt_fieldcat_wa-tabname IS INITIAL.
            lt_fieldcat_wa-tabname = '1'.
            MODIFY lt_fieldcat FROM lt_fieldcat_wa.
          ENDIF.
          l_tabname = lt_fieldcat_wa-tabname.
        ENDLOOP.
        CALL FUNCTION 'ALV_XXL_CALL'
             EXPORTING
                  i_tabname           = l_tabname
                  is_layout           = ls_layout
                  it_fieldcat         = lt_fieldcat
                  i_title             = sy-title
             TABLES
                  it_outtab           = <fs0>
             EXCEPTIONS
                  fatal_error         = 1
                  no_display_possible = 2
                  OTHERS              = 3.
        IF  sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE 'S' NUMBER sy-msgno
                 WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    endmethod.
    You get nice column headings etc and decently formatted EXCEL spreadsheet.
    For Office 2007 I think you need to apply a SAP note but it certainly works with OFFICE 2003 which is what we are still using.
    Cheers
    jimbo

  • PL/SQL function returning a colon delimited list of headings

    Hello,
    Apex version 4.1.0.23. I am editing an existing classic report which has the column heading option set to 'PL/SQL function returning a colon delimited list of headings'. I have been looking for some time but I cannot find where this PL/SQL function is defined. Can any one point me to the right direction? I do not see anything in the documentation either.
    Thanks,
    Usman

    Hi Usman,
    I looked into this issue and found that there's some JavaScript code executed when opening the page with the PL/SQL headings option enabled, or when selecting that option after loading the page, and this JavaScript attempts to set a background color for the column heading fields. Since we only display attributes for up to 100 columns, this JavaScript fails once you have more than 100 columns.
    I would certainly agree with Tony that 60 or 100 columns are a bit much. But there should be some indication why something is not working, even if it's only a message stating that there's only a certain number of columns supported. So I'll log a bug to improve this in APEX 5.0.
    Thanks,
    Marc

  • Problems with PL/SQL Column Headings

    Hello,
    I experienced a strange behaviour and perhaps someone can verify it. Perhaps it's a bug, perhaps only some misunderstanding ...<br>
    I created a Region with the Wizard: <br>
    FORM<br>
    TABULAR FORM<br>
    Update Only<br>
    Table EMP (all Attributes)<br>
    Accept rest of Wizard defaults<br>
    Create Region<br>
    OK, everything works fine.<br>
    Now I switched the column Headings to the Type "PL/SQL" and entered in the opening entry field: return('X:EMPNO:ENAME ...... (all Names)...) <br>
    As well everything works fine, the columns are well named. Now I included into the SQL-Statement an additional attribute as a constant.<br>
    select <br>
    "EMPNO",<br>
    "EMPNO" EMPNO_DISPLAY,<br>
    "ENAME",<br>
    "JOB",<br>
    'X', <--------------- <br>
    "MGR",<br>
    "HIREDATE",<br>
    "SAL",<br>
    "COMM",<br>
    "DEPTNO"<br>
    from "#OWNER#"."EMP"<br>
    Now I went back to the Report Attributes to include the new column into my return statement.... but the statement vanished. The little entry field for the PL/SQL-Statement to return the colon delimited header-list is not there and no more available. In the Radiolist for the Headings type it is selected but -as said- not there. (When I go back and erase the additional constand column, the entry-field for the PL/SQL-Statement reappears.)<br>
    Does someone has the same experience or better, a solution ? (APEX 2.2)<br>
    Thanks<br>
    Andree
    Message was edited by:
    Andree

    Works !<br><br>
    Thank you, Scott !<br>
    A.

  • Column headings line up, but detail lines dont.

    We've got a script to get a payments listing out of a table, the spool file is created and looks fine. However it fires up adobe acrobat and the report looks really bad.
    The column headings line up, but the detail under them does not, it appears to almost left justify everything.
    If a field is blank, instead of leaving a space for the field size, it brings in the next field adjacent to it. So none of the detail lines line up vertically, its all over the shop. I realise this maybe something to do with the way adobe works (v4). The other reports within the system, which use the same method work ok.
    But does the script look ok? Like I said, the spool file appears to look ok.
    Many thanks.
    set verify off
    spool f:\cfxshell\spool\r382.txt
    Prompt
    PROMPT Batch Ref &1
    prompt
    -- ## PAYMENT LIST BASED ON BATCH NUMBER ##
    -- ## SORTED BY CREDITOR NAME ##
    -- Date (Originated):      10-SEP-03
    -- Date (Modified):     10-SEP-03
    -- Revision:          1.0.1
    -- # Set the columns                                    #
    CLEAR COLUMNS
    SET PAGESIZE               35
    SET LINESIZE               120
    SET NEWPAGE               2
    SET UNDERLINE                '-'
    COLUMN SLT_TRANS_TYPE      HEADING      'TYPE'
    COLUMN SLT_TRANS_TYPE          FORMAT           A5
    COLUMN NA_CODE      HEADING      'SUPPLIER'
    COLUMN NA_CODE      FORMAT           A9
    COLUMN NLS_INITCAP(NA_NAME)      HEADING      'PAYEE/SUPPLIER NAME'
    COLUMN NLS_INITCAP(NA_NAME)      FORMAT           A41
    COLUMN SLT_DATE_PAID      HEADING      'DATE'
    COLUMN SLT_DATE_PAID      format           A10
    COLUMN SLT_THEIR_REF      HEADING      'CHEQUE'
    COLUMN SLT_THEIR_REF      FORMAT           B9999999999
    COLUMN SLT_REF      HEADING      'GL REF'
    COLUMN SLT_REF               FORMAT           9999999
    COLUMN SLT_GROSS_AMOUNT      HEADING      'GROSS'
    COLUMN SLT_GROSS_AMOUNT      FORMAT           999999.99
    -- # Change these variables                              #
    DEFINE COMPANY1               = 'Comp_Name'
    DEFINE COMPANY2               = 'Comp_Name2'
    DEFINE COMPANY3               = 'Comp_Name3'
    DEFINE REPORT1                = 'Payments'
    DEFINE REPORT2               = 'List'
    DEFINE DATABASE1          = 'livedb'
    -- # Report title                                    #
    TTITLE COL 1 &COMPANY1 TAB 1 &COMPANY2 TAB1 &COMPANY3 TAB 1 -
    &REPORT1 TAB 1 &REPORT2 SKIP 2 -
    COL 100 FORMAT 99 'Page: ' SQL.PNO SKIP 2
    -- # Sub Total Criteria                               #
    BREAK ON SLT_DATE_PAID SKIP 1
    COMPUTE SUM LABEL 'TOTAL' OF SLT_GROSS_AMOUNT ON SLT_DATE_PAID
    -- # Data Criteria                                   #
    SELECT
    SLT_DATE_PAID,
    SLT_TRANS_TYPE,
    NA_CODE,
    NLS_INITCAP(NA_NAME),
    SLT_THEIR_REF,
    SLT_REF,
    SLT_GROSS_AMOUNT
    FROM
    &DATABASE1 .SUB_LEDGER_TRANS, &DATABASE1 .NAMES
    WHERE
    SUB_LEDGER_TRANS.SLT_SUPPLIER=NAMES.NA_CODE AND
    SLT_BATCH_REF = '&1'
    ORDER BY
    NAMES.NA_NAME
    -- # Restore Settings                                   #
    --CLEAR COLUMNS
    prompt
    spool off
    exit

    CJ your a star!! HUGE THANKS!!
    It took me a while to produce the report, and I was a bit gutted when I couldn't get it to work, but now it looks as it should.
    You've even come up with the goods before our software suppliers!
    Many thanks again.

  • NAC Profiler integration - cant add filter list on CAM

    Hi All,
    I have a problem regarding the Profiler - NAC integration for end point profiling.
    Here is the situation:
    I already created the integration based on the steps on the guide: Configuring Cisco NAC Appliance Integration. I think the configuration is correct because i can do database synchronization between Profiler and CAM. Here is the Profiler server log:
       NAC_SYNC: Task_Queue_Runner starting up
       NAC_SYNC: Profiler / NAC Synchronization END [add 0, upd 0, desc 0, rm 0]
       NAC_SYNC: Profiler / NAC Synchronization START
       INFO: [2010-12-15 11:01:09 (fcapGetHWAddr:49)]  Getting MAC for eth0
    I already created end point profile named "Admin" which is based on IP address. I also created NAC events based on the end point profile "Admin".
    The NAC event is profiling "Admin" to a NAC role. The purpose for this event is to bypass "Admin" from NAC authentication so that the "Admin" can connect to network automatically to one NAC role.
    However when "Admin" connect to network, it is still challanged by NAC. I dont see the "Admin" on the CAM filter list either.
    This means that the end point profiling is still failed.
    Is there anyone who have any experiences with this?
    Thank you for the supports and comments
    Imad

    Hi,
    Ok, so the Profiler will only add devices to the CAM filter list, if a device fals into a profile for which a nac event is configured.
    If there is no device on the profile -> No NAC event -> No device added to the CAM.
    Is there any device that was assigned to that profile?
    Regarding the Active Rule column, it is used to quickly  ascertain which Endpoint Profiles on a system (if any) contain an Active  Rule that will result in the Profiler system doing active collection if  one or more NetInquiry Collector component modules are enabled. Active  profiling rules and active profiling is described in detail in the "Configuration of Active Directory Data Rules" section: http://www.cisco.com/en/US/docs/security/nac/profiler/configuration_guide/311/p_endpt_part231.html#wpxref59325.
    HTH,
    Tiago

  • Column Headings Display

    Hi Experts,
    I am developing a Classical Report. So, for displaying the Column Headings in the output list, Is there any other alternative apart from the mentioning of the Column headings with the WRITE statement?
    ThanQ.
    Message was edited by:
            Srinivas

    text elements..
    go thru navigation.
    or else
    write: text-001. (double click on 001) and create
    yah u can get multiple lines here.
    ex.
    write: text-001,
           text-002.
    in 001 mention 'document' and in 002 'number'.
    it will display as
    documnet
    number
    hope vertical line is not possible in this method
    Message was edited by:
            Santhosh Reddy

  • Column headings as HTMLDB_ITEMS

    Is there a way to return column headings and HTMLDB_ITEMS? I am trying to place select lists into certain columns to be used as column filters to dynamicly build where clauses.

    James,
    I think it is possible, though I haven't tried something like this before. You would start with building your report region as a PL/SQL function returning SQL query, the query could look something like this:
    return 'select ename, job, sal, comm, deptno from emp';
    You would have to include some dynamic where clause of course. In the next step, you would go the reports attributes page and change the column headings type to be a PL/SQL function returning a colon-delimited list. And that function could look like this for the query above:
    return 'Name:Job:Salary:Commission:'||htmldb_item.select_list_from_query(1,null,'select dname, deptno from dept')
    Then you need to also have a submit button that actually submits your page and a branch that takes you back to your page. Or you could have the select list in your column headings do an auto-submit instead, this could be done when using the following function for the headings instead of the one shown above:
    return 'Name:Job:Salary:Commission:'||htmldb_item.select_list_from_query(1,null,'select dname, deptno from dept','onChange="doSubmit(''f01'');"')
    And you will also need a after submit process, that assigns the value selected to e.g. a page item that you then could use to build your dynamic SQL query. You can find information and examples for how to process items build using the htmldb_item package in the following How-To document. This document is about tabular forms, so it is different from what you are building, but it should provide you with the information needed.
    http://www.oracle.com/technology/products/database/htmldb/howtos/tabular_form.html
    I hope this gives you some ideas, let me know how it works out,
    Regards,
    Marc

  • Action Item web part has no column headings

    Any idea why my Action Item web part does not display the column headings?
    TIA!
    David L. Crooks

    Hi,
    Is it a list being inserted into a page? Cause there seems no such OOTB web part provided in SharePoint 2010:
    http://www.c-sharpcorner.com/UploadFile/720a73/list-of-sharepoint-2010-out-of-the-box-web-parts2/
    If it is a list view whose column headings are missing, a possible reason is that the headings are hidden by some CSS style, I suggest you insert this list in other
    pages or other sites to see if it is an issue of custom CSS style.
    Thanks 
    Patrick Liang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for