No Visible column headers

Hi all

I'm under APEX 5.0.0.00.31.  I created a page that contains a radio button group with 7 columns, 7 interactive reports (migrated from classic reports) and 7 dynamic actions.

When loading the page, the only thing visible is the Group of radio buttons, because reports are hidden by the DAs.  When you select a year in the radio unit, the corresponding international registration is displayed.  Select another year, a new report shows, and the previous report is hidden.  This part works fine, except for one thing.  The column headers are not visible.  If I go to the Actions Menu, select lines per page and select any number of rows, the column headers are displayed.  If I click on a radio button, the new report appears, but without the column headers.  Selecting a value of lines per Page causes the column headings appear.  I tried to run the application in Firefox and IE edge with the same results.

Any thoughts?

Bob

wisers wrote:

I'm under APEX 5.0.0.00.31.  I created a page that contains a radio button group with 7 columns, 7 interactive reports (migrated from classic reports) and 7 dynamic actions.

When loading the page, the only thing visible is the Group of radio buttons, because reports are hidden by the DAs.  When you select a year in the radio unit, the corresponding international registration is displayed.  Select another year, a new report shows, and the previous report is hidden.  This part works fine, except for one thing.  The column headers are not visible.  If I go to the Actions Menu, select lines per page and select any number of rows, the column headers are displayed.  If I click on a radio button, the new report appears, but without the column headers.  Selecting a value of lines per Page causes the column headings appear.  I tried to run the application in Firefox and IE edge with the same results.

Any thoughts?

Looks like it could be related to error in foldable interactive report 5.0 of Apex.

The elephant in the room is the reason why you use 7 interactive reports to view information for different years. Why not use one and set up the SQL report?

Tags: Database

