two reports in the same section

Hi all

I would like two have 2 different reports in the same section, one close to the other (no cushion).
The dashboard page should look like

Section1
---------------------/
command prompt
----------------------/
Report1. Report2
----------------------/

is there a way to make this cause I could only add sections vertically and horizontally (not able to put one report next to each other in the same section)?

Concerning

Add two reports to the same section and click on the 'Properties' button on the section header. Check "Organizing horizontally" and the two reports will be displayed next.

Tags: Business Intelligence

Similar Questions

  • Error update of two reports on the same page! Could you please have a look?

    Hey guys!

    I have the following situation:

    two updated reports on a single page with ID "DATE_REPORT" and "WORK_REPORT".
    two processes of pl/sql on submit after named 'SUBMIT_DATE' and 'SUBMIT_WORK' c...
    two buttons named 'SAVE_DATE' and 'SAVE_WORK '.
    Finally, the process of the insert and update are conditioned to a request = 1 where for the "DATE_REPORT" Expression, it is set to 'SAVE_DATE' and 'WORK_REPORT', it's logically on 'SAVE_WORK '. There is no condition extra button.

    My problem: I press any button, the table is accumulation in the columns of the first report and continues to add lines of the second report.

    For example: "DATE_REPORT" has 11 lines and "WORK_REPORT" has 9 lines. In debug mode, I see that the picture is piling using the 'DATE_REPORT' although 'SAVE_WORK' has been accepted as a demand. The same problem vice versa for the other update.
    ......column CNT_ARBEIT_CRIT_DATE mapped to WWV_Flow.g_f02
    ......column LNG_ARBEITSSCHRITT mapped to WWV_Flow.g_f03
    ......column STR_ARBEITSSCHRITT not mapped - not stateful.
    ......column DATE_GP_X_START mapped to WWV_Flow.g_f04
    ......column DATE_GP_X_END mapped to WWV_Flow.g_f05
    ......column DATE_R_X_START mapped to WWV_Flow.g_f06
    ......column DATE_R_X_END mapped to WWV_Flow.g_f07
    ......column LNG_GEBIET mapped to WWV_Flow.g_f08
    ......column CS not mapped - not stateful.
    ...array has 20 row(s). Used f08 to count.
    
    Validate report columns(ApexLib_TabForm.validateColumns)
    Row 12 has checksum error. ORA-01403: no data found ORA-01403: no data found ORA-01403: no data found
    ...Row 12
    ...LNG_ARBEITSSCHRITT
    ...CNT_ARBEIT_CRIT_DATE
    ......is not required
    ...LNG_GEBIET
    ......is not required
    ...DATE_GP_X_START
    ......is not required
    ...DATE_GP_X_END
    ......is not required
    ...DATE_R_X_START
    ......is not required
    ...DATE_R_X_END
    0.00: A C C E P T: Request="SAVE_WORK"
    How can I make sure that the tables are made from the reports which are the subject of the update?

    Thank you very much for reading this post and give help if you have an idea!

    Kind regards

    SEB

    Published by: skahlert on 13.03.2010 10:57

    Hi Sebastian,.

    what you want to achieve is indicative of the browser not to send the region A fields when you want to commit region B.

    You have several options:

    (1) do not make the region all the (conditions of the region)
    (2) send any content and to ignore the lines of region A in your area of PL/SQL
    (3) the region has to withdraw before submitting the page (for example with jQuery: jQuery("#__).remove())

    But maybe you should start by rethinking your application, do you really want 2 different TabForms on a single page.

    Peter

    + Blog: http://www.oracle-and-apex.com+

  • Possible to design two reports at the same time?

    Hello!

    Is it possible to have an analysis OBIEE/dashboard open in a browser window and to design a second report in another browser window? I tried, but when recording I got an error XML encrypted, even though it may quite foreign. After all, I am a first year student OBIEE.

    Hi Larry,

    The answer is Yes, you can do it.
    It is best to use the Mozilla browser instead of internet Explorer to access the answers.

  • Print several reports within the same PDF or HTML format

    Hi all

    I have a requirement where I have to give a user function, where they can print more then 1 report in a PDF or HTML link provided by buildin feature.
    I pass values invited to Upshift from the table edge and based on the report TOP that I am passing in the values for the lower part of the dashboard report.
    now the user came with requirement where they want to print two reports on the same page, in OBIEE we now have features where we can add links to report at the bottom of the report where you can give, print, download, cool and all other options.
    How to get this feature of multiple reports within the section...

    Hey Veer,

    Report links are specific to a report/request. In addition, page level you print on the pdf/html option. At the bottom of the page, you have this control using which you can print an entire page.

    Rgds,
    DpKa

  • 2 parameters and 2 reports in the same dashboard

    Hello

    I have 2 sections in a dashboard. Both has its own parameter x and various reports. Two reports use the x parameter. But by changing the setting of the value x for section 1 will also change the parameter x of article 2.

    Is it possible to leave the 2 glance section to its own setting?

    thnx, Robbert

    As John mentioned above, use the filter protection option in each report. You can also define two variables of different layout for each report.

    Ex: You have 2 reports with filter on a column (Say countries). You must create 2 guests - CountryPrompt1, CountryPrompt2.
    Set a report filter 1 = pCountry1, where pCountry1 is the variable of the presentation of CountryPrompt 1.
    The same for report 2 position filter as = pCountry2, where pCountry2 is the variable of the presentation of the CountryPrompt 2.

    Thank you
    SAI.

  • If I have the two LOV in the same table then how to connect when I select first and second LOV value also change?

    Mr President

    If I have the two LOV in the same table then how to connect when I select first and second LOV value also change?

    My two fields are FLOW AND DR_NAME

    FLOW = ACCT_ID

    DR_NAME = ACCT_NAME

    I created with success of LOV for these fields.

    First LOV gives acct_id in the debit field and second LOV gives the value of acct_name to dr_name.

    How can I report these lov, it's that when I change my acct_id then acct_name also change

    I have these two tables

    CREATE TABLE "NOM"  (
      "ACCT_ID" VARCHAR2(7) NOT NULL ENABLE, 
      "ACCT_NAME" VARCHAR2(50) NOT NULL ENABLE, 
      "O_BAL" NUMBER(13,2),
      CONSTRAINT NOM_PK PRIMARY KEY ("ACCT_ID")ENABLE
       
       );
    CREATE TABLE "VOUCHERDET" (
      "V_ID" VARCHAR2(9) NOT NULL ENABLE,
      "LINEITEM" NUMBER ,
      "DEBIT" VARCHAR2(7) , 
      "DR_NAME" VARCHAR2(50), 
      "CREDIT" VARCHAR2(7) , 
      "CR_NAME" VARCHAR2(50), 
      "PARTICULARS" VARCHAR2(100), 
      "AMOUNT" NUMBER(21,2),
    CONSTRAINT VOUCHERDET_PK PRIMARY KEY ("V_ID","LINEITEM")ENABLE, 
    CONSTRAINT PUR_SAL_LINE_POD_FK FOREIGN KEY(PROD_ID)
      REFERENCES PRODUCTS (PROD_ID)ENABLE,  
    CONSTRAINT VOUCHERDET_DEBIT_FK FOREIGN KEY ("DEBIT")
       REFERENCES "NOM" ("ACCT_ID") ENABLE, 
    CONSTRAINT VOUCHERDET_CREDIT_FK FOREIGN KEY ("CREDIT")
       REFERENCES "NOM" ("ACCT_ID") ENABLE,  
    CONSTRAINT VOUCHERDET_V_FK FOREIGN KEY ("V_ID")
       REFERENCES "VOUCHER" ("V_ID") ON DELETE CASCADE ENABLE
      );
    
    

    Concerning

    so, instead of this second ActId, choose ACCT_NAME:

  • Q1: Can we have 2 different products Middleware (SOA and forms and reports) in the same field of WLS?

    Q1: Can we have 2 different products Middleware (SOA Suite and forms and reports) both executed in the same Weblogic domain?

    Q2: what about 2 domains different (one for SOA Suite) and one for forms and reports on the same machine (Box) on the same installation of Weblogic?

    I'm looking for official documents that can clarify these issues for the customer.
    Thank you.

    Hello

    Q1: Can we have 2 different products Middleware (SOA Suite and forms & States) both executed in the same Weblogic domain?

    It is not supported because as SOA and forms & States share a common directory called oracle_common that would be

    crushed by the product. This is why we ask you to use two different homes of Middleware for installation and configuration.

    Ex: If you have installed SOA in a field and you have installed forms & reports and then the oracle_common could be crushed by

    Binary forms & reports and so there might be problem with SOA.

    Q2: how about you 2 different (one for SOA Suite) areas and the other for forms & reports on the same machine (Box) on the same installation of Weblogic?

    You can have 2 different domains but not in the same weblogic Installation according to the explanation above.

    Kind regards

    Prakash.

  • apex5 pre-release - url filter applies to the two IRs with the same column name

    I've implemented 2 interactive reports on the same page, one on EMP (static id Throne) and the other on DEPT (deptir static id). Both the DEPTNO column. If I create the following filter via the URL: IR [throne] EQ_DEPTNO:20, the filter is applied to the two interactive reports.

    Screenshot from 2015-03-29 08:30:33.png

    Hello

    Please let us know. It has the same root cause as your other reported problem. It's bug #20764255, which has already been identified and corrected on our development environment. A fix will be released in our production release.

    Concerning

    Patrick

    Member of the APEX development team

    My Blog: http://www.inside-oracle-apex.com

    APEX Plug-Ins: http://apex.oracle.com/plugins

    Twitter: http://www.twitter.com/patrickwolf

  • Do B2B ceates two produts with the same B2B Message ID

    Hi all
    Can B2B ceates two operations with the same Message of B2B ID?

    In our scénarion we send EDI XML backend application (SOA) B2B and B2B transactions then converts EDIXML to native EDI and it then sends to TP.
    For each transaction it ceates a B2B message ID.

    But he created 2 operations with the same message ID. The two went to the provider, the two payloads are same completely

    Emerson, SERIES AS2 - 1.1 X12_5020 - 5020 Process_X12_5020_850 WaitFA July 26, 2010 20:40:14
    Emerson, SERIES AS2 - 1.1 X12_5020 - 5020 Process_X12_5020_850 WaitFA July 26, 2010 18:39:22

    Could someone help us in knowledge?

    Concerning
    REDA

    Hi reda,.

    Here's the logfile for 20,40

    Yes and this message is a request is received (DND) 850 (16789 message id). If you read my last post, then I said-

    According to the newspapers about 20:40 (20:40) there is only a single transaction, which is the acknowledgement of the message (ID = 16789) sent to 2010.07.26 at 18:39:21:877

    I did not "recognition... time.

    As in the report you see two messages but there is no corresponding newspaper of the second message, so I suggest you approach a case with support. They would be better off to analyze your system and find the right problem.

    Are you able to reproduce this problem?

    Kind regards
    Anuj

  • How two regions as the same size?

    Hi all

    I have two areas in my page, a 'SQL query report' region and below this "region of IR report," as up to now, two regions are different in size, I mean by the width, is there a way to put the two regions of the same size in the page?

    ~ Thanks in advance

    Capacities are

    I. put the following text in the attributes of the region

    style="width:400px;"
    

    II. using div tags
    Put this in the header of the region

    and this, in the footer

These are the regions 400 pixel wide. Change size as a result of your needs.

Kind regards

  • Two forms on the same Page

    Hey everybody,

    I have a page on which there are two forms to two different tables.

    The problem I'm having is when I try and create an entry in one of the forms and click on the button create that APEX is trying to enter the information of these two forms.

    What I want is the user to be able to enter the information one shape at a time, like a pose after you have entered the information about the two forms at the same time.

    Can someone point me in the rite direction?

    Thanks in advance,
    -N.S.N.O.

    In the 'Edit Page' page process go to the section 'Conditions '.
    You will see a drop-down list named "when button (process after submit when this button is pressed). In this list click the button so that the process is to fire.

    CITY

  • Audit in two stages on the same device? !

    After upgrading to Mac OS Sierra the next thing happened:

    When I tried to sign in the community Apple with my Macbook Pro, I had a request of two steps and was invited to enter the 6 digit code that 'someone was trying to use my Apple ID to a place near me'... about 300 Km.

    I agreed, but the strange thing is that I got the 6 digit code on my Mac, where I had to type.

    Very easy process, but what is the meaning of this if I get the same code that I have to type on the same device? !

    I was a believer to receive on my iPhone or by SMS.

    There is something strange about this event?

    This scene reproduced whenever I tried to connect to the Apple community, until I checked "remember this browser.

    Tnxs.

    I arrived as well. My guess is that your mac is the only device approved for now, so the only option for apple is to send the code.

    If you go to ibutt settings in system preferences and click on account details, you can see which devices are approved under the devices tab. For me, it says my iphone is not usable as a trusted device, and I did bother to see if I can change this again, but I guess it can be done somehow.

    Edit: I just stumbled upon a thread discussing the same thing and found this answer, that solved the problem for me: Re: why Apple showed the authentication code to two factors on the same device that I connect to?

  • After installing iOS 9.3.3 two iphones on the same apple ID are evidence of the other device call log.

    I use two iphones on the same apple ID. After installing ios 9.3.3 two iphones show the other call log also. In my view, that is a bug in ios9.3.3, because this problem started after the new ios.

    No this is by design, and it was not introduced with 9.3.3 much earlier

  • Two computers share the same wi - fi Modem. When A computer reads a message that is marked as read on two PCs, not allowing computer B see what needs to be read.

    Two computers share the same WI - fi Modem. When A computer reads a message that is marked as read on the two PC, not allowing the B to see what still needs to be read. Email is Thunderbird.
    Please help, thank you for this option online support

    I should add that if you operate the account using Pop then messages can be left on the server without any indication that they have been read. You define each customer to leave them on the server.

    However if you don't know what messages have been read, I know not how will you know which ones to delete and when to do it. Without active maintenance your server could quickly become full.

  • I have two versions of the same book on my iphone and ipad.  I want the same book, so I can study on each device.  I tried to remove the books and start again.  It does not work.  Help.

    I have two versions of the same book on my iphone and ipad, which are not synchronized with the other.  I want the same book on each device, so I can study on one or the other.  I tried to remove the books on my phone, ipad & itunes and start again.  It does not work.  Help.

    Hello david.hogan87,

    Thanks for posting about what is happening. If I understand you correctly, you have a book you want on your iPhone and iPad, but neither is synchronizing correctly to have both.

    Have you checked every device to confirm that the same identifier Apple is signed all three?

    iPhone and iPad: head to settings > iTunes and App Store

    iTunes: on a Mac, it's under account or installed depending on the version of iTunes store.  On a PC, it is also under account, and if you don't see the menu bar, click on the triangle in the upper left corner to view the Bar Menu or CTRL + B on the keyboard.

    If all 3 have the same signed Apple ID, post the version of iOS and iTunes for all three devices here, please.

    Best regards.

  • Maybe you are looking for

    • HP Pavilion Elite m9515y: BIOHD-8 error message

      When I called HP they told me that the error indicates that the motherboard is bad. Everywhere I look I read that it is more likely the hard. HP said, buy another computer. The computer will not start at the top. When I ran the diagnosis I got the BI

    • Windows are not lining up properly on the screen

      My mother just got an Acer with Windows XP netbook. When I open IE, the window has been cut into the upper part (couldn't see the close button or address bar) and covered the lower part of the screen (so the Start button was not accessible). Is there

    • Vista Ultimate - Office 2007 cannot write on hard disk

      I have a laptop connected to a home network. The laptop is equipped with MS Windows Vista Ultimate 64 bit SP & Microsoft Office 2007 SP2 Connected to the network is an external NAS drive I cant save non-Office files on diskI can read Office related f

    • Cannot retrieve lost password, because the email no longer exists on games for windows

      Recently, I went to play a game (BulletStorm) that I've not played for a few years. Email related to my Games for Windows Live account more exists because I reinstalled at the same time and when I choose the link "password forgotten", it takes me to

    • Driver Win 7 Pavilion laptop unknown peripheral g6

      Blue screen when I wake it from sleep mode. Check the drivers. Unknown device does not have a pilot. Failed again to get one from HP. What should I do next? Thank you Marigold72