Interactive report - layout

Hello

I had an interactive report which takes place based on PL/SQL query.

Now, I would get the interactive report in vertical layouts.

For example: the names of columns are EMP_ID, EMP_NAME, DESIGNATION

Now the interactive report is as

EMP_ID, EMP_NAME DESIGNATION

1                    Anu                       Lead

I would change the above interactive report as,

EMP_ID 1

EMP_NAME Anu

DESIGNATION of lead.

How can I achieve this?

Pls help me.

Thanks in advance

For more details, example point of view about how to get the detail view,

See sample database application of packaged application Page no.3

Leave.

Tags: Database

Similar Questions

  • paging on interactive report - how to move on my layout

    well, I work with the basic interactive report, no settings. My final user does not seem to worry much horizontal scrolling, although it goes against my standards of web dev personal to do without important need. But with the models as they are, the paging for Recordset next/previous is WAAAY more to the right. I find it annoying, and in the interest of my user, I want to left-align it. I looked on Google, did a search in this forum and checked the docs of the APEX, not much leaping out of me. I think I can change a div on some model class, not having is not an easy, concluding that period.

    useful thoughts on this? TYIA and points for an idea of work.

    Hello

    Did you try to change the "Pagination display Position" interactive report attributes?

    Kind regards
    Jari
    -----
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Interactive report with alternating lines - 5 APEX

    Heyho guys.

    I got a task to set alternating line colors in my interactive report.

    IM using Oracle 11 g Database XE with APEX 5.0.0.00.31 2.

    I searched current debates and following this thread:

    https://community.Oracle.com/thread/912414?TSTART=0

    I followed the comments written there and I tried with javascript, they spoke aboud (I'm a newbie using javascript)

    I pasted the following in my page header:

    < script type = "text/javascript" >

    IT IS THE INTERLACING

    function decorateDataGrids (strClass) {}

    var tables = document.getElementsByTagName ("table");

    for (var i = tables.length; i-;)) {

    If (tables.className == strClass) {}
    var gridRows = tables [i] .getElementsByTagName ("tr");
    for (var j = gridRows.length; j-;)) {If (j %2) {gridRows [j] .className = "even" ;}}
    }
    }
    }
    < /script >

    < style >
    / * THIS REPLACES THE DEFAULT STYLES OF THE APEX * /.
    table.apexir_WORKSHEET_DATA tr.even td {}
    background-color: #F1F5FA! important;
    }

    table.apexir_WORKSHEET_DATA td {}
    background-color: #FFFFFF! important;
    border: 1px solid #B3B3A7! important;
    padding: 4px 8px! important;
    }
    < / style >

    And called in my link to my column ID text field via:

    "< img src =" "#IMAGE_PREFIX #edit.gif" alt = "" onload = "decorateDataGrids ('apexir_WORKSHEET_DATA'); ">

    If I start the page now, nothing happens.

    In the thread, we talk about bad SEO of the IR:

    "OK here's why the code does not work." When you use getElementsByTagName, you get a collection, not a single item.

    So when you make the comparison to see if the class of the table is an ApEx IR type, you need to reference the current table, not the entire collection. As follows... »

    But I don't understand how I'm doing the right reference.

    Someone at - it an idea to get this race?

    Thank you

    pleNn

    pleNn wrote:

    Heyho guys.

    I got a task to set alternating line colors in my interactive report.

    IM using Oracle 11 g Database XE with APEX 5.0.0.00.31 2.

    I searched current debates and following this thread:

    https://community.Oracle.com/thread/912414?TSTART=0

    I followed the comments written there and I tried with javascript, they spoke aboud (I'm a newbie using javascript)

    I pasted the following in my page header:


    for (var j = gridRows.length; j-;)) {If (j %2) {gridRows [j] .className = "even" ;}}
    }
    }
    }

    And called in my link to my column ID text field via:

        

    If I start the page now, nothing happens.

    In the thread, we talk about bad SEO of the IR:

    "OK here's why the code does not work." When you use getElementsByTagName, you get a collection, not a single item.

    So when you make the comparison to see if the class of the table is an ApEx IR type, you need to reference the current table, not the entire collection. As follows... »

    But I don't understand how I'm doing the right reference.

    Someone at - it an idea to get this race?

    It's all totally obsolete with respect to the 5.0 APEX where interactive reports have been completely redesigned and rebuilt.

    To complete the full version number of APEX, always indicate what theme and browser (s) / version (s) you use when asking questions of shape/layout visual layout.

    To go from rank (Zebra) when you use the universal theme distribution in interactive reports, see Re: interactive report - no line scratched?

  • How to add the link change in the detail view of the interactive report?

    Hello

    I use APEX 5.0 on 11g XE.

    I have an interactive report displaying multiple records with a column of link which is one of to an edition for the registration page. All the standard stuff 'wizard generated. I have also created a layout of the detail view. It all works very well.

    However. I want IR to show detail discovers all the time and hide all Toolbar IR. How can I show the link change in the detail for each record view?

    Y at - it an easy way to do this by adding a column reference (something like: #LINKCOLUMN #?) or do I need to create it manually with an < a href... > tag. I guess that this method would require me to generate a checksum with apex_util.prepare_url?

    Nick

    Nick4 wrote:

    Good point. I agree, however, I want to keep it as an interactive report that I must keep my options open as showing the data... every customer is different, I can change my mind.

    Other options are available for this. Compilation options to be exact... create IR and parts of standard report and determine who gets deployed by setting the build on the export options.

    I was hoping there was an easy way to display the IR link column in the detail view, but looks like I need to create one manually in the HTML "for each line" in the detail view section.

    It works, but no checksum complains...

    EDIT

    So have added as a column in the query:

    APEX_UTIL. URL PREPARE_URL('f?p=&APP_ID.:14:&session.::no::P14_CONTACT_ID:#CONTACT_ID#:', NULL, 'SESSION')

    and this for the HTML:

    But the URL is always wrong... #CONTACT_ID # always ends after the checksum...?

    You are mixing HTML/model and SQL syntax. #CONTACT_ID # does not substitute for CONTACT_ID value in the query. The column value should be included in the URL before calculating the checksum:

    ...
    apex_util.prepare_url('f?p=' || :app_id || ':14:' || :app_session || '::NO::P14_CONTACT_ID:' || contact_id, NULL, 'SESSION') url
    ...
    

    Note that substitution integrated always strings need to be referenced as bind variables in SQL to avoid unnecessary analysis.

  • detail view of interactive report

    Hello

    I am trying to activate the interactive report Details and gave the code below.

    In front of the lines:

    < TABLE >

    < Caption > This is test < / legend >

    Under for each line:

    < b >

    < td > #PROJ_NAME_LABEL # < table >

    < td > #OWNER_LABEL # < table >

    < td > #DATE__LABEL # < table >

    < td > #DATE__LABEL # < table >

    < /tr >

    Under after the rank:

    < /table >

    When I click Details nothing doesn't appear on the page.

    I don't know where I am doing wrong, sorry if this is a stupid question but I am new on this

    Thank you

    Rakesh

    Hi Rakesh119-Oracle,

    Rakesh119-Oracle wrote:

    This view of details will be available when I download the report. Because when I tried to download the report in the format view report is downloaded, but I want the detail view to have downloaded.

    Is it possible to do so. I tried to do what I asked in post - added information the head and foot for the interactive report

    No, the detail view is not included in the IR PDF/Excel download. Any print server you are using, download of base is based on attributes of the print report.

    Please do not question open for each feature or report of the IR. (detail view of know and now you open for graphic/pivot).

    To summarize some report layout you want, you can design in rich TEXT/XSL-FO based on models and you can associate with your IR report. So that when you download the IR in PDF/Excel you will get the required i.e. details display page/detail header/footer.

    Reference: http://docs.oracle.com/cd/E59726_01/doc.50/e39147/shared_comp004.htm#HTMDB25380

    Kind regards

    Kiran

  • Apex 5 - where can I configure the link column for interactive report?

    Using APEX 5 on apexea.oracle.com

    I can't work where the attributes of column layout link for an interactive report using the interface of the designer of the Page?

    Thanks in advance

    PaulP

    Paul,

    the customer_id column is defined as a hidden at the Start column, and then there is no attribute of link for this column type. You must define the type 'Link' to get the attributes. There is no attribute of link on "Plain text" either.

  • ToolTip for the interactive report column data item

    I have a report that includes the column (CURRENT_UNIT). I would like to be able to add a "ToolTip". I did it before using a classic report by the following (borrowed from another one of the APEX):

    Add this CSS

    {a.rapxxx}

    position: relative;

    z index: 24;

    {text-decoration: none}

    a.rapxxx:hover {z-index: 25; background-color: #ff0}

    a.rapxxx span {display: none}

    duration of a.rapxxx:hover {/ * poster only over time: hover state * /}

    Display: block;

    position: absolute;

    top:-20px;

    Left: 20px;

    Width: 20em;

    border: 1px blue solid dark;

    text-align: center;

    background-color: lightyellow;

    color: Blue;

    }

    And on the SHAPE of COLUMN layout, add this:

    < a href = "#" class = "rapxxx" > #CURRENT_UNIT # < span > #UNIT_NM # </span > < /a >

    But when I try it on the interactive report, I don't get the hover tooltip.  The href attribute is displayed correctly, just, I don't get the value of the span.

    Can someone help me please?

    Using APEX 4.2.3

    Internet Explorer version 9

    Thank you

    -Seattle

    Oh, if the column is not a link, just the URL target value #.

  • the interactive report column order does not properly

    Hi all

    Can someone help me with this situation:

    Example:

    1)

    First of all, I created an interactive report with this simple query

    Select col_A 1, 2 Col_D of the double

    (2) later, I changed the query like this

    Select col_A 1, 1 col_C, 2 double Col_D

    But when I run the report of the new added column appears in the end?

    I already tried to rearrange the order of the columns in the browser menu, but the question remains.

    Any ideas?

    Thank you

    Hello

    Connection to generator of APEX. Run your page.

    Select the columns in the report menu action and save the default layout.

    Kind regards

    Jari

  • Interactive report, conditional display of the column binding

    Hello

    We have obligation to disable editing in case this field is 1 (1 = closed).

    Is it possible to disable it on interactive report.

    -case when status = 1 link in the column should be disabled (not visible) in order to prevent future changes on the payroll.

    SELECT payroll_no, status

    OF hr_payroll

    ORDER BY payroll_no DESC;

    I tried the link below, but it does not work in my case.

    http://nerd.NET.au/24-Apex-application-express/report-layout/92-conditionally-show-report-link-column-based-on-value-of-...

    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production

    Request Express 4.2.2.00.11


    Thank you in advance,

    Best regards, FM

    Status of the INCIDENT WHEN 'ACTIVE' = then


    '
    OTHER END null deactivate_employee.

    Of

    EMPLOYEES

    What exactly is the error you get? What HTML is displayed in the HTML source code?

    Just by looking at it, I would say that you need to remove the "/" before the f? p

    Don't forget not this way could cause problems if you start using the checksum, then you might want to look at the use of APEX_UTIL. PREPARE_URL to create your URL.

  • How to enable detailed interactive report view by default for the user public?

    Hi all

    I'm developing a page of search results.

    I'm doing a view instead of a default table view of interactive reports. So in this case I activated the details view so that I could make the fancy designs.

    everything worked well and looked clean but however when I pass the value of my search using IR_ROWFILTER page and clear the results page using page_noIRB, it brings me to the result page of interactive reports with the default table as point of view.

    I have to press the detailed view to get. I tried to save it as a default value, but it won't work. This question is for user public.

    If I do the page requires authentication, and record the detail by default view, I wouldn't have any problem. I could search and it will bring directly in to the detail view of the search page.

    of course, the other reason that I found is because im using the IR_ROWFILTER and by disabling the page using page_noIRB... without it, it works well, but I need it coz im making a a search result. I need to send the text to search for another page and put it in the filter to the search page. I would need to use the IRB to search again.

    is this a limitation to the user public? It happened for the authenticated user but...

    How can I make the default view for the user public?

    T101_cyberdyne wrote:

    How can I make the default view for the user public?

    Reverse the report for details on the loading of the page using a dynamic action of loading the Page with the following Execute the JavaScript Code real action:

    gReport.data.view('DETAIL');

    I'm doing a view instead of a default table view of interactive reports. So in this case I activated the details view so that I could make the fancy designs.

    Do you really need is an IR? Other that the layout of detail, do you need any of the interactive features? If not, try to use a standard report with a a report model custom.

  • Default icons only for the interactive report

    Hi all

    I develop a style app catalog and display of images in an interactive report; I can get the interactive report to show the icon when users visit the report the first time, the report is quite simple. It has a series of buttons for Sections of the catalogue and when the user presses the button he fills a hidden element that is in the where the criteria catalogue, all it works fine with one exception:

    1. when the user clicks on the button catalogue and interactive data in gear changes; report changes 'View report', I want to maintain state in "Fashion icon" is possible that someone knows how can I have the interactive report only display "icon.


    Thank you very much for your help in advance, I tried a couple of things and nothing... any help would be greatly appreciated.

    958442 wrote:
    Hi all

    Welcome to the forum: read the FAQ and the forum threads sticky (if you have not already done so) and update your profile with a real handle instead of '958442 '.

    When you have a problem, you will get an answer faster, more efficient including information as much information as possible from the outset. This should include:

  • Full version of APEX
  • Complete operating system DB, version, edition, host
  • Architecture of Web server (EPG, SST or APEX listener/host operating system)
  • Browser (s) and version (s) used
  • Theme
  • Model (s)
  • Region/section type (s) (particularly as to distinguish if a 'report' is a standard report, an interactive report, or indeed a 'update report' (i.e. a tabular presentation))

    With APEX, we also had the chance to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproduce things is the best way to solve most of the questions, particularly those relating to the layout and Visual formatting. If you expect a detailed response it is appropriate that you take on an important part of the effort by getting as much as possible with an example of the problem on apex.oracle.com before asking for help on specific issues, then we can see firsthand.

    I develop a style app catalog and display of images in an interactive report; I can get the interactive report to show the icon when users visit the report the first time, the report is quite simple. It has a series of buttons for Sections of the catalogue and when the user presses the button he fills a hidden element that is in the where the criteria catalogue, all it works fine with one exception:

    1. when the user clicks on the button catalogue and interactive data in gear changes; report changes 'View report', I want to maintain state in "Fashion icon" is possible that someone knows how can I have the interactive report only display "icon.

    Thank you very much for your help in advance, I tried a couple of things and nothing... any help would be greatly appreciated.

    It also helps explain what you tried (even better, Show us what you have tried on apex.oracle.com).

    You can view the IR to the default icon via a dynamic Action: + {: identifier of the thread = 2187972} + (obviously using "ICON" rather than "RETAIL"...)

    However, do you really intend to make use of other interactive report features? It seems that the report display is controlled by custom buttons, rather than shares of IR (filters, control breaks etc.). If this is the case then a standard report based on a custom template may be a better option than to try to work around all that offer interactive reports.

  • LOV POP classic report not in an interactive report

    My version of oracle application Express for Oracle 11g

    Dear Forum

    We need a CLASSIC report where I can define what information will my report.

    For example:

    My report contain

    ID NAME DATE


    In the Drag and Drop layout, I created two cause of gatherers of data I need to choose between Date_picker_1 and Datepicker_2 information. two of them correspond to this DAY

    In my area source classic report, I write something like this:

    SELECT id, name DATE where between: Date_picker_1 and: Datepicker_2 can Ichoose months but nothing happen.

    I know you can do this, but my boss in the interactive report don't ' like interactive report (I don't know why) so my problem is in the classic report.

    Danny Lima
    Ecuador

    PD: I'm not speak English very well

    Hey Danny,

    It works now, one thing lack you submits the value of items in session state.

    Edited your dynamic action and added a real action Run of PL/SQL Code with sequence 1 before the refresh action

    Thank you

  • Send the implicit parameter to interactive report

    Hello developers,
    I have a how to question: I automatically want the value of a parameter implicit to interactive reports, for example, a filter column equal with values and view records on this basis. Also for reports display buttons, I need to display the only detail view option, without showing the search bar.
    If you know of examples, I apreciate if you let me know.
    Thank you.

    Hello

    You like to 'manage' the layout of the page, I suggest you actually my third solution - custom report template - as this allows available the page exactly as you wish.

    That's what I did on this page: http://apex.oracle.com/pls/otn/f?p=267:230

    The SQL code of this report is:

    SELECT EMPNO,
    ENAME,
    HIREDATE,
    DEPTNO,
    JOB,
    MGR,
    SAL,
    COMM
    FROM EMP
    ORDER BY UPPER(ENAME)
    

    Note that there are 8 columns.

    Then, I went the components shared, models and you click Create. I made the following adjustments/selections:

    Model type: report

    Create the model: from scratch

    Model name: used alone
    Template class: Custom 1
    Model type: named column (model line)

    That sets up a basic model. When it was created, scroll down to the new model in the list and click the name to edit it. Now, enter the following code in the settings:

    Fourth parameter model 1:

    <tr><td colspan="2" style="font-weight:bold; background-color:lightblue;">Personal Information:</td></tr>
    <tr><td><b>Employee Number:</b></td><td>#1#</td></tr>
    <tr><td><b>Name:</b></td><td>#2#</td></tr>
    <tr><td><b>Hired on:</b></td><td>#3#</td></tr>
    <tr><td colspan="2" style="font-weight:bold; background-color:lightblue;">Department Information:</td></tr>
    <tr><td><b>Department:</b></td><td>#4#</td></tr>
    <tr><td><b>Role:</b></td><td>#5#</td></tr>
    <tr><td><b>Manager:</b></td><td>#6#</td></tr>
    <tr><td colspan="2" style="font-weight:bold; background-color:lightblue;"><b>Salary Information:</b></td></tr>
    <tr><td><b>Basic Salary:</b></td><td>#7#</td></tr>
    <tr><td><b>Commission:</b></td><td>#8#</td></tr>
    

    Setting lines before:

    <table>
    <col style="width:250px;">
    <col style="width:250px;">
    

    After adjustment of ranks:

    <tr><td colspan="2">#PAGINATION#</td></tr>
    </table>
    

    Next Page template parameter:

    <a href="#LINK#" class="t18pagination">#PAGINATION_NEXT# ></a>
    

    Previous Page template parameter:

    <a href="#LINK#" class="t18pagination">< #PAGINATION_PREVIOUS#</a>
    

    Following the Template value setting:

    <a href="#LINK#" class="t18pagination">#PAGINATION_NEXT_SET# >></a>
    

    Previous value Template setting:

    <a href="#LINK#" class="t18pagination"><< #PAGINATION_PREVIOUS_SET#</a>
    

    Note that under the line model 1, I used #1 #, 2 # #, 3 # etc. They focus on the numbers in the column in the SQL statement - I have 8 columns, so used #1 # to #8 # position where I want the values to be. Everything in the scene is available the report - you can use what is layout you like. The only requirement is that the #PAGINATION # in the middle of the lines should be in a table.

    Now update your report in order to use the new model and to set the number of rows to 1 so that you see only one record at a time

    Andy

  • rearrange the columns of the interactive report

    Hello

    Why move the IR columns with up/down buttons to the page attributes of interactive report has no effect when IR is displayed? It still display columns in the order defined by the sql statement.

    Thank you

    Hello

    You must run the page, and then order columns in the action menu.
    Once you have ordered columns, save default report layout. Only the developer can save the default page layout.

    Kind regards
    Jari

  • Newly added column is not displayed in the interactive report

    Hello

    I have a tableA with 3 columns. In the application I view as form with region as interactive report (Oracle 10 g Application Express 3.2) report.

    I added a column for tableA.Now when I'm refreshing the report by adding this column in the select query, the new added column is not displayed in the application.

    How can I do this so that the added column can be displayed. I don't want to delete it all and do it again.

    Thank you
    Siya

    Hello

    Run the application and select the columns in the report menu interactive action.
    Save the layout by default if you always see these columns

    BR, Jari

Maybe you are looking for

  • What does this Triangle of Exclamation? and why am I suddenly get it?

    All of a sudden im getting this grey/white triangle with exclamation in my gmail also noted that, for some reason the padlock in the browser bar does not turn green full as usual on google, but is gray(as the lock gets completely green when you open

  • Where is the HDMI output on Alpha 6300

    Apparently, there is a HDMI video output on thr Alpha 6300 camera, but for the life of me, I can't find and the user manual or online help seem to refer to it. Am I wrong in thinking that it is an option?

  • Error when you try to call the Javascript function in the ActiveX Web browser

    I have a requirement to call a Javascript function in a web page that is displayed in the browser's ActiveX control.  I have the control on the front panel, and I use the Navigate method to call to the top of the appropriate page.  Based on an exampl

  • Xbox one

    What is a standard Exchange on a single Xbox console?

  • Make a right-click destroyed the Facebook photos

    Blunder... To get a group out of profile Facebook... done right click... looking for a delete option. Seen no delete option, but a photo that url was... left click and it really impressed the profile photos photos and friends. Ask here because the ri