Report Attributes. Count of columns limit

Hello,
I've found that Apex display only up to 100 columns in "Report Attributes" area of report properties. But now I create a report with more than 100 columns (that is a kind of project planning system). Is it possible to delete this limitation in current release or in upcoming 3.1.1 ?
Thanks in advance,
Alex

Hello,
I've found that Apex display only up to 100
columns in "Report Attributes" area of report
properties. But now I create a report with more than
100 columns (that is a kind of project planning
system). Is it possible to delete this limitation in
current release or in upcoming 3.1.1 ?
Thanks in advance,
AlexWhy would you try to generate a report with over a hundred columns? Maybe you should look at do doing some smaller reports, since most people will NOT be looking at that many columns..
I used to work with MS Project and project management reporting and can not remember ever having reports with that much data packed into one report..
Thank you,
Tony Miller
Webster, TX

Similar Messages

  • Interactive Report Attributes: Missing a column?

    This is for Application Express 3.2.1.00.12
    I'm working on a report with the columns pulled in a SQL statement in the Region Definition section of the Interactive Report Attributes screen. We want to alter the column names so they are more user friendly, so on the Report Attributes tab, I'm looking for the column name we wish to alter, but it is not showing up. Now, in the final report, the column is visible with the header from the name of the column from the database, so the system is aware of the column and can display it, but for some reason we can't see it in the Report Attributes tab.
    Why would a column be invisible or inaccessible in the Report Attributes tab? There are 100 columns displayed in the Report Attributes: Column Attributes section. Is that the reason I'm missing some columns; 100 is a hard column limit on that page?
    Thanks in advance for all help you can provide.
    Matthew Nagler
    Edited by: user13579247 on Jul 20, 2011 10:45 AM
    Edited by: user13579247 on Jul 20, 2011 12:20 PM

    Hi,
    You are almost right place. You need click icon before 100th column name, order to go screen where you can edit column attributes.
    In that screen right top is buttons (Cancle, Apply, < and >)
    Regards,
    Jari
    Edited by: jarola on Jul 21, 2011 5:43 PM
    It might documentation guides you to right screen
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/app_comp.htm#sthref978
    >
    To access Column Attributes:
    1. On the Workspace home page, click the Application Builder icon.
    2. Select the application.
    3. Select a page. The Page Definition appears.
    4. Under Regions, click Interactive Report next to the name of the report region you want to edit.
    The Interactive Report Attributes page appears with the Column Attributes section at the top of the page.
    5. To access the Column Attributes page, click the Edit icon next to the appropriate column Alias.
    >
    Edited by: jarola on Jul 21, 2011 5:44 PM

  • Report attributes

    I have the following query/report ( where release is a select box with submit on query screen) which shows areas and count in a given release group by area. "select area , count(*) "Project Count" from projects where release like :p200_release group BY area". How do I get the sum of "Project Count" column and display is as "Total No. of Projects " at the bottom of the report. I've tried checking the "sum" box on the report attributes for that column, but didn't work. Also, is it possible to show count as numbers instead of percentages in a SVG pie chart?.

    sorry to say it, but you currently cannot format that "report totals:" string if you're summing your columns but not breaking on any of them. if you break on a column, though, you'd be able to format that string using the "Display this text when printing report sums" field at towards the bottom of the report attributes page.
    re your pie chart question: pie charts currently display their values in the legend as percentages. i'll log the request to allow for just showing the associated numeric value, but you can get around the issue for now by showing your own legend instead of our built-in one.
    regards,
    raj

  • Report Attribute - Column Attribute - Sort

    I have a SQL Query (PL/SQL function body returning SQL Query) report. I have the number of returned limited to 100 rows (Report Attributes - Layout and Pagination - Max Row Count). When I run this report without any column sorts (none of the Column Attribute Sort columns are checked) it runs fast. If I set either the Sort Sequence, or check any one of the Sort columns, the report takes forever to run. This with only 100 rows on the report.
    Where is the sort being performed - Is the sort being performed within Oracle (meaning, in the database) or is it being sorted in Apex or on the Client?
    Note that there is no "order by" nor "group by" contained within the SQL - just a simple 2 table join (an inner join).

    Thank You, Thank You, Thank You.
    That is indeed the point I am trying to make.
    My report is a SQL Query (PL/SQL Function body returning SQL Query) and is based on information provided in several PopUp LOVs. The more LOVs used, the more information provided to the WHERE CLAUSE, and therefore the less data returned to the screen.
    When the End User produces a small report, they are likely to want to sort it.
    But when they bring back huge amounts of data, they don't want it sorted. Especially not automatically sorted.
    In most cases, this is happening when we are joining two or three tables with say 10 million rows on each table. The join condition is good (meaning there is not a Cartesian Product) but the resultant data is 10 million rows - something you not likely want to sort. Even with a limit on the number of rows returned (Report Attributes - Layout and Pagination - Max Row Count) to something reasonable, like 500, the 10 million resultant rows are first being sorted and then the first 500 returned.
    So, yes, a "sort-enabled" report should NOT automatically sort. Which is what is happening.
    Of course, it might be a good thing to have some sort of Variable that we could set on a page to decide if we want automatic sorting. On most pages, an automatic sort is great - as the amount of data returned will always be small.
    On the pages where I have this problem, it would be great to do the automatic sort when one or more of the PopUp LOVs are populated. So, within a "After Submit" process I might want to turn automatic sorting on.
    Hey, if we are going to ask for an enhancement/change, we might as well ask for something really flexible.

  • Number of columns in the Report Attributes

    Hi,
    In the report attributes, there are around 100 columns, but I am able to see around 70. If i want to change the order of the columns i need to view everything. What is the solution for this?
    Regards,
    Pallavi

    From my experience there are two options. One is copy your query out to another editor, delete the region and rebuild it after changing the order of the select statement in your query. This works well, but becomes cumbersome if you have lots of custom attributes or links on the columns.
    The other is to modify the source of an application export. We have had to do this before on an import form, because the number of input items exceeded the limit in APEX. The export file is a sql script and has parameters in the section that creates the report region that reference each column (COL09 for instance). You could re-org those and attempt to import the application. !!!This of course is not supported by Oracle should something not work correctly. I would make sure to take a backup and do not import over top of the existing application.!!!
    Good luck!

  • Report Attributes: arranging sequence of columns

    in a non-interactive report, in order to specify the sequence of the columns, we have to use the up/down arrows from Report Attributes->Column Attributes.
    Any tricks to make this easier?
    Has anyone heard about whether this will be draggable in 4.0?
    I don't mean to sound ungrateful.... I am having tremendous success pulling my project together, but this is such a tedious way to arrange the column sequence!
    Thanks
    Marion

    Hi Tony - I ordered that book over a week ago from half.com but it hasn't arrived yet; Thanks for reminding me - I'll look for a status on the ship-date. I also ordered the book by Greenwald and am going thru it (but I tend to get sidetracked trying to do stuff with my own business needs)
    I do try to surf and look in documentation and find answers for myself, but sometimes it's counter-productive when I don't even have the vocabulary to know what it is that I'm looking for.
    For example, other applications, I know the concept of 'margins' and so, even if I don't know where the settings are, I know to search for margins.
    But here, there is so much to learn that I don't even always have the words to know what it is that I'm looking for!
    Thanks for the suggestion Tony - I appreciate it -
    Marion

  • Moving columns up/down in Report  Attributes

    Is there a faster way to move columns up/down in the Report Attributes region? When I have a query like
    select
    col1,col2,...
    and I add a column before col1, it gets added after all the columns and I have to click Up several times to have it positioned at the start of the column list. This is a tad painful when dealing with more than 4-5 columns.
    Can I suggest putting a column display sequence on each column also?
    Thanks

    Has this been discussed?
    A "display sequence" text box would be nice if there is not an alternate method.
    Dave

  • Report Attributes: Add column link and derived column

    On the Report Attributes page (4000:420), under the Tasks list on the right side of the page, there are 2 links, "Add column link" and "Add derived column". This is the first time I am noticing them.
    The usage is clear, they add columns to the report to function either as a drill-thru link column or just a read-only derived field.
    Doing it this way does NOT modify the source query for the report region.
    Is there any benefit to using this feature versus adding a "null column_link" or "null derived_col" columns to my source query then setting attributes for those columns?
    Thanks

    Well, one disadvantage I can see of using the 'Add Column link' is that if I have more than 1 of such columns, they all show up as '[column link]' on the Report Attributes page with no way to tell what the underlying links are. Instead, if I were to manually add these dummy columns to my query itself, I would give them meaningful column aliases that indicated where they link to.
    Suggestion: Maybe a tooltip could be added to the Report Attributes page for such columns which indicate what the underlying link is without actually going to the Edit page for that column.
    Thanks

  • How to increase 255 column limit in hyperion financial reporting studio

    how to increase 255 column limit in hyperion financial reporting studio

    Check this knowledge article :
    Best Practices for Hyperion Financial Reporting (FR) Report Design [ID 1196695.1]

  • FSG: Reporting Attributes Showing in one column for multiple segments

    I am doing an FSG and and trying to run it through Program - Publish FSG Report and using the template provided but having a problem with the first coulmn of the report. The first column of the report is bunching up all the segments in one column instead of seperating it in multiple columns. For eg. 5100 Travel expense instead of in two different coumns is put together in one column. I have tried lot of things but none of them fixed it.
    I would be glad to know anything that can solve or lead to a solution to this problem
    Arun

    Yes, I did. I had chose four segment descriptions there and I had something like 30-35 as the space for them. I have also checked the starting value of the column set. It looks ok. The XML BI Publisher is unable to seggregate them it seems for some reason.
    Arun

  • Report Row Height and Column Width

    Hi,
    I have a cell in a report (a description column) that causes the row height to become very large (when there is a lot of text in the description). I can make the column wider on the report attributes page, but there doesn't seem to be any place to influence the maximum height of a row on a report, short of modifying the template.
    Adding style attributes (e.g. max-height:30px) to an element only affects the <span> that the element resides in, not the table cell or row.
    Displaying the column as a text area is a useful workaround. The downside is the border and scroll bars do waste a lot of screen real estate. Does there exist some other way of setting a limit on the height and/or width of a report, report column or report row?
    Oh, and another question- how do make line breaks in this forum? There's no support for <BR> or [br].

    Please reply to this thread, my customer is facing the same issue. He does not have issue with the excel and the pdf output but in the rtf output the table heght increases to accomadate the data.He want it to bevave in the same way as the pdf do.
    Regards,
    Ajay

  • Report attributes - layout and pagination

    When you set the pagination scheme to Row Ranges X to Y(with next and previous links), Number of Rows to 15 and Max Row count to 1000, I need to know what happens with the query. When the user selects the next (or previous) 15 records, does the region's query fire again and query all 1000 (or more) records?
    I hope this makes since. I just need to know if the application is selecting all the records over and over as the user move through the report.
    Thanks

    Thank You, Thank You, Thank You.
    That is indeed the point I am trying to make.
    My report is a SQL Query (PL/SQL Function body returning SQL Query) and is based on information provided in several PopUp LOVs. The more LOVs used, the more information provided to the WHERE CLAUSE, and therefore the less data returned to the screen.
    When the End User produces a small report, they are likely to want to sort it.
    But when they bring back huge amounts of data, they don't want it sorted. Especially not automatically sorted.
    In most cases, this is happening when we are joining two or three tables with say 10 million rows on each table. The join condition is good (meaning there is not a Cartesian Product) but the resultant data is 10 million rows - something you not likely want to sort. Even with a limit on the number of rows returned (Report Attributes - Layout and Pagination - Max Row Count) to something reasonable, like 500, the 10 million resultant rows are first being sorted and then the first 500 returned.
    So, yes, a "sort-enabled" report should NOT automatically sort. Which is what is happening.
    Of course, it might be a good thing to have some sort of Variable that we could set on a page to decide if we want automatic sorting. On most pages, an automatic sort is great - as the amount of data returned will always be small.
    On the pages where I have this problem, it would be great to do the automatic sort when one or more of the PopUp LOVs are populated. So, within a "After Submit" process I might want to turn automatic sorting on.
    Hey, if we are going to ask for an enhancement/change, we might as well ask for something really flexible.

  • Can interactive report have 2 "special" columns?

    I have an interactive report on which I have placed a column for redirecting to a detail form. But I want to, also, put a column that will contain a button which will perform an action (update 2 columns in db). This way if the user wants to close the entry on the db they can click this button without having to go to the detail screen. So, they can go to the detail screen and close the entry or they can just click on the button to close the entry. I would love to have it be done with a right-mouse click menu but I suspect that is too much to ask which is why I thought the button might be ok.

    I took a different approach but this might work for you...
    On the interactive report, defined column1 as 'CheckBox' using this syntax:
    Select APEX_ITEM.CHECKBOX(1,c.s_id) "s_id_checkbox", column2, column3 etc. from my table - Note: APEX_item.CHECKBOX can create the checkbox as 1st item on the IR report
    once the item is defined, set the item header in the 'Report Attributes' tab to: <input type="checkbox" onclick="$f_CheckFirstColumn(this)" title="Select"/> and column type: Standard Report column - This will give the each row of the IR check/uncheck facility for the user. Make sure when you run the IR in developer mode, to 'Select' the newly defined 'checkbox' column in the 'Actions' menu and Save the report as 'Public' report. Also, move the newly-defined 'check-box' column as 1st column to display on the IR.
    Introduce a button Item on the IR Page, that will submit a page process. Write your PLSQL procedure or DML calls in this page process, for performing your database operation on your list of 'checked items'
    Page Process upon button submit: Code Example only. You may need to implement as per your reqs.DECLARE
    v_request VARCHAR2(100) := v('REQUEST');
    v_count pls_integer;
    v_selected_item_id pls_integer;
    BEGIN
    :P1_PROCESS_MSG := NULL; --This should be set the page processes 'success' and 'error' message properties to &P1_PROCESS_MSG. (Define new item P1_PROCESS_MSG on your page of IR)
    IF v_request = 'YOUR_BUTTONS_REQUEST_NAME' THEN
    --//Process each user selection via the PLSQL page process api call
    FOR i in 1..APEX_APPLICATION.G_F01.COUNT LOOP
    v_count := v_count+1;
    BEGIN
    v_selected_item_id := APEX_APPLICATION.G_F02(i);
    --// CALL_YOUR_PLSQL_PACKAGE or Custom DML BY PASSING THE USER SELECTED RECORD_ID TO PERFORM YOUR DATABASE DML and by using the 'v_selected_item_id' as a parameter or DML condition to perform your database DML action.
    EXCEPTION WHEN OTHERS THEN
    :P1_PROCESS_MSG := SQLERRM;
    END;
    END LOOP;
    END IF;
    EXCEPTION HANDLER..
    :P1_PROCESS_MSG := SQLERRM;
    END;
    Usage:
    User runs the IR, checks on the records he/she wants to do the 'close' then clicks on the new button that does the 'multiple-close' for the records of choice. He/she can select just-1-row and do the same dml operation by clicking on a button that you defined on this IR Report's page.
    Also, if the above approach is not viable, you can create a 'f?p...' column link on your IR's main query to submit the page upon user-click. But, I've seen the above approach lot more liked by users.
    SK
    Edited by: VSKumar on Feb 7, 2012 5:45 PM

  • Fail to parse SQL query after report attributes changes on sample app

    This errors occurs in the sample application istalled in Workspace PMW on the http://htmldb.oracle.com web site. Goto home page, edit Page 1, Select "Top Orders" in Region, select report attributes, change max count from 5 to 5 in "Layout and Pagination", apply changes, run page and parse SQL error occurs. Select "debug" and the following is shown regarding the query.
    0.10: query could not be parsed:
    SELECT a.ORDER_ID, a.ORDER_TIMESTAMP, a.CUSTOMER_ID,
    b.cust_last_name || ', ' || b.cust_first_name cust_name, NVL(a.ORDER_TOTAL, 0)
    FROM demo_orders a, DEMO_CUSTOMERS b
    WHERE a.customer_id = b.customer_id
    ORDER BY NVL(a.ORDER_TOTAL, 0) DESC order by 5 desc,5 desc
    failed to parse SQL query:
    ORA-00933: SQL command not properly ended
    I can't see that I'm doing anything wrong but maybe someone can shed some light on this!
    Thanks

    this is sort of an oversight on our part. what's going on is that the sample app installs with that order by clause in the query. at the same time, the report attributes page for that region has a default sort sequence value of "1 desc" (even though column heading sorting isn't enabled). when you go to that page and try to apply any change, htmldb tries to set things up correctly for you...and you end up with that double order by. the best way to avoid the issue is to remove the order by clause from the query on the Region Definition page.
    hope this helps,
    raj

  • Not able to open Modal Page through a report attribute link

    Dear All,
         Not able to open Modal Page through a report attribute link, kindly help me...
      I am using skill builders modal page plugin ...
    Thanks and Regards,
    Madonna

    Here's what you have to do.
    You set up your column link like this:
    Link text: whatever you like
    Link attributes: onclick="return false;" class="open_modal"
    Target: Page in this application
    Page: number of the page you want to open in your modal window
    You set up your dynamic action like this:
    Event: Click
    Selection type: jQuery selector
    jQuery selector: .open_modal
    (notice the dot at the beginning!)
    Action: SkillBuilders Modal Page (2.0.0) [Plug-in]
    Event Scope: Dynamic
    And finally, in your True Action (SkillBuilders Modal Page (2.0.0)), URL Location should be set as Attribute of Triggering Element.
    And that's pretty much all it takes.
    Hope this helps.

