interactive report showing vertical grid lines

Has anyone fitted an interactive report so that it shows vertical grid lines? I see the default horizontal lines, but I think the vertical lines will my data easier to read. Just can not understand how to do this.

Hello Edward,.

@Jeff Eberhard was a good solution for vertical grid lines display.

Here is the solution for the whole grid for interactive report to include in Region region of header/footer page/HTML header:


I hope that helps!
Kind regards
Kiran

Tags: Database

Similar Questions

  • After the upgrade to 5.0 APEX, DB is EE 11.2.0.4, interactive report calendar overlays header line.

    After the upgrade to 5.0 APEX, DB is EE 11.2.0.4, when I click the icon calendar to choose a date, the line of my interactive report overlays in the calendar header.

    snap001.png

    Hello

    There is a conflict between the modal calendar positioning and table headers.

    To fix it, please write the CSS in your body of the page:

    .js-stickyTableHeader {}

    z index: 1! important;

    }

    A bug filed for this issue and will be treated properly in 5.0.1.

    Thank you

    Tim

  • Interactive report - failure to 200 lines

    Hello

    Interactive report, when the attributes of the report 'Lines by picker page' is checked, the number of lines that appear by default is 200. Is there a way to change this default number?

    ?

    Hello...

    In IR, you can set the number of lines to display.

    Set the number of lines you want to see in your IR... in the search... bar...
    Click on go... then in the action menu... Select Save report..., then select Save as default report parameters from the drop down... then apply the blow...

    each time you run this report will display the specified number of lines...

  • Apex4.2 - interactive report shows more than 15 lines

    How is it possible to show more than 15 rows?
    If I put in place in the repoert attributes the line number less than 15 it works, but for example 100
    It shows me only 15 and the page on the next page button.

    How is it possible to work with 120 records so that 100 will be shown
    and 20 on the next page?

    Hello

    When you run your page where IR, you can in the action menu control how many lines is displayed per page
    http://docs.Oracle.com/CD/E37097_01/doc/doc.42/e35125/ir_using.htm#sthref1354

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

  • HP 8500 has showing vertical red lines on all the documentation scanned with the ADF

    I had scanned a doc with red ink which I guess was still a little damp.  I have cleaned the rollers, but still get a few red vertical lines on copies scanned on the ADF.  Help please.

    Hello

    Some of the red ink may have been transferred to the scannerglas in the ADF, so clean it only to.

  • Hide / display the region and an interactive report showing side by side

    Hello

    I have a report and some filters (drop down list) on a page... I put my filters in a skin and see the area...

    Here is how it is implemented.


    Point of view: Page (1) template body
    20 HTML filters

    Point of view: Page Template body (2)
    10 registered report


    My problem is that the filters and the search region report side by side on the same line... tried to change regions but always get the same answer... Please advice

    Hello

    Place the two regions at the point of the screen: Page (3) template body.
    Then set filters sequence in the region to 10 and 20 report

    If this isn't what you need, please specify more how you like similar available

    Kind regards
    Jari

  • Oracle BI 11. Analysis report shows only 500 lines per Page

    How can I extend the Maximum lines per Page for an answer on Oracle BI 11.

    Hi user,

    Set the parameter to Pivot Table and charts parent in instanceconfig.xml file section,




    1000
    5000
    25
    30


    300
    1000
    5000
    25
    30


    2000
    1000
    2000
    25
    4096


    * Make a backup of instanceconfig.xml file before making the above change

    Rgds,
    DpKa

  • Model of User Interface for interactive report region

    3.2 where we establish the model of user interface for interactive reports region?

    No matter what on the theme of the box I go to, the region of interactive reports shows the same. What and where do I change the model so that alternate lines use two different colors?

    There is no model for interactive reports as for a 'normal' report You need to edit the CSS and provide your own for this purpose.

    I think that most of the things are marked with the #apexir - firebug with combustion chamber is priceless. This thread may help:

    Re: changing the appearance of the interactive report.

  • Interactive reports < GO > button.

    I'm trying to use a db function on a page that generates data on the support which is then reported on an interactive report region, but I have problems once the interactive key report < GO >.

    Essentially on loading a page with the interactive report

    (1) a function is called to generate temporary data should be written on.
    (2) page with interactive report showing the data.
    (3) remove the temporary data in this report.

    The idea being that we could perform complex operations on data in the service but who have a simple report just to pull the back of the table (for details, see below).
    When the page is loaded the data very well, but if I use the action button < GO > I don't get "data Found." I don't know why the CHARGE of ON does not run again. Maybe if I could find a way to call my function when <>this button is pressed it might work. Any ideas?


    The table that holds temporary data report (E_REPORT).

    CREATE TABLE E_REPORT
    (
    NUMBER OF SEQ_ID,
    SEAT VARCHAR2 (2 BYTE) NOT NULL,
    ENGINE_TYPE VARCHAR2 (5 BYTE),
    ENGINE_SERIAL VARCHAR2 (30 BYTE) NOT NULL,
    NUMBER OF PROJECTED_HOURS
    START_DATE DATE NOT NULL,
    END_DATE DATE,
    PK_OF_ENGINE NUMBER NOT NULL
    )

    FUNCTION to generate and return a unique id to each time it is called and insert lines in the E_REPORT table with the column being filled with the unique ID seq_id.

    CREATE OR REPLACE FUNCTION E_LOGBOOK. F_load RETURN NUMBER IS
    /*
    This function is used to demonstrate the use of function to create temporary data that
    a report of the apex is attached.
    The idea being that we could build a more complex if necessary report using the functions.
    */

    CURSOR cur_get IS
    SELECT
    E.SEAT, E.ENGINE_TYPE, E.ENGINE_SERIAL,
    E.PROJECTED_HOURS, E.START_DATE, E.END_DATE,
    E.PK_OF_ENGINE
    OF E_ENGINE_PROJECTED_LIFE_2;

    CURSOR cur_report_id IS
    SELECT double SEQ_ART_RREQ_ID.nextval;

    number of ln_rep_id;

    BEGIN

    OPEN cur_report_id.
    SEEK cur_report_id INTO ln_rep_id;
    CLOSE Cur_report_id;

    / * Would be generally more complex than a copy of the right table * /.

    FOR rec IN cur_get LOOP

    INSERT INTO E_REPORT)
    SEQ_ID,
    SEAT,
    ENGINE_TYPE,
    ENGINE_SERIAL,
    PROJECTED_HOURS,
    START_DATE,
    END_DATE,
    PK_OF_ENGINE)
    VALUES (ln_rep_id,
    recomm. SEAT,
    recomm. ENGINE_TYPE,
    recomm. ENGINE_SERIAL,
    recomm. PROJECTED_HOURS,
    recomm. START_DATE,
    recomm. END_DATE,
    recomm. PK_OF_ENGINE);

    END LOOP;
    commit;

    Return ln_rep_id;
    END;
    /



    Interactive report query.
    Select SEQ_ID,
    SEAT,
    ENGINE_TYPE,
    ENGINE_SERIAL,
    PROJECTED_HOURS,
    START_DATE,
    END_DATE,
    PK_OF_ENGINE
    of E_REPORT
    where seq_id =: P260_REPORT_ID

    On a CHARGE BEFORE the header PL/SQL anonymous block a call to the function of inserting rows in the E_REPORT table before the report is displayed.
    Start
    : P260_REPORT_ID: = f_load;
    end;


    On LOAD AFTER FOOTER PL/SQL anonymous block.  Deletes the rows in the table unique ID.

    IF: P260_REPORT_ID is not null then
    remove from E_REPORT
    where seq_id =: P260_REPORT_ID;
    commit;
    END IF;



    Thanks, Pete

    Pete,

    Due to the fact that the OnLoad events occur during the loading of the page, you are in the situation that you must create a data set that will remain intact for the duration of the user is on the page. You could go the way of a temporary table that linked the records in the table to the session using the session id, but then you must have some sort of clean up the process to delete the records once the user has been 'done '. APEX Collections mainly do it for you.

    When you create a collection, under the covers of the collection is related to the current session and only this session can see the data in the collection of this user. APEX is a task that runs that deletes the collections for the sessions that no longer exist, so it does the job for you.

    In my humble OPINION, if you NEED to create transitional data to account, the collections are the solution.

    PS Don't forget to mark messages as useful or answer!

    Hope that helps,

    -Doug-

    http://sumnertech.com/

  • Access to a report using a custom interactive report template

    Greetings:

    I've created an interactive report with a link to a column that is supposed to have access to another report on another pop up page that is based on a custom template. The problem is, when you create the link, I select 'Page in the present application' means the page number of the report, but when I try to pick a name, any name point wouldn't come to the lov from the report that I am tying. What I'm missing here?

    The two reports have access to the same table. The interactive report is your standard of several line, while the other custom template report shows only one line, in a format of Memo style.

    Thank you
    Stan

    Published by: bondurs on February 25, 2009 13:48

    Hey Stan,

    your report popup page contains page elements? Because you can set page elements in a report link. In your SQL report, you use the page element in the WHERE clause to limit the output to the selected value.

    Hope that helps
    Patrick

  • Initial value for the interactive report

    I have an interactive report that has a where clause condition clause: where =(:P50_employeeName) used.

    (: P50_employeeName) is a a list of selection without value null. When the page loads the selection list displays the value employee1, but the interactive report is empty. It's not until I select another value within the selection list becoems active report. How I can so when page loading the interactive report shows instead of being blank? I can't the values of hard employee-coding as each user can see only the user in their Department.

    Hello

    Since I don't know all your table structure, it was just a quick sampling of the approach.

    I guess that your LOV would have the correct where clause to control its content, and you can add additional conditions to the IR where clause as well.

    Here is an example of one of my IR where clauses

    the case when: P200_DEPARTMENT = 0 then 1

    When: P200_DEPARTMENT <> 0 and: P200_CREW = 0 and: P200_DEPARTMENT = c.crewdeptkey, 1

    When: P200_DEPARTMENT <> 0 and: P200_CREW | " <> 0 and: P200_CREW = c.crewkey, 1

    end if 0 = 1

    Kind regards
    Brad

  • Refresh the interactive report without scrolling page?

    Hello.

    I have a page with three interactive reports arranged vertically on the page. I want that each of these reports to refresh automatically, so I added the following to my page header:

    setInterval ("jQuery('#report1').trigger ('apexrefresh');", 10000);

    setInterval ("jQuery('#report2').trigger ('apexrefresh');", 10000);

    setInterval ("jQuery('#report3').trigger ('apexrefresh');", 10000);

    The code works and the data is refreshed, the problem is that when this happens APEX seems to focus on the report, it is refreshing and page scrolls to it. This means that the user could be down at the bottom of page 3 of the report but every 10 seconds they are caught back to 1 at the top of the page report.

    Is it possible to refresh the reports without going through the emphasis placed on them?

    I use the Application Express 5.0.0.00.31

    Thank you very much.

    Andrew V wrote:

    Hello.

    I have a page with three interactive reports arranged vertically on the page. I want that each of these reports to refresh automatically, so I added the following to my page header:

    setInterval ("jQuery('#report1').trigger ('apexrefresh');", 10000);

    setInterval ("jQuery('#report2').trigger ('apexrefresh');", 10000);

    setInterval ("jQuery('#report3').trigger ('apexrefresh');", 10000);

    The code works and the data is refreshed, the problem is that when this happens APEX seems to focus on the report, it is refreshing and page scrolls to it. This means that the user could be down at the bottom of page 3 of the report but every 10 seconds they are caught back to 1 at the top of the page report.

    Is it possible to refresh the reports without going through the emphasis placed on them?

    I use the Application Express 5.0.0.00.31

    See APEX 5 - IR r region without losing the focus on the region of origin for a similar problem, but I do not think that the workaround solution discussed here will be of use to you.

    APEX 5.0.1 patch that contains a fix for this problem is now installed on apex.oracle.com. Try your page there to see if it solves your problem. The patch should be made public quickly.

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

  • How to limit the rows returned from the user role-based interactive reports

    Hello

    I'm a new Apex-PL/SQL Developer, looking for some recommendations on how to implement an interactive report to display different lines in your current application ROLE service.

    For example let's say you have an application for orders and 2 different roles: superuser and sales-rep

    Now, if super user connects to the application, it should be able to see all the rows in the orders table, however, if the user 'john' connects with the commercial list, he should see those orders assigned to him.

    I don't think I can use "dynamic" sql and build my where clause on the fly if I choose an interactive report so I was looking around and came across the concept of a common function but it seems that some other people do this with collections of the APEX. Is there anyone with a recommendation for one to use? A few books I've read recommend putting most of the logic that you can on your database (easier to maintain in the long term) that's why I thought about pipep functions using, but I thought I would check with the experts first.

    Thank you!

    If you are allowed to use an Enterprise Edition database and to apply these restrictions, through the entire application, or across multiple applications, then use of private virtual database (DPV), with the security attributes of PL/SQL Code to the initialization/cleanup APEX application to set and reset the settings in your application.

    Should you not use EE, then you can roll your own VPD use parameterized views.

    If the restriction is only required for this unique IR, then, simply use a union of two mutually exclusive predicates opportunities:

    select ...
    from orders su
    where :app_role = 'super-user'
    union all
    select ...
    from orders rep
    where :app_role = 'sales-rep'
    and rep.salesman = :app_user
    

    All of these approaches should outperform functions in pipeline, collections, or a user-defined function (which, in a predicate that is executed for each line, mudra stopped the large datasets because of context switching).

  • CSV empty interactive report

    I have an interactive report showing the data very well. but when I choose the download and csv, I get an empty file, a length zero. There are data in the report, but the download doesn't show anything. someone at - it see this before? It's just a standard report, nothing real fancy. It should be able to download data right?

    Hello

    You don't have any application process before header that could cause this?

    Kind regards
    Jari

Maybe you are looking for

  • How can I add iTunes card.   iPod 4th generatioon

    I bought an iTunes card for my daughters iPod touch 4th generation and it won't let me update the method of payment with an iTunes card. I'm looking in the wrong place or it can be done?

  • I'm trying to get my computer to change printers, but it does not recognize the other printer.

    I have HP 2410 PhotoSmart all-in-one printer.  I used this drive to install it on three other computers.  So I know it's the right disc for this printer. I now have a NEW computer and a printer that I used.  The new printer is giving me.  He came wit

  • How to display any type of file by invoking the native blackberry application?

    Hi all I want to apply that store the file name with filepath. When I click on that this file must be opened with application native blackberry. For an example, I have a file which is testword.doc and it stores in my memory card. I show this file on

  • Send the request

    Hello, I use blackberry sign in the tool. What delievrs me myapplication.alx file... software usingblackberry from office, I import the files .alx file in my blackberryy... How can I download my application on my site? and any user mobile blackberry

  • FSX window driver

    I have FSX deluxe and I install the upgrade cockpit for 737-800 and there the function driver window open (when I click on it or when I open main doors(Shift+E) it opens too) can someone help me it doesn't happen again? I want, I got this upgrade of