Similar Questions

  • column headers dynamically change the date filter-based selection? in obiee 11g Analytics

    Hello

    I work an analytic of obiee 11g.

    I have my report coulmns five... who are the branch, district, DS, current year, the previous year.

    based on the article on the query filter, column headings change dynamically.

    column headings are current, previous year Yes r;

    current month, previous month;

    current week and the previous week.

    for example, if I select the year 2016.

    column headings are Branch, district, DS, 2016, 2015 will change dynamically in the analytical report...

    Please help me,

    I tried, but I do not have...

    Please help me,

    A.Kavya.

    I'm not really sure what you have, but assuming that you have a command prompt of dashboard with the year of the column, define a variable presentation for this column (pv_year) and then in the report, for the columns you want, set the column as header @{pv_year} and @{pv_year-1}.

    He must pick up the values from the command prompt and dynamically set in the column headers.

  • Vertical column headers.

    How to make the vertical column headers?

    I tried the css that given in this discussion. but do not get the result. some body tell me how I could do.

    I use Application Express 4.2.5.00.08


    I had the answer... Sorry itz pretty simple to do...

    Paste the code above into the tag style in the header of the region on what page you want to change...

    CSS for a specific page is always indicated in the header of the region in a style tag. Only the confusion for me, is that it does not work master detail... That's why I had my doubts.

  • Load data form - column headers are not displayed

    Using Apex 4.1 on Oracle 11 g

    I built a spreadsheet download form, but when he goes to the mapping page does not load, without column headers.

    I checked shared components/logic/display/Load_hours.  It shows the correct schema/table.

    I checked the forum and found the following code as a solution in an archived message:

    < code >

    () apex_040100.wwv_flow_api.create_load_table

    P_ID = > 56199422249645921 + wwv_flow_api.g_id_offset,

    p_flow_id = > wwv_flow.g_flow_id,

    p_name = > "LOAD_HOURS"

    p_owner = > 'MDM_DATA ',.

    nom_table_p = > 'REF_STORE_HOURS_UPLD ',.

    p_unique_column_1 = > 'EVENT_NAME ',.

    p_is_uk1_case_sensitive = > 'n',.

    p_unique_column_2 = > 'LAST_MOD_DT ',.

    p_is_uk2_case_sensitive = > 'n',.

    p_unique_column_3 = > ",

    p_is_uk3_case_sensitive = > 'n',.

    p_wizard_page_ids = > ",

    p_comments = > ");

    < code >

    It gave me an error so I added this before the line:

    < code >

    wwv_flow.g_flow_id: = nvl(wwv_flow_application_install.get_application_id,400);

    wwv_flow_api.g_id_offset: = nvl(wwv_flow_application_install.get_offset,0);

    < code >

    Now, I get the following error:

    < error >

    ORA-20001: Package variable g_security_group_id must be set.

    ORA-06512: at "APEX_040100.WWV_FLOW_API", line 71

    ORA-06512: at "APEX_040100.WWV_FLOW_API", line 17166

    ORA-06512: at line 6

    < / error >

    Where can I find the g_security_group_id? any other tips?

    Thank you

    Tim

    Bug in 4.1.  4.2 installation of fix

  • Display the data in the form of column headers

    I am trying to achieve in Apex 4.2

    My table is like (example)

    Identification number

    date of date_a

    value_1 number

    Value_2 number

    Value_2 number

    I have my sql like

    SELECT id, date_a, value_1, value_2, value_3

    from my_table

    If the report displays in the form

    ID date_a value_1 value_2 value_3

    1 01/01/2012 10 20 30

    15/03/2012 2 12 14 24

    Can anyone show me an example of how to create such a report

    01/01/2012-15/03/2012

    1                           2

    10                        12

    20                        14

    30                         24

    I took a look at pivot, but doesn't seem to be the thing

    See you soon

    Gus

    Gus,

    First of all you must understand SQL itself cannot change the names of the columns for a query, as Frank has said.

    Columns in a SQL query are the 'projection' and the number of columns, the names of them and the data types must be determined before all data are extracted.

    See the following article: 101 PL/SQL: cursors and Projection of SQL

    Apex is simply based on the queries that you write, and even there not magically be able to change the names of columns in report based on your data.

    This is not to say what you want is impossible... it's possible... but not easily...

    See: how a function having a dynamic number of columns in the pipeline?

    Essentially the data itself have be questioned or known, before the data is retrieved, so that requires only the generated columns dynamically based on known data (for example, the criteria entered by a user) or you can do a query of two passes... questioning the data only once to get the values and then dynamically generating a second query to extract data with dynamically generated column headers.

    In the Apex of reports you will usually have the problem report attributes are defined as part of the update and are determined when the query is assigned to the report (that you can manually override the headers)... but the apex will not allow lines dynamically the changes based on the data, for standard reports, it allows.  I have not tried to do in the Apex, but you can maybe try and generate the report results using a two-pass method, to put in an HTML region, but it depends on what user interaction is required with the report, that you far built-in report functions.

  • SQL Developer 4.0 column headers

    I give!  Uncle, uncle, uncle!

    I've migrated Developer SQL 3. xxx to 4.0.  My questions appear more column headers.  I looked in 'preferences' and have not found the answer.  I tried the SQL commands that work in SQL * more.

    What Miss me?  How can I get my column headers in the output?

    Result of 'show all' include pagesize-1 and linesize-1.

    Ah, sorry!   I forgot that the rule is a bit more complicated in my first post.  PageSize 0 and road remove column headers.  In addition (from a few notes of discussion)...

    In SQLDeveloper, we decided to have the LINESIZE and PAGESIZE-1 value default if the table is printed without any restrictions on the dimensions (LINESIZE & PAGESIZE).  Yes does not print the columns of labels for = - 1 PAGESIZE and LINESIZE > 0 and any indented for data.

    In SQLPlus, we cannot set PageSize-1, but when we set the PAGESIZE = 0 and LINESIZE > 0 will not print labels, but the results of line indentation will be same in

    SQLDeveloper.

    So, for your case, make sure as leave on and pagesize and linesize either at their default value of-1, or both the value greater than 0.  If you want to automatically set to the default values, then in...

    Tools > Preferences > Database (don't forget to expand the database, and then click on it, so it has the focus) > name of the connection startup script file

    provide a specification file for a script that contains these SET statements.  A concept similar to SQL * more check the existence of a login.sql script.

    Best wishes

    Gary

  • SQL for the interface of FILES with column headers

    Hi all

    I designed an interface to extract data from Oracle to flat (.txt file).

    (1) I get the column headers in the output of file(. txt file) but I don't want to see any header column

    (2) for the creation of the data source in data model if I give any type of Date column I get the null value in the output file, but if I give the column type as string date filed I am able to see the data in the output file.



    Thank you
    Patel.

    Hi Pierrot

    (1) I get the column headers in the output of file(. txt file) but I don't want to see any header column
    You can set GENERATE_HEADER = flase and flow properties.

    -approach step by step on how to load some data from an oracle to flat file table
    http://www.Oracle.com/WebFolder/technetwork/tutorials/OBE/FMW/ODI/odi_11g/odi_project_table-to-flatfile/odi_project_table-to-flatfile.htm
    http://odiexperts.com/Oracle-to-flat-file/

    (2) for the creation of the data source in data model if I give any type of Date column I get the null value in the output file, but if I give the column type as string date filed I am able to see the data in the output file.
    I don't think you can use a data type Date during loading in the flat file. You can go with string or number/integer (if the date has no special characters. Here, you can use a conversion function to convert the data type Date existing according to your needs, but make sure that you select "source or on the staging")

    Concerning
    KK

  • How to make the vertical column headers?

    Dear Apex Experts,

    I have an interactive relationship with many columns. All column headers are long.

    I hope to do the vertical column headings. Is this possible?

    My favorite browsers are Firefox and Chrome

    Best regards

    The CSS redesign of + {: identifier of the thread = 2263484} + for an interactive report:

    table.apexir_WORKSHEET_DATA th {
      /* Column headers need to have sufficient height to contain the longest header oriented vertically */
      height: 10em;
      /* Line up column headers at the bottom of the header row */
      vertical-align: bottom;
    }
    table.apexir_WORKSHEET_DATA th div {
      /* Left-aligned text will appear bottom-aligned under 90 deg left rotation */
      text-align: left !important;
      /* Get rid of underlined link in vertical orientation (and fix really weird bug on iOS) */
      text-decoration: none !important;
    
      /* Set the origin for the transforms: "bottom left" corner of header text; this works better than the default (center) */
      -webkit-transform-origin: bottom left;
      -moz-transform-origin: bottom left;
      -o-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
    
      /* Transform column headers: 90 deg left rotation + 12px down brings the new "left" (top) edge to the original text left position */
      -webkit-transform: rotate(-90deg) translateY(12px);
      -moz-transform: rotate(-90deg) translateY(12px);
      -o-transform: rotate(-90deg) translateY(12px);
      -ms-transform: rotate(-90deg) translateY(12px);
    }
    table.apexir_WORKSHEET_DATA th div img {
      /* Position sort direction icon in correct orientation at end of header */
      margin-left: 4px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
    }
    

    (For some approximations of this term) in collaboration with a custom on APEX 4.1.1.00.23 in Firefox 5.0 theme (customer current is clueless but locked). No possibility to try on something else for hours.

    I am 100% certain that it won't work without modification under different themes, font sizes, fonts, lengths section, the width of the columns, IR modes and any other variable that you care to think...

  • No visible columns in the tools

    Hello

    I was assigned to a task to add a new field on the cmdlet list (opportunity). The problem is even when I do drag and move the field to the web page layout editor and save my changes, the field is not visible on the Client.

    In addition to the above problem, I noticed that this particular applet has around 8-10 visible columns on the client, but when I'll come and check them in to the editor into a web page (Preview) these fields are not visible. In the weblayout editor I see around 4 columns.

    This could be a problem with the web template file? Has anyone ever faced such a question?

    Help, please.

    Thanks :)

    Hello

    You use what Siebel Application. There is a drop down list of 'Request' in the tools for the weblayout.

    That allow tools: View - Toolbars - Configuration specification. Check the Application drop-down list value. What is the Siebel Application you use. Its best to add fields in the drop-down list "all applications". If you are seeing in a bad application or add in a bad application. This is the cause of the incompatibility. No problem with WebLayout. Check and let me know.

    Kind regards
    Joseph

  • SQL Developer: How to copy the data with the output grid column headers?

    Hello

    I use the 2.1.1.64 Version.

    I run a SQL query, down the results grid in the "Query result" window below. Say that I get 10 rows returned, with 5 columns.

    I want to copy this whole grid, as well as the names/column headers to the Clipboard. If I can stick under the original query to document the results of this query.

    I can't find any way to do this. I can copy/paste the results grid, but it does not copy the headers.

    The only way I think to do is to go through many steps to export in a TXT file, then paste that. Unfortunately, that's a lot of steps wasted if I need to do it again and again, and more, the output is pasted in an ugly format with double quotes, etc..

    It seems that the easiest feature is copy and paste the entire grid of the results, and of course, you could the headers. Why is it so difficult/impossible to do?

    (I think that the toad has the same problem. DBArtisan lets you copy and paste the results together, as well as headers, however.)

    Any help would be appreciated!

    Thank you
    John

    Shift-Ctrl-C will copy the headers of columns as well as the selected data.

  • Multiple column headers in a single DataGrid?

    Suppose I want to view information on, say, invoices.

    So I want to display some of my DataGrid with only bills from the last 30 days, the next section for 30 to 60 days, and the third section is 90 days + old.

    I want it to look, basically, like this:

    30 days or less

    Old customer amount days

    Mr. X 15 20,76 of cleaning

    7-11                             3                   7.11

    aged from 30 to 60 days

    Old customer amount days

    75 12.34 Barney

    Parts don't 80 1200.89 workshop

    90 days or more

    Old customer amount days

    Sprint 144 30.63

    Is it possible to do in a single DataGrid? I want mulitple columns headers, but want to be able to get rid of them and combine all these data into a simple DataGrid with all invoices, if need be. In this case, all except the upper column heading titles would disappear.

    Any info on this is appreciated.

    Thank you!

    Hello

    You can do with advance datagrid grouping.

    http://livedocs.Adobe.com/Flex/3/HTML/Help.HTML?content=advdatagrid_02.html

    Rgds

    Johnny

  • Export excel - name query columns headers

    Howdy - I would like to SEE basically import a SQL table in EXCEL without creating an HTMl page. I want CF to create the Excel from scratch on the fly - without the help of models.

    I want to SEE to appoint the excel column headers, and then export all the records in the excel file.

    I have about 150 names of columns that might change over time, so I don't want to create a html page - I want CF to create the columns based on the columns in the SQL table names.

    I could then save or open the file

    Someone at - it ideas - thank you!

    This is the exact code that now works perfectly! -Thank you very much - I was really stuck trying to make the order in the order by clause of the query, which was totally wrong - cool to have cfloop list all the order.


    SELECT Column_Name
    FROM INFORMATION_SCHEMA. Columns
    WHERE Table_Name = 'fields '.
    AND Table_Catalog = '... »


    SELECT #ValueList (getColumns.Column_Name) #.
    Fields









    #column_Name #.
    #getData [columnName] [currentRow] #.


    <>
    name = "Content-Type".
    value = "application/ms-excel" >

    <>
    name = "Content-Disposition".
    value = "attachment; filename = Report.xls">

  • Interactive reports using collections - how to control the column headers

    Hello

    I found a link on the forum somewhere that showed a step by step how to use collections with interactive reports, you can dynamically generate SQL code and also control the column headers. Does anyone know where is the manual?

    Otherwise, I know how to generate dynamic SQL code, but what is the best way to control the column headers.
    Sometimes, the report will have 17 columns and other times up to 30 columns.

    Thank you, Bill

    Hi Bill,

    You can use * & ITEMNAME.* notation for the column headers. This means that you can have elements of page/application that contains the topics you need which can, of course, be filled using PL/SQL and, thus, could be established in your code. It's a bit of pain to have to do this for each section, but I do not see a quicker method.

    Andy

  • Is it possible to paste the column headers in the window?

    Hello world.

    Anyone know if there is a way BI answers to paste the headers of the columns in a table on the page
    to keep visible while I scroll down?

    I have huge tables, and it is easy to get lost in there...

    Thank you!!

    Using what version?

    Of 11.1.1.6.0 freeze pane enabled.


    true
    200
    300
    60
    15

    Let me know want it.

    Thank you.

  • How you can set column headers

    Right-click on your desktop and select new folder. Open that folder and there is by default the column headings of ' name, Date modified, Type and size. When you are in music, images or any other type of file you now have the default column headings. My QUESTION IS how you define these positions for all records in a group. For example in a folder of music files the following is the headers by default. Name, artist, Album, #, type and rating. I would like to; Name, Album or artist, length and Type. I would like this to be like that with every record. I have to go into each folder and make these changes?

    Hello 49er RickS.

    Take a look at this thread similar here.  I think that you will find useful information about your question.

    I hope this helps!

Maybe you are looking for

  • iTunes Store hacking

    Dear Apple lovers, I am of the Russia. I 13 and I wrote a song and posted on the Internet, but the bad guys have started selling in the iTunes and Apple music. What should I do? In our country there is no copyright. I wrote the lyrics using the trans

  • update nvidia P20-801

    Hi allfor now I'm under pilot v56, while playing cs.source he says that there is an update for my card. went to my home page, and the only other version I can find is v47. Although this seemed to come out later and then my only that has a lower numbe

  • Reset the browser? Help, please.

    Hi, my wife uses my chromebook to connect to facebook and malware consulted the browser and its account is now locked on facebook until it installs a malware Remover which of course I can't do. My question is how to reset or re - install the chrome b

  • Problem of BITS

    When in the Background Intelligent Transfer Service is activated, only the system hangs for about 20 minutes after the connection to dial up the internet connection. But if I disable the BITS, this problem did not appear. My OS is windows server 2012

  • Regular Solitaire: slow down deal with cascade.

    This could be just a layout issue options, but this option is not available; the cards are dealt in frustrating cascade, but I prefer to use immediate treatment - more quickly and more easily visually. How would I achieve that? 10-Q! -SteJo.