Maybe you are looking for

  • Copying multiple tables from On Premises SQL to Azure Blob

    Hello Team, Using ADF, I wanted to move data from On Premises dataset having multiple tables to Azure Blob.  Can you please provide some help  or share some samples ? Thanks, Eshetu

  • Alarm volume too low - iPhone 4S / iOS 6.1

    Hi, I use the standard iOS alarm, and put my phone into DND mode overnight (manually).  The alarm still goes off in the morning, but the volume is inconsistent, even though I set the Ringer and Alerts volume to the max.  I have vibration turned on as

  • Bridge crashes when pressing Esc in slideshow

    I have recently installed CS4 64bit on a new machine (i7-860, 2.8GHz, 8GB DDR3 memory, Sapphire HD5570 1GB DDR3 GPU). All drivers are up to date and I updated CS4 on installation. A couple of times in the last few days a strange thing has happened wh

  • Can my MacPro running OS X Server 10.4.8 be headless?

    Hi, all. I'm running OS X Server 10.4.8 Server on my Intel MacPro. Can I run it "headless" and still have all services startup? It seems that if I boot it up and don't login, then the services don't start. (Or maybe they are started and I'm just not

  • Virtual Private DB - build_secuirty_app

    I am looking for the SQL code for the Virtual Private Database sample code on OTN. I know this is relatively old but this has exactly the kind of setup we need - as I recall. Can find the .jar, but need the database -level .sql. Does anyone know wher