Pivot layout in apex.

Hi
in my application i have a requirement as follows
1) column 1 indicator
2) column 2 important.
and the other columns are target actual and current year, previous year and next year.
the layout should be in pivot table lay out as follows here the three columns will be saved dynamically as 2012,2011,2013 and the respecitive percentage in target and acutal column
current_year previous_year next_year
target 10% 12% 5%
actual 5% 8% 5%
please find the attched screent shot.
can you please advise is this possible in apex.
thanks.

Pivoting must be done either using the PIVOT command in the SQL, manually using DECODE() statements, or with a PLSQL function returning a query in APEX.

Similar Messages

  • How to set it up to use BI Publisher Report layout in APEX

    Hi all,
    I downloaded the xml file from APEX to create a BI Publisher report layout and uploaded it to APEX report layout in share component. When I click the test report button, nothing showed. Would you show me what else I need to do to make it work?
    Any suggestions are appreciated.
    Thanks much@

    You need to use the desktop layout editor that works under Word to develop report layouts..
    Thank you,
    Tony Miller
    Webster, TX
    On the road of life...There are 'windshields', and there are 'bugs'
    (splat!)
    "Squeegees Wanted"
    If this question is answered, please mark the thread as closed and assign points where earned..

  • Custom Report Layout in APEX 3.0 PDF

    How much freedom do we have when developing a custom report layout using BI Publisher when we create the template file using the Word XML add-on?
    Why I am asking is, I am trying to replicate several Crystal based reports that use multiple lines of for data. They group on several columns and display the grouped data on separate lines in the report.
    Grouping 1 Line one has customer detail information
    Next grouping 1 or more lines are provider of service line information
    Last Line count of detail lines for customer
    Or would I be better off porting these reports to Oracle Reports?
    Thank you!
    Tony Miller
    UTMB/EHN

    Marc, I was able to create reports based on a layout and a report query...Is it possible to let the end user (not apex developers) download the report layout, make modifications and load it again. They will only be changing the text and very rarely will modify the fields..
    Thanks
    Ashlee
    update: i found the following logic in the f4000 app on page 1405 for download
    declare
    l_report_document blob;
    l_file_ext varchar2(255);
    l_mime_type varchar2(255);
    begin
    for c1 in (
    select *
    from wwv_flow_report_layouts
    where id = :P1405_ID
    ) loop
    if c1.report_layout_type = 'RTF_FILE' then
    l_mime_type := 'application/rtf';
    l_file_ext := 'rtf';
    else
    l_mime_type := 'application/xml';
    l_file_ext := 'xml';
    end if;
    l_report_document := wwv_flow_utilities.clob_to_blob(c1.page_template,wwv_flow_lang.get_db_charset);
    sys.owa_util.mime_header (l_mime_type ,false);
    sys.htp.p('Content-Disposition: attachment; filename='||lower(replace(c1.report_layout_name,' ','_'))||'.'||l_file_ext);
    wpg_docload.download_file( l_report_document );
    end loop;
    end;
    and 1406 for upload
    declare
    l_report_layout clob;
    l_report_layout_id number;
    begin
    for c1 in (
    select blob_content from wwv_flow_files
    where name = :P1406_LAYOUT_FILE
    ) loop
    l_report_layout_id := wwv_flow_id.next_val;
    l_report_layout := wwv_flow_utilities.blob_to_clob(c1.blob_content);
    insert into wwv_flow_report_layouts (
    id,
    flow_id,
    report_layout_name,
    report_layout_type,
    page_template
    ) values (
    l_report_layout_id,
    :FB_FLOW_ID,
    :P1406_REPORT_LAYOUT_NAME,
    'RTF_FILE',
    l_report_layout
    end loop;
    end;
    are these the tables/apis i could use ?

  • Report Layouts in APEX 3.0

    Hello,
    i am interested in the report layouts in the new apex 3.0 version.
    Does anybody have experiences with that?
    Is it true, that I can edit the xml file only with a licensed version of XML publisher and not the desktop version?
    By the way is ther a users guide for apex 3.0 in which the report layout section is described?
    Thank you,
    Tim

    Hello Tim,
    First, you can experience APEX 3 your self, registering to the evaluation instance.
    There isn't yet a proper documentation to the new version, and even some of the internal help screens are not available yet. Still, there are several threads in this forum about the new PDF native support, that can help you understand the principles. Search the forum using the keyword "PDF" and user name "Marc Sewtz". These threads will answer the rest of your questions.
    Regards,
    Arie.

  • Excel 2011 can I run pivot in classic pivot layout

    Hi All,
    Is it possible to run Excel 2011 pivot in classic layout. I am having a tough time with excel 2011 pivot format.
    Thanks,
    Sapna

    Tom, that brings me to accurate % change, thank you.
    offense         2011    2012    Difference    Correct % Change    Other Proposed Change
    ARSON           44         35          -9            -20.45454500  
              0.0
    ASSAULT       2179    2286       107             4.91050900               0.0
    Still working to format the % to 20 but wanted to give you feedback.

  • How to run classic pivot layout in Excel 2011?

    Hi All,
    I am having a tough time with piviots in Excel 2011, can I run pivot in classic layout?
    Thanks,
    SG

    Open the VI in LabVIEW 2011 and use the File menu option, Save for Previous Version.

  • Asking about layout on apex page

    Hai all, i'm newbie on web programming especially on apex,
    is there tutorial or information about design region layout on page, because my region so crowd and not looks solid, especially about width region and  centering contains on region
    thank you

    5f97ccbf-340e-4ea9-b68d-3878e2d2dbc8 wrote:
    Please update your forum profile with a real handle instead of "5f97ccbf-340e-4ea9-b68d-3878e2d2dbc8".
    Hai all, i'm newbie on web programming especially on apex,
    is there tutorial or information about design region layout on page, because my region so crowd and not looks solid, especially about width region and  centering contains on region
    In APEX page layout is controlled using a combination of HTML and CSS via themes and templates. You need to have an understanding of these web technologies to make best use of APEX. If you're not familiar with them you're advised to get at least a basic understanding by spending some time on the tutorials here: start with HTML, then HTML5 and CSS. To modify behaviour as well as structure and presentation, Javascript, the HTML DOM and jQuery are also required.

  • No one in ApEx forum knows how to modify report layout!!!

    Hi dear firends,
    I have got Named column report layout (XSL-FO, <!--Generated by Oracle BI Publisher 10.1.3.4.1-->) that was designed by another programmer.
    To change it , I downloaded the current file (xml extension file) using the download button on this page,
    But I can not modify it by Altova StyleVision , Altova XML or XF Designer! (
    How to I modify it rapidly ve easyly by a report layout designer other than BI Publihser?
    Regards
    siya
    APEX 3.2
    Edited by: sak on Feb 14, 2012 11:40 AM

    hello
    In shared Components\report queries or \reprot layouts of ApEx 3.2, has written
    Named column report layouts are file based. To change, download the current file using the download button on this page, then modify the file as needed. Afterwards, upload the modified file as a new report layout.
    How can I modify an XML extension file with other tool than BI publisher? (generated by BI Publisher )
    regards
    siya
    Edited by: sak on Feb 14, 2012 11:12 AM

  • Rtf Templates created with BI Publisher 11.1.1.3.0 not working in APEX

    I created templates using BI Publisher v10 Desktop that I used to create Report Layouts in APEX and everything worked just fine. However, I've upgraded to BIP 11.1.1.3.0 Desktop and the rtf templates don't work. I suspect that the problem is with the graphs.
    Is there something in my APEX environment that needs to be upgraded or modified to be compatible with the BIP v11 templates? Are templates created with BIP v11 compatible with APEX Reporting?

    I'm having a similar issue with 11.1.1.3.0
    My RTF templated uploaded to APEX correctly, and seems to load and generate ok. The OUTSIDE formatting on the report (title, etc) all seem to show fine, but the actual repeating data block doesn't show any of the data or columns or boxes..... Just the column headers.
    VERY FRUSTRATING......

  • Report Logo - Displays on HTML, not on PDF report  (Apex report_)

    Hi Gurus.
    I thought I'd report this here, as we are having a BI Publisher error, and I'm not getting any help on the Apex subforum.
    +We have a system environment setup where we have BI Publisher Enterprise and Apex 3.1.2 talking together to create PDF reports on a Oracle 10g database (R2 I think, I'm uncertain). As part of a business requirement, depending on what project you are looking at within our apex application, when printing a report you see a logo specific to the project. We have already developed this using a RTF template with a dummy image embedded, and url:{concat(.//URL,.//PROJECT_ID)} in the Alternative Text field of the Web tab of the Format Picture dialogue.+
    This worked fine when using the RTF templates as Report Layouts within Apex and as templates within a BI Publisher report.
    However, now logos aren't appearing.
    We are on  BIP 10.1.3.2 according to the Help File, and we are running Apex 3.1.2.00.02 on Dev and Apex 3.1.1.00.09 on test and prod, however none of these environments are outputting logos in the PDF reports.
    Curiously, if I go into the BI Publisher interface and ask for the report to be outputted as HTML, the image shows. Running the HTML version of the report from Apex also shows the logo -- but the logo isn't showing in the PDF reports.
    As I continue trouble shooting, any assistance would be greatly appreciated.

    If anyone could give us any insight on this, it would be appriciated.
    I'm unsure if its a permissions problem with the PDF seeing the image, or something related to server setup. We currently have a redirect in place to production that doesn't include the :7777 in the URL, and for some reason, if the G_URL for the image is changed to this portless URL, the image is embedded. However, this redirect was in place for another application, and will soon be locked down, so is not available for a long term solution to this problem

  • Calling A BI Publisher Report From A Link In An Apex Report

    I have a report on my page
    select id, aa, bb
    from table_x
    What I want to do is to have an extra column or use the id column as a link (which says Print Report) to call an BI Publisher report. This call should pass over the id and open the report in a popup window.
    For certain reasons I do not want to use the built in report queries and layouts in apex, just call the report straight for BI.
    I call other BI reports in my application, but always from a button.
    Help appreciated
    Gus

    Hi,
    All that such a button does is submit the page and branch to page zero passing in the request field something like this:
    PRINT_REPORT=my_report
    So, to do the same in a dynamic action, use an "execute javascript code" action with something like this in it:
    location.href = 'f?p=&APP_ID.:0:&SESSION.:PRINT_REPORT=my_report';
    Luis

  • Date Picker problem in Apex 3.1

    Hi,
    I upgraded my apex to 3.1 and found that the date picker icon behaviour become quite strange.
    If I set the label of the date picker Horizontal/Vertical Alignment to Above, the picker icon will show below the text box instead of right side. And the pop-up calendar for Date Picker (DD-MM-YYYY HH24:MI) also not high enought to show the Close and OK button, I have to manually adjust the pop-up calendar height.
    All this problems were not there in 3.01, is these some kind of bug?
    Thanks
    Vincent

    Hello,
    Can you put an example of your particular layout on apex.oracle.com. The solution I had worked in most of the case's I tested , obviously yours is different.
    The next best solution would be to either shim the items with images, or to specifically set the widths of the containing table cells.
    The reason all this is happening is sometimes , depending on the region templates and CSS the regions will collapse down on the content, and the the browsers will do there best to fit the content in the smallest place possible, Unfortunately, in some cases the browsers ignore both nowrap="nowrap" and/or style="white-space:nowrap", why would I want to put nowrap on something and still have it wrap, I don't know it's not me it's the browsers.
    The solution in the patch I'm leaning towards is wrap item into a table. As it will work perfectly everywhere , and greatly annoy people that want tableless layouts, but that won't be available till the patch.
    Regards,
    Carl
    blog : http://carlback.blogspot.com/
    apex examples : http://apex.oracle.com/pls/otn/f?p=11933:5

  • Creation of a dynamic Form layout

    [Required Layout|http://imgur.com/aX3hR]
    Hi All,
    I am trying to create a dynamic layout using Apex as shown in the above link.
    The required functionality is to allow the user to select the database (note only 2 shown but there are several), this would then update the Db field which would then update the table field dynamically.
    Each database has the same structure but is located on a different machine.
    I have created a database link to allow access to them and then created a view
    create or replace view sec_app_build11m
    as select * from sec_applications@build11m;
    The tabular form which will allow the update of the data on the remote database via the database link is populated thus:
    select
    "APP_NAME",
    "APP_NAME" APP_NAME_DISPLAY,
    "APP_DESC",
    "APP_VERSION",
    "APP_VSN_DATE",
    "APP_OMEGA",
    "APP_KEY",
    "APP_KEY2"
    from "#OWNER#"."SEC_APP_BUILD11M"
    My problem is that as soon as I try and change the from clause to be dynamic and reference the DB field:
    from &P9_DB.
    it produces an Oracle error:
    1 error has occurred
    Query cannot be parsed within the Builder. If you believe your query is syntactically correct, check the ''generic columns'' checkbox below the region source to proceed without parsing. ORA-00903: invalid table name
    I am new to Apex and think that this may not be possible to achive in Apex so before I spend a lot of time trying to figure it out I thought I would ask for advice.
    Many Thanks
    Dave

    Dave,
    You could use a function returning SQL (for classic report only)
    Declare
    v_q varchar2(4000);
    begin
    v_q := 'select "APP_NAME","APP_NAME" APP_NAME_DISPLAY,"APP_DESC","APP_VERSION","APP_VSN_DATE","APP_OMEGA","APP_KEY","APP_KEY2"from '|| :P9_DB;
    return v_q;
    end;Robert
    http://apexjscss.blogspot.com

  • APEX 4.1 - APACHE FOP PDF generation problem.

    Hi all,
    I'm having problem with PDF generation using APACH FOP on OC4J.
    When I test my print server as described here:
    http://marcsewtz.blogspot.com/2008/06/heres-another-posting-on-pdf-printing.html
    everything works without problem. But when I upload my Layout to APEX and try to generate PDF from apex I'm getting error:
    oracle.xml.parser.v2.XMLParseException: Unexpected EOF.
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320)
         at oracle.xml.parser.v2.XMLReader.popXMLReader(XMLReader.java:549)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1375)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:362)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:308)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:337)
         at oracle.xml.xslt.XSLProcessor.newXSLStylesheet(XSLProcessor.java:714)
         at oracle.xml.xslt.XSLStylesheet.<init>(XSLStylesheet.java:322)
         at oracle.xml.parser.v2.XSLStylesheet.<init>(XSLStylesheet.java:114)
         at apex_fop._jspService(_apex__fop.java:71)
         [SRC:/apex_fop.jsp:21]
    I could see similar post here:
    Handling Special characters in call to apex_util.download_print_document
    But it doesn't explain my case as it's crashing even when I generate empty pdf(no data so no special characters, only empty XML file with no data should be sent to print server)
    Is there any way to see what xml is sent do print server for processing? That could eventually show where is a problem.
    Palo

    My mistake, there was really an "&" character in my template. now when I replaced it with %26 it works.
    However I would be still interested if there is a way to see what data is APEX engine sending to print server cause it will help me to find this kind of errors.
    Palo

  • Maximum number of allowed pages in Pivot Table exceeded

    Hi,
    I am working on Oracle Business Intelligence 10.1.3.2.1 . We have a requirement to show one report in the Pivot layout.
    But it throws one error: "Maximum number of allowed pages in Pivot Table exceeded (Configured Limit: 1000) "
    So I have modified the Instanceconfig.xml with the following piece of code:
    <PivotView>
         <MaxVisibleColumns>9000</MaxVisibleColumns>     
         <MaxVisiblePages>90000</MaxVisiblePages>
         <MaxVisibleRows>9000000</MaxVisibleRows>
         <MaxVisibleSections>9000000</MaxVisibleSections>
         <ResultRowLimit>9000000</ResultRowLimit>
    </PivotView>
    <CubeMaxRecords>9000000</CubeMaxRecords>
    <CubeMaxPopulatedCells>9000000</CubeMaxPopulatedCells>
    The number of records is 30 398. In another report the amount is much higher than this number of records and bring it with no problem.
    Can anyone please look into this Issue.

    Hi
    Try checking the link
    http://obiee101.blogspot.com/2008/02/obiee-controling-pivot-view-behavior.html
    Hope this helps
    Regards
    Debo

Maybe you are looking for

  • The best way to transfer videos between devices and mac?

    I have an iphone 4s, ipad and a macbook pro - is there any way to transfer videos wirelessly betwen these platforms? As far as I know icloud only allows photostream of photos only but nit videos. This is quite inconvenient for video users as I normal

  • Sleep button used to have a click sound

    My phone is 4 days old and I remember hearing a "click" sound effect when pressing the sleep/wake button. After a day or two it stopped, and makes no sound. I've checked settings and there is no option for it. Do other people's make this sound when p

  • Authorizations: Dynamic roles

    Hello everybody, We are going to migrate our authorizations from 3.x concept to BI-7. With the new concept we are compelled to respect certain requirements like to include into the single user profile every InfoObject “AuthorizationRelevant” (that ar

  • I can't get rid of the iCloud icon in my iTunes playlists

    Since the last iTunes update the iCloud icon keeps popping up in every playlist. I tried disabling it, but after the next start-up the icon is back again, and it isn't because it's a different playlist. This keeps happening in the itunes library also

  • Paste a phone number?

    I understand that the phone is supposed to recognize phone numbers in Safari/email messages and give you an option to dial them. What if the phone doesn't recognize a string of numbers as a phone number, and doesn't provide the option to dial it? Fir