Spreadsheet functionality: Output is always crammed in 1 page.

Hi!
Whenever i do spreadsheet outputs in Reports, i get the proper Excel spreadsheet alright. I'm able to edit away, move around in cells, etc. But when its printout time, all the data is crammed inside 1 page when its supposed to span multiple pages.
I know Oracle's spreadsheet output is not paginated (i.e no page setup info is saved in output), but is there a work around to this "issue", short of copying the data and pasting it in another work sheet?

Hi, this problem has been resolved.
Apparently, the PAGE SETUP > SCALING defaults to "fit to 1 page", which is why my reports always run on 1 page regardless of the data.
The easy solution is just clicking on the Adjust to 100% size radio box.
=)

Similar Messages

  • SmarForms: Printout is always limited to 2 pages

    Hi Gurus,
    I have a SmartForms(SF) than can print a maximum of 6 data entries.  Let's say the number of rows of my ITAB is 16, then it should print out 3 pages.
    In my calling program:
      "Get the number of pages
      DESCRIBE TABLE T_ZQIDPRINT LINES W_DBCNT.
      W_QUOTIENT = W_DBCNT DIV 6. "6 cells only per print sheet
      W_REMAINDER = W_DBCNT MOD 6.
      IF W_REM NE 0.
        W_TOTAL_PAGE = W_QUOTIENT + 1.
      ELSE.
        W_TOTPAGE = W_QUOTIENT.  "Total Page
      ENDIF.
    CALL FUNCTION '/1BCDWB/SF00000695'
      EXPORTING
    *   ARCHIVE_INDEX                   =
    *   ARCHIVE_INDEX_TAB          =
    *   ARCHIVE_PARAMETERS      =
    *   CONTROL_PARAMETERS     =
    *   MAIL_APPL_OBJ                   =
    *   MAIL_RECIPIENT                    =
    *   MAIL_SENDER                       =
    *   OUTPUT_OPTIONS                =
    *   USER_SETTINGS                  = 'X'
        p_totpage                              = W_TOTPAGE "Total Page
        p_dbcnt                                 = W_DBCNT
    * IMPORTING
    *   DOCUMENT_OUTPUT_INFO    =
    *   JOB_OUTPUT_INFO                =
    *   JOB_OUTPUT_OPTIONS         =
      tables
        it_idprint                         = T_ZQIDPRINT
    * EXCEPTIONS
    *   FORMATTING_ERROR     = 1
    *   INTERNAL_ERROR          = 2
    *   SEND_ERROR                  = 3
    *   USER_CANCELED           = 4
    *   OTHERS                          = 5

    In my SF, I have multiple secondary windows, in the last secondary window note, i have a program node inside that deletes the 1st six ITAB of the row after it has been displayed.  Please see the screenshot below:
    http://img710.imageshack.us/img710/3218/sflastnodewindowlogicde.jpg
    In my debug, I initially have 16 rows in my ITAB, now it's already 4 rows as shown in the debug screenshot above.
    In my SF, I have main window which is on the last tree node, please see the screenshot below:
    http://img203.imageshack.us/img203/4381/sfmainwindowcommandline.jpg
    In the general attributes tab of my command node in main window, it's always pointing to the page where it should go.
    In the conditions tab of my command node in my main window, the condition is that it will always go next page until W_TOTPAGE Greater than or Equal to 1.
    W_TOTPAGE is being populated inside a program node(before the command node) in my main Window:
    MOVE P_TOTPAGE TO W_TOTPAGE.
    W_TOTPAGE = W_TOTPAGE - 1.
    But the output is always limited to 2 pages.
    Please see the screenshot.
    What am I missing here?
    In my debug: http://img710.imageshack.us/img710/3218/sflastnodewindowlogicde.jpg
    If the ITAB is already less than 6 rows, it then goes to EXIT then display the SF now in 2 pages only.
    Thanks.

  • Read from spreadsheet function help

    Hi
    I have 2 csv files, each with like say 10 rows of numbers in column 1 only.   So its a 10x1 matrix.  I want to plot them using the read from spreadsheet functions (I created two Read from SS icons, each read in numbers from the two csv files.. have transpose to always true... index set to -1 to read whole file).  But the output of that returns a 2d array.  And I have trouble moving forward from that point.  I tried to change the output array dimension from 2 to 1.  Then link up the two 1d arrays to a bundle, then to xy graph.  That didnt work.  Can someone give me a hint on how to move forward from that? 
    And is there a big difference between the xy graphs and the waveform graphs?
    Thanks a lot in advance.
    Jerry

    If you have transpose set to true, then you should just use the first row output of the Read From Spreadsheet. This is a 1D array. If you still want to use the 2D array output, then use an index array function and get row 0. You'll get a 1D array. If you don't want to set transpose to true, then use an index array and get column 0. The attachment shows the three different ways. They all produce the same graph.
    The difference between a waveform graph and an XY graph is that the waveform graph displays evenly sampled data and the XY graph can display unevenly sampled data. When you create data for a waveform graph, you provide a y array, a t0, and a dt. With an XY graph, you provide a y array and an X array that may or may not contain unevenly spaced points.
    Attachments:
    Files to XY.JPG ‏27 KB

  • How to get an effective EXCEL Spreadsheet as output for Oracle report 10g

    Hi All,
    I am a newbie in Oracle reporting. I am using 10g. I have an oracle report whose output format is PDF from the user interface. User asked for Spreadsheet output. I changed the JAVA CODE "desformat" = Spreadsheet and got the report in Excel. But this report is not as expected as it has many blank cells, misplacements etc and looks really ugly. so Is there anyway to get an excellent spreadsheet as output.
    If anybody needs any more information on this, please let me know.
    Thanks in advance.

    Thank you so much Marwim. Your suggestion is very helpful. But I have some other Oracle reports which have only one .rdf file giving output in both pdf and Excel. This doubt might be silly. Almost same features were existing for the rdf what I am working now. For the remaining reports, it was given that DESFORMAT=SPREADSHEET , what this report lacks. I googled and found these links http://docs.oracle.com/html/B13895_01/orbr_paptoexcel.htm &
    http://docs.oracle.com/html/B13895_01/orbr_paptoexcel.htm#CIHFDJAJ . But they are not intended for excel output. they generate only web layout in spreadsheet form. Could you please suggest any other ways to achieve this.
    Thank you in advacne.
    Edited by: user07960 on Jan 10, 2013 10:47 AM

  • Spreadsheet functions causing 100% CPU usage

    Running ColdFusion Enterprise 9,0,0,251028 with JVM 1.6.0_14 on a Windows 2003 server.   I am finding that when using <cfspreadsheet> and the spreadsheet functions to build a spreadsheet the server CPU maxes out at 100% while the spreadsheet object is being built.   The spreadsheet is not overly large or complex:  10-15 columns and 400-500 rows.   This behavior is consistent - it happens every time, even when building a simple spreadsheet with 1 column and a few rows.  Is anyone else experiencing this?    Is it a known problem with a fix?  Thank you.
    Michael Mongeau
    Stratus Technologies

    I was able to root cause the excessive CPU usage to a single-CPU virtual machine.  When I ran the same code on dual-CPU virtual machines the CPU usage went to 50-60% but never reached 100% and stayed there as it does on the single-CPU virtual machine.   So there appears to be an issue with JRun and Apache POI on single-CPU machines.  I simply had my system administrator add another CPU to the virtual machine and the problem no longer occurs.

  • I have tried to transfer Mail from iMac to Macbook pro. It isn´t functioning, the program always hang up.

    I have tried to transfer Mail from iMac to Macbook pro. It isn´t functioning, the program always hang up. Mac OS 10.9.4.

    Tried how? Using what? Step-by-step details and the results you get along way should elicit a cogent response.
    iMac refurb (27-inch Mid 2011), OS X Mavericks (10.9.4), SL & ML, G4 450 MP w/Leopard, 9.2.2

  • Formating sysdate function output

    Hi Gurus,
    I'm doing a POC with BPEL and XMLPublisher and need the current date in a rtf template. I found the function <?xdofx:sysdate()?>, this output is not in the correct format and I need to reformat the sysdate output.
    I also found the information about date formatting, but all this information refer to the field name. How could I reformat the sysdate function output?
    Thanks in advance.

    Hi mcarlosro,
    I hope you will be using form field method to place the sysdate....
    Do one thing ...in form field choose the type as a date...or choose current date.... if you r choosing current date.. hen no need to give any code... but i will suggest you to go with this code whatever you are having for this field........ and choose type as a date and type format.. whatever you want...... you can type it there....
    I hope it will help you.....
    Regards
    Ravi

  • Output is always -10V

    the input signal is between -5V to +5V, but DAQ card output is always -10V.

    Answer the questions I posted to your other question and we can help.
    If English is problem, use your native language and someone will translate.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Should Output parameters always be declare at the beginning of the Stored Procedure?

    Should Output parameters always be declare at the beginning of the Stored Procedure?

    Usually input parameters listed first followed by output parameters. This is just a custom, not a requirement.
    Blog: How to architect stored procedure parameters?
    BOL: http://msdn.microsoft.com/en-us/library/ms187926.aspx
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Database Design
    New Book / Kindle: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2014

  • Trigger special function output type through a custom program

    Hi,
    I have to trigger the special function output type from a custom program.
    This custom program contains a BAPI and the output parameters of this BAPI are required as input to the second BAPI which is contained in the form routine of the special function output type.
    I am not able to understand how to trigger the special function as I dont know how the nast-objky will be updated
    and how the BAPI parameters will be passed.
    Is this has to be done through a Idoc
    Can anyone guide me on how to handle the above functionality.

    Hello,
    I am not able to understand your requirement completely...
    agree with above post....addition-
    1. Transport medium would be '8 - Special Function' where one program would fire and that can be used for further processing.
    2. If condition record are maintained and it is matching with parameters then output type with all transport medium would be called
    Thanks

  • Special function Output type failing

    Hi,
    I configured a special function output type and set the dispatch time to 4. The output includes a custom program that executes a function module to create reservation. Its created in Form entry. However its failing to output when I save my order. Am I missing something? Can we not use submit programs with special function output types or dispatch time of 4?

    No. the OSS note doesn't help. I think the issue is with using dispatch time 4 instead of 1 for special function or maybe in the program code that I have:
    FORM ENTRY USING RETURN_CODE TYPE I
                     US_SCREEN TYPE C.
      DATA: L_VBELN LIKE VBAK-VBELN,
            L_RSNUM LIKE RESB-RSNUM,
            L_SUBRC LIKE SY-SUBRC.
      CLEAR RETCODE.
      if nast-objky is not initial.
        l_vbeln = nast-objky.
        CALL FUNCTION 'ZSD_RESERVATION_CREATE'
          EXPORTING
            VBELN = L_VBELN
          IMPORTING
            RSNUM = L_RSNUM
            SUBRC = L_SUBRC.
      else.
        retcode = 1.
      endif.
      IF RETCODE NE 0.
        RETURN_CODE = 1.
      ELSE.
        RETURN_CODE = 0.
      ENDIF.
    ENDFORM.

  • Tried to install Firefox but an error message "Extraction failed - cannot open output file" always pops up, without a reason. Why's this happening?

    Tried to install Firefox but an error message "Extraction failed - cannot open output file" always pops up, without a reason. Why's this happening?

    Try to disable your anti-virus software temporarily to see if that makes it work.
    You may need to delete the temp folder (%TEMP%) to remove the old files.

  • DESFORMAT=SpreadSheet  mutates  output

    DESFORMAT=SpreadSheet
    PRODUCED OUTPUT WITH VERY BAD FORMATING
    (1)DATA IN ROWS ARE NOT ALIGNED
    Data is in cell c12 and the adjacent column has data in cell d13
    (2)COLUMN HEADINGS SKEWED
    Data is in column C and the column heading is in column G
    (3)LOTS OF BLANK ROWS
    The first 10 or 20 are empty rows
    (4)LOTS OF BLANK COLUMNS
    First data item is in b25 the next one is in g25, etc
    Any suggestions?

    I also tried DESFORMAT=XML
    This formats within each cell properly
    When ouput appears in browser windos I did FILE=>SAVE AS and put .xls as fine name extension to get EXCEL ouput
    Just the column headings are not EXACTLY right
    It may be possible to modify XML tag in Data Model Group to have proper column headings....
    For report level Place Holder that you do not wish to appear in report
    set XML Output = NO
    Let me know

  • ApplescriptObjC: function that is always running?

    Hi Community,
    As much CPU as it will take up, I need a function that is always running. I tried making a function (called theTest for the sake of the test) that has a repeat block in it and displays some dialog every 3 seconds and then calling on it from the applicationwillfinishlaunching_(aNotification), but the application won't finish launching until the function I call on has finished running (which is never because of the repeat block). Does anyone know how i can make a function that is always running without having any interaction from the user? Or if there is already a function that does that that i don't know about? Thanks. Here's the code I tried:
              on applicationWillFinishLaunching_(aNotification)
                             theTest()
              end applicationWillFinishLaunching_
              on theTest()
           repeat
                repeat with i from 1 to 3
                                                           do shell script "sleep 1"
                end repeat
                                            display dialog "Test"
           end repeat
              end theTest

    Ok, so it says this:
    textDidChange:
    Informs the delegate that the text object has changed its characters or formatting attributes.
    - (void)textDidChange:(NSNotification *)aNotification
    Discussion
    The name of aNotification is NSTextDidChangeNotification.
    Availability
    Available in Mac OS X v10.0 and later.
    Available as part of an informal protocol prior to Mac OS X v10.6.
    Declared In
    NSText.h
    But how do I actually use it (sorry, I'm not too great with ObjC). Would i do something like:
    on NSTextDidChangeNotification_(aNotification)
    #stuff
    end NSTextDidChangeNotification_
    Also, how do i specify the text field? Thanks for the help

  • AES output has always 32byte length

    Hello
    I have one question about decrypted data via AES. My code is following:
    byte [] key = Hex.decode("000102030405060708090A0B0C0D0E0F");   
    byte [] input = Hex.decode("000102030405060708090A0B0C0D0E0F");                               
    byte [] output = null;
    SecretKey secretKey = new SecretKeySpec(key, "AES");
    Cipher cipher = Cipher.getInstance("AES", "BC");
    cipher.init(Cipher.ENCRYPT_MODE, secretKey);
    output = cipher.doFinal(input);The input data have 16 byte length but I got always 32 byte large output. When I put only 15 byte input then I got 16 byte large output.
    Can anyone explain me why I have 32 bytes instead of 16bytes, because input is exactly 16 byte and I expect same size.
    Note,that first 16 bytes are equal as output in Crypto ++.
    What is
    Thanks
    I'm simulating example from Crypto ++ in which output is always 16 byte by 16 byte large input.

    By default you get PKCS5Padding so you will get 16 bytes of encrypted padding. Specify
    Cipher cipher = Cipher.getInstance("AES/ECB/NoPadding", "BC");

Maybe you are looking for

  • Wifi MAC to TV

    Hi I have just purchased a samsung 6 series LCD TV 650 , I can purchase a samsung wifi receiver for the TV to use the internet.Can I use my Mac to connect with the TV or do I need a Mac TV box to transmit my Mac to, then connect my MAC box to the TV.

  • [SOLVED] How to create uncompressed packages

    Is there a way to convince makepkg to create uncompressed packages. I often tweak an official package or build from one the AUR and it takes a lot of time to compress the package that will be immediately uncompressed for installation. I would like so

  • Error finding a resource

    HI all, i meet a problem in running a J2ME dictionary in NetBeans 6.0 IDE. The error only shows on WTK(emulator). The error is: java.io.IOException: Error finding a resource /lang.txt i have already included the lang.txt file into the same folder. Ma

  • Replacing an iphone bought in another country

    HI, I have bought my iphone in singapore, while I live in India. The service centre here says that only the country that the phone has been bought in can service it. The phone is in warranty. How do I activate this service? Tried to contact a premium

  • Last license check 4 weeks and evaluation license key timed out

    Due to holidays and other projetcs I've used my SAP NetWeaver Sneak Preview ABAP last time in October '08, my evaluation license kex ended 12-29-08. Today I've tried as usual to install the today requested new eval lic key. But I'm not able to instal