Printing larger rows in blank report

I have a training log that managers can print out when holding training. There is a pre-populated one that fills out spots for current employees and adds blanks at the end and one that is completely blank. On the pre-populated one, I can alter the size of the text and corresponding lines just fine by altering the style of the text. The same technique does not work for the blank report. The managers want to have more room on the blank log, as the default size isn't large enough for many people to fill out.
Here's the query I'm using:
WORKS
select EMP_ID, EMP_LNAME, EMP_FNAME, NULL as DT, NULL as SIGNATURE
  from EMPLOYEES
where ORG_ID = :P1727_ORG_ID
   and ACTIVE = 1
union all
select NULL, NULL, NULL, NULL, NULL
from dual
connect by rownum <= :P1727_BLANKSDOESN'T WORK
select NULL as EMP_ID, NULL as EMP_LNAME, NULL as EMP_FNAME
     , NULL as DT, NULL as SIGNATURE
from dual
connect by rownum <= :P1727_BLANKSand the stylesheet:
<style>
#EMP_ID      {width: 60px;
        font-family: Arial, Helvetica, sans-serif; font-size:1em;}
#EMP_LNAME   {width:120px}
#EMP_FNAME   {width: 80px}
#DT          {width:120px}
#SIGNATURE   {width:320px}
</style>I have tried selecting a no-breaking space for a column value instead of a null and no change. I even tried renaming all the columns and creating a new set of styles for the second report - no change. I can't find a table attribute that allows me to statically set the height of the row - it seems to be based on content. Any suggestions?

Use a print media style sheet and specify the dimensions using a physical unit.
Give the blank form report a static region ID for use in CSS selectors (e.g. <tt>blank-form</tt>), and a style sheet like:
<style type="text/css" media="print">
  .report-table is class from report template
#blank-form .report-table tr {
  min-height: 1cm;
  height: 1cm; /* for IE quirks mode */
#blank-form #EMP_ID {
  width: 2cm;
#blank-form #EMP_FNAME,
#blank-form #EMP_LNAME {
  width: 5cm;
#blank-form #DT {
  width: 3cm;
#blank-form #SIGNATURE {
  width: 7cm;
</style>Also use non-breaking spaces as previously suggested.

Similar Messages

  • Printing large PDF Report - OBIEE installed in UNIX environment

    Dear Experts,
    OBIEE is installed in UNIX Environment. Tired to print large PDF (eg: 50 pages), but it throws - Fatal Error.
    So searched in forum and got an suggestion from the below link:
    printing large pdf and download to power point error message
    Suggestion:
    {<PDF>
    <!-- Size limit for PDF request message -->
    <InputStreamLimitInKB>0</InputStreamLimitInKB>
    <!-- Path to PDF userconfig.xml file. -->
    <!-- <UserConfigFile/> -->
    </PDF>
    <XMLP>
    <InputStreamLimitInKB>0</InputStreamLimitInKB>
    </XMLP>} ----Restart BI Server and Java host server.
    Suggested solution work well when OBIEE installed in Windows Environment, but for UNIX Environment - got error like - " Page cannot be displayed".
    Any help is appreciated. Many Thanks in advance.
    Regards,
    Priyalakshmi.

    Hi ,
    Any idea about this issue?
    OBIEE - version - 10.1.3.4
    Regards,
    Priyalakshmi.

  • Vendor Ref. no. not displayed in print preview in vendor aging report

    Dear SAP team,
    Vendor reference number is not displayed in print preview/print on vendor liabliteis aging report,
    but this vendor reference number actually show in report,We are taking report by journal postings,
    vendor reference entered in NumAtCard in AP invoice get copied to Ref2 in Journal Entry,then
    why it is not showing in print preview/print.
    Whether this is an application error / missing functionality ?
    We are using SAP Business One 2005 B (7.40.252)  SP: 00  PL: 36.
    Whether upgrade to latest patch 2005B PL46 will solve this issue ?
    Jeyakanthan

    Hello Jeyakanthan,
    I would like to draw your attention to the enhancements we delivered within Aging Report in 2007 version and plan for 8.8 release.
    The primary enhancement in 2007 version is reflecting new concept of Internal Reconciliation with more convenient backward reporting.
    Within the 8.8 release ...
    - when you generate the aging report you can group the report by customer or sales employee in the customer receivables aging report, and by vendor or buyer in the vendor liabilities aging report;
    - when the aging report has been generated, you can view multicustomer/multivendor detailed information in the aging report window. There is no need to double-click each customer/vendor row to view the details.
    We would strongly to recommend you to upgrade to 2007 version or join the ramp-up of 8.8 release soon.
    Peter Dominik
    B1 Solution Management

  • Print page items on Interactive Report

    Hello,
    I have an interactive report showing employees detail for the department number passed in as parameter.
    On interactive report, I have page items showing department name and location on the top under report title.
    When I print or export the report, it just exports the data rows, not the report title and department name and location.
    Is it possible to include the report title, department name and location as well in the export file?
    Thanks.

    For printing in specific layouts I use Anton Sheffer As_PDF package. Maybe it can help you out.
    I tell about it in dutch: http://mraoul.com/?p=86
    or you can go to antons page: http://technology.amis.nl/blog/8650/as_pdf-generating-a-pdf-document-with-some-plsql

  • Printing certain pages in a report

    Hi all,
    I want to know how can i make the ABAP report to print certain pages in a report.
    Say, my abap report has 3 pages. The second page is blank. How can i code it so the printing skip the second page and continue to the third page?
    Additional Info: When user click the print button, it starts printing. When it reach the second empty page, it should be skip and resume printing the third page.
    Thanks
    William Wilstroth
    Message was edited by:
            william wilstroth

    i had found solution to this problem. You should use GET_PRINT_PARAMETER and NEW-PAGE PRINT ON/OFF.

  • How To Restrict Number of Rows in BI Report

    Hi Experts
    I am on the way to generate a report which will be used to print the Levels.
    For this report i have the strict requirements of having size of each level. For example, In my query i have 3o rows which need to be printed as levels. As per the size i want to restrict the report to print 5 row in each page. so that in 6th row it will be moved to next page and so on.
    Can you please let me know how can i handle this in RTF. As restricting the same through SQL is not possible.
    Awaiting for your response.
    Srikant

    Hi ,
    Please check the following link that may helpful for u
    http://bipublisher.blogspot.com/2009/06/bi-publisher-conditionally-limiting.html
    Thanks,
    Ananth

  • Getting Blank Report if using XSL sub-template in RTF file

    Hi,
    We have requirement that for printing page-break and header-footer info we need to call xsl template in exisiting RTF template
    Verified that if we include call to xsl template then blank report is generating through jdev
    but if we remove call to include xsl template then report is generating successfully
    Please help on this issue

    Put this as the first line in rtf
    The 'import' element children must precede all other element children of an 'stylesheet' element.

  • 8500 A909a Won't Print Large Documents

    My OfficeJet Pro 8500 A909a will not print large documents. Prints fine on websites, 2 or 3 page docs but nothing larger. Trying to print a mail merge of 450 letters - print spooler goes though normal proces but printer never prints - it just beeps when the print spooler is completed. Printer is installed ethernet on XP. HP check software reports OK. Thank you.

    Take a look at this HP support page.
    Please mark the post that solves your issue as "Accept as Solution".
    If my answer was helpful click the “Thumbs Up" on the left to say “Thanks”!
    I am not a HP employee.

  • How to print the row  ,column,and particular cell in separate color

    how to print the row  ,column,and particular cell in separate color IN ALV GRID

    HI,
    Here you go good program links
    <a href="http://www.sapfans.com/forums/viewtopic.php?t=52107">How to Set Color to a Cell in AVL</a>
    <a href="http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_color.htm">ALV Grid Coloring</a>
    Thanks
    Mahesh

  • Delete hash value row in Bex report output

    Hi All,
    Can anybody suggest how can i remove hash value(not assigned) row in Bex report out put.
    my report looks like this:
    rows
    project position
      (hierarchy)
      WBS element
        (hierarchy)
        Order
    For each Project position and WBS element hierarchies, i did supress the " not assigned" tick in hiearchy attributes in RSH1.
    but in colums i have budget as one of the column.
      this budget comes from project position nodes to last node of WBS element but not in order, for order it will be blank but after this order a new row coming up with bold" Not assigned" with that budget amount against this not assigned.
    My problem is how can i get rid of this not assinged entire row. I search so many links in SDN, they talk about just to replace the not assigned  to some other value as blank or something like that.
    Please suggest me how can i get rid of this.
    i did tried to restrict Order with "#" but then the whole budget column getting blank.
    Regards
    Robyn.

    HI Arun,
    As i mentioned earlier, i have gone through these links, they just talk about replacing # value or Not Assigned  to some other value or blank.
    my issue is i need to get rid of that entire row.
    when i drop proj def hierarchy ,then wbs hierachy starts, sometimes at the end of wbs hierarchy i get row with #
    and sometimes after wbs hierarchy ,then order row then # row is coming.
    even after i tick supress unassigned nodes in both Projdef and wbs hierarchies.
    i am not supposed to simply replace #( not assigned) symbol or text with some other symbol or text ( thats what they discussing in these links).
    i created that macro they said in those links but its just deleting # symbol to blank not the whole row.
    hope i made my issue clear.
    i have seen so many other links as well
    [Re: Bex macros]
    Regards
    Robyn.

  • If employee id is the same should not print on the xml publisher report

    Hi Dear,
    I met with one problem and needs some suggestion on the best approach on it. It is a xml publisher report.
    We have multiple rows for the same employee , but for the same employee only the first row needs to print the emplid.
    Do we need to write the if statement , how to get the value of the last row emplid ?
    For example :
    EMPLID EMP_RCD STATE
    1001 0 CA
    1 TX
    Any suggestion is appreciated.
    Thanks,
    Dennis

    I understand your requirement is as follows:
    Requirement:_
    The data is this ->
    EMPLID COLUMN 1 COLUMN 2 COLUMN 3
    EMPLID_01 DATA_01_01 DATA_02_01 DATA_03_01
    EMPLID_01 DATA_01_02 DATA_02_02 DATA_03_02
    EMPLID_01 DATA_01_03 DATA_02_03 DATA_03_03
    EMPLID_02 DATA_01_04 DATA_02_04 DATA_03_04
    And you need report in this format:
    EMPLID_01 DATA_01_01 DATA_02_01 DATA_03_01
    DATA_01_02 DATA_02_02 DATA_03_02
    DATA_01_03 DATA_02_03 DATA_03_03
    EMPLID_02 DATA_01_03 DATA_02_04 DATA_03_04
    Solution:_
    If my understanding is correct, then you can make use of variables
    at start of template set the variable to 0
    *<?xdoxslt:set_variable($_XDOCTX,'PREV_EMPLID',0)?>*
    at the end of each data row, reset the variable
    *<?xdoxslt:set_variable($_XDOCTX,'PREV_EMPLID',EMPLID)?>*
    while printing emplid in that row use IF condition
    *<?if:(xdoxslt:get_variable($_XDOCTX, 'PREV_EMPLID'))!=EMPLID?>*
    The above If condition will print emplid on the row only when there is change in EMPLID, so effectively printing emplid only on the 1st row of data for each employee id.
    Also, you need to ensure that you group by employee id before you print each row.
    Let me know if this works for you.

  • First row of BPC report is hidden on execution

    Hi Experts,
    I am facing an issue as below:
    1. I have a BPC report with header on row 20 and report starts from row 21
    2. On row 19 i have static headings corresponding to the headings in row 20 (row 20 is hidden)
    3. Have used supress rows if blank
    4. When i execute this report for a time period with no data, this reports has a member in row 21 with blanks but hides the row (that is the normal behaviour i believe)
    5. When i execute this report for time period which contains data (while row 20 is hidden) the report executes properly however row 21 remains hidden.
    6. When i unhide row 20 (header) and refresh the report the report displays correct information.
    summary: When i hide the report header the first row is always hidden however when i unhide the report header this behaves correctly.
    Can anyone help me with this issue?
    Regards,
    Shweta Salpe

    Hi shweta,
    I am in a similar situation,have you solved the issue.
    if you can,can you please help me on this???
    bpc10,epm addin SP17.
    Regards,
    Kiran

  • Error printing large photo to HP Officejet K8600 when using PSE7

    I am running PSE7 on a Toshiba laptop using XP home SP3.  I have 1.5 gb of memory.  I have a large color photo scanned in that is 14x10.  I tried printing it out using MS Office Picture manager and HP photo essentials.  Neither program would allow for the custom size photo on the 13x19 paper that I have.  The best they could do was make the photo larger to fit the paper which made the picture slightly fuzzy.  So I purchased PSE7 thinking that this good product would allow custom print sizes.
    The page setup and print commands seem to do everything I want.  The print screen shows how the picture should look centered on the larger paper. When I send it to print with the print spooler on the 277 mb photo goes completely to the spooler without going to the printer.  After waiting a short while it sends a second copy of the photo to the print spooler and even though the print documents window only shows one document it shows 2/1 in the page column and robs another 277 mb of memory.  This continues indefinitely without ever printing.  I stop it when it gets to the sixth send (6/1) and is now using of 2 gb forcing the computer into virtual memory.
    I decided to eliminate spooling and send directly to the printer without spooling.  It almost worked but, but half way through the print a 1 1/2 inch wide blank stripe the full height of the picture (10") is in the middle of the picture (in other words:  that part of the picture is missing).  I tried a second time thinking maybe there was a memory hiccup.  The second time the first quarter of the picture is cut off and there is a 3/4" wide stripe in what would have been the middle.
    The picture prints out using other programs just not in the custom size.  Of course, HP support tells me it is an Adobe problem and since it doesn't occur with other programs I tend to agree.  One final note:  When the picture goes to print it tells me that certain postscript commands will be stript out since the printer does not support postscript.
    Has anyone had success printing large pictures to the HP Officejet K8600?

    I am running PSE7 on a Toshiba laptop using XP home SP3.  I have 1.5 gb of memory.  I have a large color photo scanned in that is 14x10.  I tried printing it out using MS Office Picture manager and HP photo essentials.  Neither program would allow for the custom size photo on the 13x19 paper that I have.  The best they could do was make the photo larger to fit the paper which made the picture slightly fuzzy.  So I purchased PSE7 thinking that this good product would allow custom print sizes.
    The page setup and print commands seem to do everything I want.  The print screen shows how the picture should look centered on the larger paper. When I send it to print with the print spooler on the 277 mb photo goes completely to the spooler without going to the printer.  After waiting a short while it sends a second copy of the photo to the print spooler and even though the print documents window only shows one document it shows 2/1 in the page column and robs another 277 mb of memory.  This continues indefinitely without ever printing.  I stop it when it gets to the sixth send (6/1) and is now using of 2 gb forcing the computer into virtual memory.
    I decided to eliminate spooling and send directly to the printer without spooling.  It almost worked but, but half way through the print a 1 1/2 inch wide blank stripe the full height of the picture (10") is in the middle of the picture (in other words:  that part of the picture is missing).  I tried a second time thinking maybe there was a memory hiccup.  The second time the first quarter of the picture is cut off and there is a 3/4" wide stripe in what would have been the middle.
    The picture prints out using other programs just not in the custom size.  Of course, HP support tells me it is an Adobe problem and since it doesn't occur with other programs I tend to agree.  One final note:  When the picture goes to print it tells me that certain postscript commands will be stript out since the printer does not support postscript.
    Has anyone had success printing large pictures to the HP Officejet K8600?

  • Shrink the space between rows in a report

    hi all,
    As the subject says, I am trying to shrink the space between rows in a report so that there is no space between rows when i print it. Does anyone know how to do this? Do I need to make a custom report template for it?

    The space between rows in a report in Apex is frequently determined by the cellpadding and cellspacing attributes of the TABLE tag that makes up the innermost report area, but there also other factors that may affect the resulting area, so one has to look at the specific case and see what is determining the final result, bearing in mind that it's quite possible that two browsers will display the same thing differently.
    At any rate, spacing is normally controlled by fine-tuning margin and padding properties in CSS.
    As CSS stylesheets, as per their name, are applicable in cascade, you can add your own CSS stylesheet in the page header (after the built-in ones).
    If you are using Firefox (with Firebug add-on installed) or Chrome or Safari, you can easily experiment with these properties and see the effects by temporarily setting or unsetting certain values and when you are satisfied, you can copy the resulting definitions into your stylesheet.
    The fact you want to make some adjustments only when printing can be solved by means of the @media rule inside the stylesheet or by linking different stylesheets depending on the value of the media attribute in the LINK tag or by dynamically pointing to different stylesheets depending on whether Apex is rendering the page in printer-friendly mode or not.
    Flavio
    http://oraclequirks.blogspot.com

  • Cant Print or Download a Linked Report

    I have a report which displays three other reports. But when i download it or print it, i get blank pages.
    Can anyone help me with this?
    Thanks,
    Garima

    Hi, This is because SSRS requires a Login to connect to the datasource to process the report when subscription will be occuring at its scheduled time. I would recommend you to store the credential securily into report server.
    GoTo: Report>Properties> Click on the Data Sources tab and you will see following options:
    a)A shared data source
    b)A custom data source
    Use option b) and click on option Credentials stored securely in the report server
    and provide credential information and further you can use options: Windows credentials and Impersonate the authenticated User if you require. Click on apply button.
    *You can use any option of them provided in first option(a) also using the shared data source which is having credential saved into report server.
    Once you have done with above you will be able to create subscription.
    Cheers Sunil Gure

Maybe you are looking for