3 reports in the same position in a row

I have 2-3 Summary of the data column I want to display in a line like 3 small portlets on one page.  I tried different ways, by defining the presentation of the grid.  But each report goes to the next line.

How can I get this done

gkthomas wrote:

I have 2-3 Summary of the data column I want to display in a line like 3 small portlets on one page.  I tried different ways, by defining the presentation of the grid.  But each report goes to the next line.

How can I get this done

The appearance of the 3 regions in a row in one of your other threads means that this problem is now resolved? If so, please close this message.

Tags: Database

Similar Questions

  • How can I get Firefox back to the same position on the web page

    How can I configure Firefox to return to the same position on the web page

    Wait until Firefox finishes loading web page. Then it will be automatically the position value when you were leaving the web page

  • 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.

  • When I create two keyframes at the same position between keyframes at different positions this way adds a loop. How can I get rid of the loop?

    When I create two keyframes at the same position between keyframes at different positions this way adds a loop. How can I get rid of the loop? I was just by dragging the handles on the vertex point, but I want to get rid of the loop together.

    Focus on the Bezier handles on the motion path in the Composition window. You can select the tool pen (g) and hold down the Alt/Option key to select the tool convert Vertex (it looks like a V on the side) and then fix the handle manually or click on the top of the trajectory to change it to a straight line. You can also play with spatial interpretation Keyframe.

    To avoid this, you can change the interpolation of keyframes in space to linear preferences. Most of the time I don't like straight so I keep my default value of Bézier.

  • How to do a partial update of a form and a report on the same page?

    Hi all

    Im trying to make a page where you have a report on the top, and when you click on the link instead go to the form page, the form on the page is on the bottom of the report. Let's say that im trying to send an id from the report to the item below so that I could go get the rest of the element. However when I pass, other elements would still refer to it as null.

    If I am not wrong it could be done with the quote, but I want it to be partial refresh...

    I tried the steps detailed here, but it didn't work when the lower part is an also a report:

    https://forums.Oracle.com/thread/2345863

    I also tried, but this actually submits a page...

    Base Oracle: Tutorial Apex - form & amp; Report shares the same page

    would it not possible to get a form and a report in a partial refresh page?

    Post edited by: T101_cyberdyne

    Hello

    Do you mean something like this:

    http://Apex.Oracle.com/pls/Apex/f?p=vincentdeelen:26:26

    If so, you must create a dynamic action with a javascript action to set the id of the report line in the form of code field and further action from pl/sql to retrieve the record based on the identification number. You can use this record to set the shape of other items in the field.

    For the example in the link above, the code is as follows.

    action of javascript:

    var empno = $(this.triggeringElement).find('td[headers="EMPNO"]').text)

    $s ('P26_EMPNO', empno)

    action of PL/SQL:

    declare

    cursor c_emp is

    Select * from EMP

    where empno =: p26_EMPNO;

    BEGIN

    for r_emp looping c_emp

    APEX_UTIL. SET_SESSION_STATE ('P26_ENAME', r_emp.ename);

    APEX_UTIL. SET_SESSION_STATE ('P26_JOB', r_emp.job);

    APEX_UTIL. SET_SESSION_STATE ('P26_MGR', r_emp.mgr);

    APEX_UTIL. SET_SESSION_STATE ('P26_HIREDATE', to_char (r_emp. HireDate, 'dd-mon-yyyy'));

    APEX_UTIL. SET_SESSION_STATE ('P26_SAL', r_emp. SAL);

    APEX_UTIL. SET_SESSION_STATE ('P26_COMM', r_emp.comm);

    APEX_UTIL. SET_SESSION_STATE ('P26_DEPTNO', r_emp. DEPTNO);

    APEX_UTIL. SET_SESSION_STATE ('P26_ORDNO', r_emp.ordno);

    end loop;

    END;

    Make sure you list the item id in the field "Page of Items to submit" and ALL your form elements in the field "Page of Items of return" as follows:

    http://www.vincentdeelen.com/images/OTN/plsql_action.PNG

    A screenshot of the configuration of dynamic action:

    http://www.vincentdeelen.com/images/OTN/dynamic_action.PNG

    Kind regards

    Vincent

  • Because between two keyframes with the same position, there is movement?

    Because between two keyframes with the same position, there is movement?

    This would be due to the influence or speed?

    Quick glance:

    1. image: 'x' is 384px

    Capturar.PNG

    2 image: 'x' is 387px

    Capturar_2.PNG

    3. picture: 'x' is 384px

    Capturar_3.PNG

    Keyframes to which I refer are selected in the middle.

    Photo.PNG

    There is a change in the balance between two key frames that are in the same position, without keyframes between them.

    FAQ: Why my layer (camera) moves backward between the keyframes value equal?

  • Drop columns and how to add them in the same position

    Hello

    My requirement is I want to delete columns in existing table and later, when I want to add these columns to the same position.

    (1) create table t_emp

    create table t_emp)
    EmpNo varchar2 (10) primary key,.
    Ename varchar2 (100),
    desig varchar2 (100),
    VARCHAR2 (100) Dept.
    number (10,2)) of salary;

    (2) a fall the columns below.

    ALTER table t_emp
    drop (desig, dept);

    (3) add these columns.

    ALTER table t_emp
    Add (desig varchar2 (100),)
    VARCHAR2 (100)) Dept

    (4) desc t_emp

    Now the order of the columns is changed, I want to bring to the initial position of columns, that is

    EmpNo, ename, desig, dept, salary

    I'm trying through some work around this, such as the use of a table of permutation. Please share your knowledge and what would be the apt method.

    Thank you.

    845956 wrote:
    Hello

    My requirement is I want to delete columns in existing table and later, when I want to add these columns to the same position.

    (1) create table t_emp

    create table t_emp)
    EmpNo varchar2 (10) primary key,.
    Ename varchar2 (100),
    desig varchar2 (100),
    VARCHAR2 (100) Dept.
    number (10,2)) of salary;

    (2) a fall the columns below.

    ALTER table t_emp
    drop (desig, dept);

    (3) add these columns.

    ALTER table t_emp
    Add (desig varchar2 (100),)
    VARCHAR2 (100)) Dept

    (4) desc t_emp

    Now the order of the columns is changed, I want to bring to the initial position of columns, that is

    EmpNo, ename, desig, dept, salary

    I'm trying through some work around this, such as the use of a table of permutation. Please share your knowledge and what would be the apt method.

    Thank you.

    column order does NOT elements.
    If you insist blindly, then create new table with columns ordered you want
    then move the data to the new table & finally to rename the tables.

  • How to take the new start of table in the same position as the previous and only randomize the newObjec

    So I'm trying to do 5 boxes/ships (3Blue and 2 Greens) appear in a random position (1-Gree, 2nd - blue, blue-3rd, 4th-green, green-5 or some other random way) I have the corner of the stage. Bring down. Make a new 5 boxes and position them on the same position the previous 5 and only get randomized (not with the 5 previous, it does at the moment). And that then they move down.  so far code I have is:

    import flash.events.Event;

    var shipCount:Number;

    var shipCount2:Number;

    var shipArray:Array = new Array();

    var shipArrayPosition:Array = new Array();

    var count: int = 0

    var positionsX:Array = ["50" "100", "150", "200", "250"]

    addEventListener (Event.ENTER_FRAME, everyFrame)

    function everyFrame(ev:Event):void {}

    counter ++

    If (counter % 70 == 0) {}

    doShips()

    }

    positionShips()

    trace (shipArray.length)

    }

    function doShips() {}

    shipCount = 3;

    shipCount2 = 2;

    var distance = 10;

    for (var i: int = 0; i < shipCount; i ++) {}

    var s = new ship;

    shipArray.push (s);

    s.x = s.width/2 + (s.width* i) + gap * I

    addChild (s)

    shipArrayPosition.push (s);

    }

    for (var j: int = 0; j < shipCount2; j ++) {}

    s = new Ship2.

    shipArray.push (s);

    }

    var array: Array = new Array();

    While (shipArray.length > 0) {}

    var: index: uint = Math.floor (Math.random () * shipArray.length);

    Array.push (shipArray [index]);

    shipArray.splice (index 1);

    }

    shipArray = array;

    shipsArray has been randomized

    for (var k: int = shipArray.length - 1; k > = 0; k-) {}

    shipArray [k] .x = positionsX [k]

    addChild (shipArray [k])

    }

    }

    function positionShips() {}

    for (var i: int = shipArray.length - 1; i > = 0; i--) {}

    shipArray [i] .moveDown (//what) code in the class of the ship and Ship2-> only: this.y += 3

    }

    }

    and how to stay in one position. Must not move in any position x when the 5 new are added

    It is even more effective, because it removes the ships that moved out of sight:

    import flash.display.MovieClip;
    import flash.display.Sprite;
    import flash.events.Event;
    
    var numShips:int = 5;
    var shipCount:int = 3;
    var shipArray:Vector. = new Vector.();
    var counter:int = 0
    var positionsX:Array = [];
    
    init();
    
    function init():void
    {
              // populate positions
              for (var i:int = numShips - 1; i >= 0; i--)
                        positionsX.push(50 * i);
    
              addEventListener(Event.ENTER_FRAME, everyFrame);
    }
    
    function everyFrame(e:Event):void
    {
              counter++
              if (counter % 70 == 0)
                        doShips();
              positionShips();
              trace(shipArray.length);
    }
    
    function doShips():void
    {
              var gap = 10;
              var s:MovieClip;
              var shipsLine:Sprite = new Sprite();
              shipsLine.cacheAsBitmap = true;
              addChild(shipsLine);
              shipArray.push(shipsLine);
              shuffle(positionsX);
              for (var i:int = numShips - 1; i >= 0; i--)
              {
                        s = i < shipCount ? new Ship() : new Ship2();
                        s.x = positionsX[i] + gap;
                        shipsLine.addChild(s);
              }
              shipsLine.y = -shipsLine.height;
    }
    
    function shuffle(a:Array):void
    {
              for (var i:int = a.length - 1; i >= 0; i--)
              {
                        var r:int = Math.floor(Math.random() * (i + 1));
                        var t:Object = a[r];
                        a[r] = a[i];
                        a[i] = t;
              }
    }
    
    function positionShips():void
    {
              for each (var shipLine:Sprite in shipArray)
              {
                        shipLine.y += 3;
                        // remove line that moved out of stage
                        if (shipLine.y > stage.stageHeight + shipLine.height)
                        {
                                  removeChild(shipLine);
                                  shipArray.splice(shipArray.indexOf(shipLine), 1);
                        }
              }
    }
    
  • How conervert psd to css and pixel-to-pixel measurement and positioning at the same position in dreamveaw

    How conervert psd to css and pixel-to-pixel measurement and positioning at the same position in dreamveawer?

    The basic answer is that you can't.  Graphics program can export your mockup in html format, but the result is so bad that people get to the top of the page of coding manually.

    The easiest way to convert your drawings into a working Web page is starting with models already included in your package CS6.  I advise to read the article by Steph at this link to help you get started quickly:

    http://www.Adobe.com/devnet/Dreamweaver/articles/css_simple_styling.html>

    G/L

  • 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

  • Copy the selection to the same position in all frames roto

    I use AE CS5 in Production Premium. I also moca AE 3.1 which is perhaps a better way to try to isolate an object using planar tracking.  I need to replace an item that appears in the same position on all frames of a clip.  He is a previous problem I've covered long involving a spiders Web that has been set on a 8mm film door.  Thus, the web appears in the upper left corner of each image in the clip.  Perhaps a different approach will work.  It is complicated because the background of the element changes such as the limits of the selected item are dimmed.  I need to further isolate sections of the clip where there are similar background interference, for example a background of mostly from the dark trees in the left upper part may be passable.  There may be a way that I can gradually replace the web with the background that appears in the following images as the background moves using duplicate layers.

    How I can roto select this item in the first image and copy the limits of selection to all executives or is there a better way to do this?

    How I can roto select this item in the first image and copy the limits of selection to all executives or is there a better way to do this?

    You do not have. You think on bad terms here and work yourself to death if you follow this approach. Instead, export an image, isolate the model clean grey scale as an image in Photoshop. Then you can either use it as cache to perforate disturbances directly or by creating adequate transparency, possibly in a publication before using it as a pole of luma on a white solid, like an entry for one adjustment layer. Then, you can eitehr just fill in the blanks with a copy of your pictures that you have slightly shifted in position or in the second case, apply effects such as Minimax, dilated-eroded repetitive and varius scrambles to fill gaps. CC vector Gaussian with the transparency as input channel will do miracles "sew" these things together. Of course, you can also consider RevisionFX' RE: fill out as kind of a plugin tool in canned and pimp for these kinds of things...

    Mylenium

  • A report on the current record of another report on the same page of filtering

    Hello

    I have a report on the same page and form in an APEX application. The interactive report is used for sorting/filtering etc. and the form is used to present the data for one record at a time, but also to allow updates in the selected fields. This was done using the wizards, little 'edit' is click on the button to change the shape of the selected record.

    I also have (or want to have) a second non-interactive report on the page, which contains some records according to the record of the main report that is currently selected and appearing in the form.

    I tried to make a simple 'SELECT fields WHERE the link field is equal to the main report', but he doesn't always says no data found.

    Basically, I need to be able to have a query for the second report which says "SELECT those fields WHERE the site is equal to the site displayed in the form.

    A click on the button 'Edit' of small pencil/paper on a report, this set some ActiveRow or something like that I can use to filter the second report?

    As you can tell from this post, I'm in my childhood skills database and any literature/advice on how to do this (outside MS ACCESS...) would be appreciated.

    Hello

    What is your version of the Apex?
    You define a column as to be the link.

    Do you mean something like this?
    https://Apex.Oracle.com/pls/Apex/f?p=40323:71
    If you click on the deptno column, it refreshes DEPT report.

    Kind regards
    Jari

  • Form and report on the same page...

    Hello

    I want to have a form and report on the same page... as soon as the user enters the information and send the form via the button then the report should be able to display adding...

    can I know how to do this...

    Thanks in advance

    Hello

    Its simple...

    01. firstly create a page with a region to allow the user to insert records.
    02. it's over then add another region and choose 'Report' and region type and generate a report to show the details of the table above

    Thank you

  • __How is a applies a layer of individual pshop on several files in the same position?

    __How is a applies a layer of individual pshop on several files in the same position?


    Here's an example - I 12 images of fruit bowl, and I want to put a separate image of an Apple (cropped) on the 12 in the same position (without zoom to the exact pixels)

    Thank you

    Hold down SHIFT and drag one doc to another. Or use the layer > duplicate and use the destination drop-down to select the good doc.

  • 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.

Maybe you are looking for