Choose the Select columns in interactive report

Well, many have been changed since the last, I have worked in Oracle Apex (he was at the time the HTMLDB) and now back to APEX

It is APEX4.0

I have a report of interatrive on a table that has only 4 columns. One of the column is not displayed when the report charge upward,

as the user selects "column" in the Action menu.

How can I change this? How can I make sure the columns to display in the report and the columns that should be available in the selection list.

I'm sure I'm missing something here. I searched a lot without success so far.

Any help is very appreciated.

user3347974 wrote:

Well, many have been changed since the last, I have worked in Oracle Apex (he was at the time the HTMLDB) and now back to the APEX

It is APEX4.0

I have a report of interatrive on a table that has only 4 columns. One of the column is not displayed when the report charge upward,

as the user selects "column" in the Action menu.

How can I change this? How can I make sure the columns to display in the report and the columns that should be available in the selection list.

I'm sure I'm missing something here. I searched a lot without success so far.

Any help is very appreciated.

In a developer session, change the report so that all columns are displayed and save it as the default main.

Tags: Database

Similar Questions

  • Apex 5 - where can I configure the link column for interactive report?

    Using APEX 5 on apexea.oracle.com

    I can't work where the attributes of column layout link for an interactive report using the interface of the designer of the Page?

    Thanks in advance

    PaulP

    Paul,

    the customer_id column is defined as a hidden at the Start column, and then there is no attribute of link for this column type. You must define the type 'Link' to get the attributes. There is no attribute of link on "Plain text" either.

  • Help - how to color columns in interactive reports

    Hello

    How color of the columns in an interactive report?

    I created a solution to help students to explore thousands of courses in England - with the results in an interactive report:

    https://production001-demandanalysis.DB.EM1.oraclecloudapps.com/Apex/f?p=20300118:1

    (For results, interactive report, click on a topic and then choose a topic from the cloud of course).

    What I want to achieve is the colouring of columns - as stated - but by programming - without the user being able to see all the highlights that I had to enter to achieve this.

    Any help much appreciated.

    Steve

    Version 4.2.2 apex

    Hello

    If I understand the requirement, you can add inline styles to CSS page.

    Here is an example to highlight your report example first two columns

    table.apexir_WORKSHEET_DATA td[headers="TITLE"] ,table.apexir_WORKSHEET_DATA td[headers="INST_NAME"]{
        background-color: #4699EB !important;
    }
    

    Kind regards
    Jari

  • Allowing the display of the icon in an interactive report

    Hi all

    I would like to add a screenshot to show what exactly is the nature of the problem, but because I can't, I'll give you as much detail as possible.

    Therefore, any way, to the Apex 4, I activated the "icon view" in the "attributes of interactive report' a 'interactive report. Once I've run the application, I switch the view of the report "Icon view" and then disable the "search bar" (in "interactive report attributes") in the order of restraint from the user to the view "icon. Everything works great, I got the application to load the icons and display them with a cute text... but then, even if the report is displayed as a horizontal 'list', I still stock with some of the borders in view of the report, + when I scroll my mouse on one of the icons, it to highlight all the icons of the line as it will do for an interactive report line. So what I would do, is to completely hide the border of reports and to disable mouseover option.

    I tried to solve these two ' detail using the customizing options offered by Apex, but I couldn't find anything. I'm open to suggestions...

    THX

    Stone

    Published by: user3155246 on September 15. 2011 12:16

    user3155246 wrote:

    I would like to add a screenshot to show what exactly is the nature of the problem, but because I can't, I'll give you as much detail as possible.

    You can do something even better: reproduce the problem exactly on apex.oracle.com to share with the community of visu...

    (And please update your forum profile with a real handle instead of "user3155246").

  • Value of the column access interactive report

    I have an interactive report that is to select a hidden field.

    Select
    apex_item. Hidden(1,A.PK_ID) as "HOLD_PK_ID."
    A.STUDENT_ID as 'STUDENT_ID. "
    A.last_name as 'name '.

    Is it possible in javascript looping through all the currently displayed rows so I can access all the hidden field values?

    I know that I can call a function javascript since the link change, but do not know how I can loop through to get values.
    JavaScript:showHidden('#PK_ID#','#FK_SCHOOL#','#FK_YEAR#')

    Published by: bobmagan on August 28, 2009 10:29

    Published by: bobmagan on August 28, 2009 10:30

    Hello

    OK - edit javascript code for: