APEX: Reports printer friendly

Short version of the question:
How to select items on the page to view a printable version of a page?

Long version of the question:
By adding ": YES" at the end of a url, I get a printable version of my page generated by the APEX. In most cases, it works well and I made a general link which produces printable versions of each page.

For a specific page, I have a report that shows data of a sql query. It shows a maximum number of lines of 500 and a pagination of 15 lines per page. This works well for normal display, but in the printable version, it displays all the lines of 500. I need the normal display mode to keep its functionality, but the printable version does not show all 500 lines.

acceptable solutions are (preffered solution at the top):
-Display a maximum of 15 lines in print preview mode.
-Disable the printable view of the specific page (turn off the actual functionality. It is not enough to remove the link)
-Hide printable version report (also to hide it from the HTML source code, hide it with the help of the style and such is not enough)
-Disable the print version for the whole application (it is not enough to remove the link). This generates a lot of extra work for us, because the print version is used for many pages.

I currently use APEX 3.0.1 but is planning to upgrade to the latest version.

937816 wrote:
Thanks, your answers have been useful. Current page is page Printer Friendly Mode-current is NOT in the printer friendly Mode are available in the APEX 3.0.

He did not however solve my problem. My report suffered from diseases: "PL/SQL function body returning a Boolean. I've found no way to add the "current page is NOT in printer friendly Mode".

Incorporate a condition in your function that evaluates the variable print flag of APEX package directly:

and apex_application.g_printer_friendly

or

and not(apex_application.g_printer_friendly)

I tried to look for the following without success:
-A 'Printable Version' variable for "PL/SQL function body returning a Boolean.
-Added more of a 'condition' to a report.
-Put in condition on the page.

The difference between paging through 500 lines 15 at a time and see all the 500 on a print to the is that we don't want users 'normal' to easily copy large amounts of data to the database.

Why these drastic "solutions" are acceptable, it is that we will soon to take a look at the feature print everything. We intend to use a css stylesheet for printing, instead of the functionality of Jonathan.

Except that shows all the lines when you do want. I am interested by this as well...

Tags: Database

Similar Questions

  • Error with FOP for report printing in Apex 3.2.1

    We try to use FOP deployed to the GlassFish community, but after you have configured as described in the quick guide to the applicaton to allow the report printing; We get the following error

    There is no such thing as 'package oracle.xml.parser.v2'

    We are running GlassFish on Debian 5.0 (Lenny)

    All help appericated :)

    Hello

    I had the same problem and I downloaded OracleSupportFiles.zip from Oracle. It contains xmlparserv2.jar who works with FOP.

    Published by: YPP on 2010-10-15 08:19

  • Hide logo on printer friendly page

    Hi all

    How to hide the app logo when the page is in printer friendly mode?

    ApEX 4.0.1
    Oracle 11g

    Concerning
    Tauceef

    Published by: Tauceef on November 11, 2011 19:07

    Hello

    Remove the #LOGO substitution string # model of printer friendly page?

    Kind regards
    Jari

    http://dbswh.webhop.NET/dbswh/f?p=blog:Home:0

  • Printer Friendly shuttle

    I'm always in the Apex 3.1.2 so I don't know whether it is a question of 4.0.

    I have a page that contains drop-down lists, popup lovs, shuttles, etc. When the user switches to the display of the print version, it shows only the value of the storage element. Is it possible to show the values of 'View' of the elements selected instead of "storage" mode values friendly printer?

    I thought a second field on the page that displays just the display in printer friendly mode value, but I don't know how to check if you are using the printer-friendly or not.

    Thank you
    Kris

    I don't know how to check if you are using the printer-friendly or not.

    There are conditions for this.

    http://download.Oracle.com/docs/CD/E10513_01/doc/AppDev.310/e10499/condition.htm#CJHJFDBA

  • Check if the page is displayed in the printer friendly mode

    I have a page with a button that loads the page even, but in fun mode of the printer. However, I have a button I want to be displayed if the page is in friendly print mode (a button to launch the print dialog box) however I want not displayed in normal mode.

    Y at - it a variable session or another way to determine if a page is displayed in the printer friendly mode?

    Hello

    Change your button and go to the Conditions section. There, you will have 2 options that will solve your problem:

    "Current page is printer friendly Mode"

    and

    "Current page is NOT in Mode friendly printer.

    --
    Paulo Vale
    http://Apex-notes.blogspot.com

  • Stuck in the BI Publisher rtf model for Apex report

    Hi, I work on Express 4.2.3.00.08 and oracle database 11 g application.

    I stuck in the BI Publisher RTF model.

    I want to create a BI Publisher Apex report.

    Question is.... have several activities and several Notes to a significant number.

    Not sure how to put repeating frame so that all corresponding activities and corresponding notes are a major number without repeating.

    Each main number arrive on a page, see the snapshot below.

    I have attached my rtf model snapshot too.

    I'll be really grateful for your help.

    Thank you very much in advance

    Untitled.jpg

    Untitled2.jpg

    I think your results will have 1102 pages (one page separated by major) for all major XML data?

    You must use @section. so your for each should be as below

    and remove the page break before for each end.

    If you can share the email I can send the updated model.

  • The matrix in the Apex report

    The matrix in the Apex report

    I met a delicate situation and would need the support of members of the community of Apex here.

    I would need to build a matrix report in Apex over a table containing about 500 rows and 2 columns.

    The report of the matrix must be format (col X lines) 20 X 25 to display all the data in the table.

    Please consider the following data containing 15 rows and 2 columns

    Table A

    Col_data Col_status

    ABC to the top

    BCD upward

    CDE upward

    def upward

    EFG down

    FGH upward

    IGS upward

    hij upward

    JKL upward

    KLM upward

    LMN upward

    MNO upward

    NOP upward

    Professions down

    PQR upward

    Now these data in the table should be displayed as a 3 X 5 matrix report.

    The idea here is to display only the col_data to end users.

    Col_data text would be colored in red or green according to the col_status than upwards or downwards, respectively.

    Formatting conditional html should be applied in this case.

    The problem here is that we report of matrix in Apex. This must be done in the sql query.

    While generating a matrix report using the sql query, we can select only a single column, and the status column is missed.

    This is why the data required for the conditional formatting (color) are not yet selected if generate us a matrix report using the sql query.

    Any help or alternative approach here would be greatly appreciated.

    ascheffer wrote:

    It is not all "tricky", or I miss the point?

    1. SELECT max (case when mod (rn, 3) = 1 then col_data end) col1
    2. , max (case when mod (rn, 3) = 2 col_data then end) col2
    3. , max (case when mod (rn, 3) = 0 then col_data end) col3
    4. , max (case when mod (rn, 3) = 1 then col_status end) col1_stat
    5. , max (case when mod (rn, 3) = 2 then col_status end) col2_stat
    6. , max (case when mod (rn, 3) = 0 then col_status end) col3_stat
    7. , ceil ((rn) / 3)
    8. (select col_data, col_status, row_number() on rn (order by null) from tablea)
    9. Group by ceil ((rn) / 3)

    It is perhaps not in SQL, but is not the only consideration... terms

  • Hyperion Financial Reporting-Print Service is not running - put 11.1.2.1

    We use the Hyperion 11.1.2.1 and when I look at my Hyperion Financial Reporting-Print service, it shows me to stop and when I right click to stop/start it the options are grayed out.

    I completely stopped all services of hyperion and them began and now the HFR print service shows me as departure.

    Kindly help me what should I do to solve this problem.

    Hello

    There should be a newspaper available that can give more indication to this problem, not being is not able to connect to the web server en is one of the common issues.
    \FinancialReportingStudio\diagnostics\logs\FinancialReporting\FRPrintLogging.log

    try running the FRRemovePrintServer.cmd the Hyperion Financial reporting - Print serivce deleted successfully and run FRSetupPrintServer.cmd to add

    check if it is releated to the firewall. Make sure that the ports are open.

    Thank you

    ~ KKT ~.

  • Report printing

    Salvation of DBA

    When I run a report, I want to print directly in 11.5.10.2 and R12.1.1, how do I set up the report?

    Kindly advice me.

    Best regards
    GELDA Suresh

    Hi again;

    Please also visit:
    How to print PDF XML editor Via the competitor Manager [ID 338990.1] reports
    Formula 6i report to print directly to the printer
    Web forms-reports: print a file directly to a local printer

    Respect of
    HELIOS

  • Error ORA - 01858 Apex report working / valid underlying the request

    After two days of searching for these forums and AskTom, I think I need to put the following problem.

    I have what seems to be a valid view of certain data that is created as follows (with apologies for the formatting - doesn't seem to be a way to use a fixed font here):

    CREATE OR REPLACE VIEW "PRICING_CAPABILITY" OF THE FORCE. "" POW_EXEC_SUMM010 "("Item",
    "Jul-09", "Aug-09", "Ms-09", "Oct-09", "Nov-09", "Dec-09", "Jan-10", "" "" "
    'Feb-10', '10-Mar', 'Apr-10', '10-may', 'Jun-10', 'CDA')
    AS
    SELECT
    "Item."
    Sum (decode("ItemMonth",'Jul-09',"ItemValue",0)) "Jul - 09,
    Sum (decode("ItemMonth",'Aug-09',"ItemValue",0)) "Aug - 09,
    Sum (decode("ItemMonth",'Sep-09',"ItemValue",0)) "Sep - 09,
    Sum (decode("ItemMonth",'Oct-09',"ItemValue",0)) "Oct - 09,
    Sum (decode("ItemMonth",'Nov-09',"ItemValue",0)) "Nov - 09,
    Sum (decode("ItemMonth",'Dec-09',"ItemValue",0)) "Dec - 09,
    Sum (decode("ItemMonth",'Jan-10',"ItemValue",0)) "Jan - 10,
    Sum (decode("ItemMonth",'Feb-10',"ItemValue",0)) "Feb - 10,
    Sum (decode("ItemMonth",'Mar-10',"ItemValue",0)) "Mar - 10,
    Sum (decode("ItemMonth",'Apr-10',"ItemValue",0)) "Apr - 10,
    Sum (decode("ItemMonth",'May-10',"ItemValue",0)) "may-10,
    Sum (decode("ItemMonth",'Jun-10',"ItemValue",0)) "Jun - 10."
    Sum ("ItemValueOptional") AS "CDA".
    Of
    (
    SELECT
    "Received new proposals" AS "Item."
    To_char(T1.scope_received,'Mon-RR') AS "ItemMonth."
    Count (*) AS "Valeurelement."
    10. AS 'SortOrder '.
    Of
    PRICING_CAPABILITY. POW_DATA t1
    WHERE
    T1.scope_received IS NOT NULL
    AND extract it (FROM AN t1.scope_received) IN (2009,2010)
    ' AND t1.scope_received > = July 1, 2009.
    GROUP BY
    «New proposals received.»
    To_char(T1.scope_received,'Mon-RR'),
    10
    UNION
    SELECT
    "New proposals complΘtΘ' AS"Item. "
    To_char(T2.pricing_approval,'Mon-RR') AS "ItemMonth."
    Count (*) AS "Valeurelement."
    20. AS 'SortOrder '.
    Of
    PRICING_CAPABILITY. POW_DATA t1
    JOIN PRICING_CAPABILITY. POW_LAST_HISTORY t2
    WE
    T1. POW_DATA_ID = t2. POW_DATA_ID
    WHERE
    T2.pricing_approval IS NOT NULL
    AND extract it (FROM AN t2.pricing_approval) IN (2009,2010)
    ' AND t2.pricing_approval > = July 1, 2009.
    GROUP BY
    "End of new proposals."
    To_char(T2.pricing_approval,'Mon-RR')
    )
    GROUP BY
    "Item."
    'SortOrder '.
    ORDER BY
    "SortOrder";

    This view works, IE produced good results by operating (i.e. select * from...) with SQL Developer and SQL Workshop of the Apex section.

    But when I try to produce an Apex report, use it as a data source, I get the following error:

    ORA-01858: a non-digit character was found here where was waiting for a digital

    The error is displayed before that appear part any report itself, that is to say the header of the region is displayed and then the error message.

    So far, everything I could find on the forums or AskTom suggests that this is probably due to a problem. But the goal here is to summarize records dated by month, so I've extracted the elements year and date values, convert them to strings (using TO_CHAR) and then using the resulting chains of "MON - YY" to group the results.

    If there is a better way, I'm interested.

    But I do not understand why the Apex seems to be rejecting what appears to be valid results from a query of valid work.

    Any ideas? Suggestions?

    See you soon,.

    Peter

    You hit some implicit date conversion problem, probably caused by the preferred language of the browser in combination with the use of literals in the query.
    It's a bad idea to use literals as July 1, 2009"in an environment like Apex, which may have different date forrmats according to the preferences of the user.

    At the beginning of the rendered page Apex performs a SESSION of ALTER to change various NLS parameters.
    You can see this by turning on debugging, look for NLS in the resulting output and take a look at the settings that the Apex is application.
    The literal 1 July 2009"means the format DD-MON-YYYY mask, but regional settings applied through Apex may involve a different date format mask.

    Flavio

    ------
    http://oraclequirks.blogspot.com

  • How to extract data from the APEX report with stored procedure?

    Hi all

    I am doing a report at the APEX. the user selects two dates and click on the GO button - I have a stored procedure linked to this region of outcome for the stored procedure is called.

    my stored procedure does the following-

    using dates specified (IN) I do question and put data in a table (this painting was created only for this report).

    I want to show all the data that I entered in the table on my APEX report the same procedure call. can I use Ref cursor return? How to do this?

    Currently, I use another button in the APEX that basically retrieves all the data from table. Basically, the user clicks a button to generate the report and then another button for the report. which is not desirable at all :(


    I m using APEX 3.1.2.00.02 and Oracle 10 database.

    pls let me know if you need more clarification of the problem. Thanks in advance.

    Kind regards

    Probashi

    Published by: porobashi on May 19, 2009 14:53

    APEX to base a report out of a function that returns the sql code... Your current code goes against a Ref cursor returns the values...

    See this thread regarding taking a ref cursor and wrapping it in a function to channel out as a 'table' (use a cast to cast tabular function vale)...

    (VERY COOL STUFF HERE!)

    Re: Tyring to dynamically create the SQL statement for a calendar of SQL

    Thank you

    Tony Miller
    Webster, TX

  • Landspace reports printing

    Hai all,

    I configured my printer successfully in oracle applications r12... I can able to print... but all landscape reports print half... no idea where to check?

    Kai,

    There are many bugs/problems reported on this behavior, to answer my previous question would be useful. However, you can consult the following notes:

    Note: 466072.1 - wrong direction generated when printing PDF output
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=466072.1

    Note: 3500.1 - report printing landscape the Potrait Format Bitmap
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=273500.1

    Note: 1018870.102 - bitmap (POSTSCRIPT) custom Landscape Portrait Print print driver
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=1018870.102

    Note: 150975.1 - report Landscape Portrait prints
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=150975.1

    In addition, please try to print the output file of the concurrent requests to the BONE (not through the app), it prints the right way?

  • How to use reports and Jasper in the Apex to print PDF

    I again and here knowledge how to use jasper reports to print PDF files

    Please see Dietmar excellent tool. I'm just a happy camper.

    http://www.Opal-consulting.de/Apex/f?p=20090928:4:542360562486677:no:

  • Report/print Set - up with Apex 3.1 and Oracle XE

    I am trying to set up my local computer to run: Oracle XE, Oracle APEX v.3.1, with OC4J to allow printing via Apache FOP. So far, I've got XE and APEX 3.1 works well, OC4J looks OK, and I sent the FOP with APEX .war file. But I don't know where to configure APEX to use service of FOP. The instructions to http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html say:

    "Step 2: Configure Oracle Application Express to use JSP for PDF printing.

    Once you have the PFO installed, access settings to print the report:
    Access to the Services Administration Homepage
    Select manage Service
    Select Instance settings, under manage environment settings
    To focus on only the attributes to print the report, click Print report.

    But I can't find any 'parameters of Instance' or "Managing the environment settings" options in my APEX 3.1 admin screens (connection as SYS or any other user of the administrator). Can someone tell me how/where to find these?

    To be honest, maybe I'm missing something, but this approach seems a little weird to me. The main advantage of the APEX (which doesn't seem to be all that common here in the United Kingdom), is that you can build web applications based on the database quickly and easily without having to run a big fat J2EE server. If I have to run a J2EE server for my impression, I lose this advantage. Still, it would at least make it work on my local machine, so tips are welcome.

    You must log on as administrator using the internal workspace

  • Model printer friendly

    I need to print a report in format of frndly printer has print and return the controls in the page. In fact, I had the format but

    1, I need to be able to change the size and shape of the fonts in the report.
    2, he must break into A4 size paper.
    3, right now I get dashed after each record, it must integrate them into a horizontal line.

    Are there examples that explain this.

    Hey Lucie,

    Look at these two links, the last link has print on Yes, this will make the theme to use the friendly print template.

    http://Apex.Oracle.com/pls/Apex/f?p=18134:38:1423662618453887:
    http://Apex.Oracle.com/pls/Apex/f?p=18134:38:1423662618453887:Yes

    I have apart from the print template to make the font bigger and fat as an example for you.

    I hope that's what you're looking for...

    Kind regards
    Oli

    PS: change the user account please, next time send me the credentials in my email, you never know who wants to joke with her :)

Maybe you are looking for

  • iPhone connection Hotspot

    If my phone is connected to the 4 G LTE & WIFI + hotspot, which connection of the iPhone will use for hotspot? Will be the hotspot through 4 G or WIFI connection? If I connect another phone to hotspot, is consumed my iPhone 4G data?

  • Mac mail Gmail expires

    I use Mac Mail with imap to access my institutional email account, which is managed by Google. Very, very often, when I put them to the top of my window in Mail for Mac, there will be a small triangle with an exclamation point inside, next to the ico

  • No driver available for Photosmart c4780

    I try to use my old Photosmart C4780 with my MacbookPro, and when I try to add the printer it says "the software for this printer is currently unavailable. Please contact the printer manufacturer for the latest version of the software. » Can anyone h

  • Re: Satellite Pro L770 - networks detected but inaccessible

    Hello Yesterday I received my new toshiba, and since then, I can't connect to any wifi network. My model is the Satellite Pro L770. So I can find many networks, but when I try to connect to one of them, the connection fails: -My home network, which i

  • OfficeJet L7680: HP Solution Center does not load

    This morning, HP Solution Center will not load - just a tone of my computer and nothing loads.  I uninstalled all the HP software and reinstalled a fresh copy of HP Officejet Full Feature Software and Driver (v14.8.0) Pro.  Everything was working fin