DESFORMAT=SPREADSHEET not available

Hi All ,
I have Oracle Reports 10.1.2.2.0 version but still don't see the option to generate excel out put format DESFORMAT=SPREADSHEET
Please advise me if i need to apply any patch.
Thank you.

In the report-builder open the node Datamodel in the Object-navigator. There is a node System-parameters containing one parameter called DESFORMAT. There you simply type SPREADSHEET in the Initial-value property.
At runtime you can define that format by adding &DESFORMAT=SPREADSHEET to the reports-url

Similar Messages

  • Report 10.1.2.0.2 - DESFORMAT=spreadsheet - Report does not appear

    We use Report 10.1.2.0.2 - DESFORMAT=spreadsheet
    RDF Report try to appear for 1 second and then disappear.
    In the report there isn't image or particular object.
    There is only one grid from db table.
    The form coll the report with this procedure:
    PROCEDURE RUN_REPORT_OBJECT_PROC
    ( rep_fileobj VARCHAR2,
    rep_filename VARCHAR2,
    rep_server VARCHAR2,
    rep_desformat VARCHAR2,
    rep_desname VARCHAR2,
    rep_destype NUMBER,
    rep_paramlist PARAMLIST ) IS
    -- Local var
    rep_id REPORT_OBJECT;
    rep_message VARCHAR2(100);
    rep_status VARCHAR2(100);
    vjob_id VARCHAR2(100);
    choice NUMBER ;
    BEGIN
    -- Estrae il report_id
    rep_id := find_report_object(rep_fileobj);
    -- Impostazione parametri RUNTIME del report
    SET_REPORT_OBJECT_PROPERTY(rep_id,REPORT_SERVER,rep_server);
    SET_REPORT_OBJECT_PROPERTY(rep_id,REPORT_DESFORMAT,rep_desformat);
    SET_REPORT_OBJECT_PROPERTY(rep_id,REPORT_DESTYPE,rep_destype);
    -- SET_REPORT_OBJECT_PROPERTY(rep_id,REPORT_DESNAME,rep_desname);
    SET_REPORT_OBJECT_PROPERTY(rep_id,REPORT_FILENAME,rep_filename);
    -- Lancia RUN_REPORT_OBJECT con o senza lista parametri
    IF ( NOT Id_Null( rep_paramlist ) ) THEN
    rep_message := run_report_object( rep_id, rep_paramlist );
    ELSE
    rep_message := run_report_object( rep_id );
    END IF ;
    -- Attesa processo asincrono di generazione del report termini
    rep_status := 'RUNNING' ;
    WHILE rep_status IN ('RUNNING','OPENING_REPORT','ENQUEUED') LOOP
    rep_status := report_object_status( rep_message );
    END LOOP ;
    -- Estrazione JOB_ID
    vjob_id := SUBSTR( rep_message, LENGTH( rep_server ) + 2, LENGTH( rep_message ) ) ;
    -- Visualizzazione report sul WEB
    IF rep_status = 'FINISHED' THEN
    web.show_document( '/reports/rwservlet/getjobid' || vjob_id ||
    '?server=' || rep_server, '_blank');
    ELSE
    message ( 'Creazione report fallita. Errore : ' || rep_status );
    END IF;
    END;
    and the parameter passed to the procedure:
    run_report_object_proc( 'MG_CAUSALI_MOV', :GLOBAL.rep_path_name||'\MG\mg_causali_mov_excel.RDF',
    :GLOBAL.REP_SERVER_NAME, 'SPREADSHEET', '', CACHE, pl_id ) ;
    The parameter :GLOBAL.... are correct: the PDF report run correctly.
    Where is the problem ?????
    The application server control show report SPREADSHEET terminated succesfully and
    in the report cache the htm file are present and is correct for Excel (we opened the fil ewith excel).
    Thanks in advance
    Umberto

    Hi dmars,
    report runs perfectly if I call it directly from Reports Server, from browser, using reports server URL.
    When I call it from the form, it opens Excel file, but it's just empty.
    As I understood, there is no way to call excel-compatible report wit run_report_object.
    Also, what I learned after browsing internet,- to get nice and neat excel report one has to start with making excel layout first, save it as HTML, open this file in Reports as web report and manually update the code with java script lines.
    So, as a matter of fact, SPREADSHEET format was sort of dead-end feature of Reports10G/9i.

  • Use desformat=spreadsheet output Excel,print percent setting not 100%,why?

    In version 10.1.2
    use desformat=spreadsheet output excel,
    Open the excel file,and print view,the print percent lower 100%,
    how to set report file,make output excel print view 100%?
    thanks for any help!
    lind

    Be sure you put the heading the same size as your column because otherwise it will not insert the diffent columns in seperate columns in excell

  • Displaying image in report DESFORMAT ='SPREADSHEET' (Excel)

    Hi,
    I want to display a logo in Excel report. I have created one formula column with function
    function CF_4Formula return Char is
    begin
    return('/report/xls/gelogo_new.bmp');
    end;
    I have placed the image in the above path. When I execute the report image is not appearing in it.
    What could be the issue?
    Below is the code in After Parameter form Trigger.
    :DESTYPE = 'FILE'
    :DESNAME := '/report/stg/'||:p_report_name||'_'||:p_calendar_month||:p_calendar_year||'.xls';
    :DESFORMAT: 'SPREADSHEET'
    Also please tell me how to set/see the default directory of REPORTS_PATH in Unix server.
    Can anyone please help me out with this issue.
    Thanks,
    Kishore.

    Thanks for the response. Sadly yes, the path is correct. I've
    tried both the relative path and the full path (e.g.
    ../images/theimage.jpg and
    http://mysite.com/images/theimage.jpg)
    . Putting either address into a browser will return the correct
    image if I'm in the right location.
    So, I can get this expression: IIf(query.image NEQ "",
    DE("../images/smProds/" & query.image), DE("None")) to display
    the correct path, but what I really need is the image located at
    that spot to display in the report. What is happening is that
    report builder is returning the string, but not the image. When I
    looked at the tutorial it implied that the image would be displayed
    rather than the string.
    Is there something in report builder that determines whether
    the actual image is displayed? A property setting that I'm missing?
    Or maybe the expression iteself is wrong i.e. it is doing exactly
    what it should (display the string) and a different expression
    format is required to get the image iteself. For example, flagging
    some text as a hyperlink to the image? Not sure how you would pass
    the image name value in that case.
    Appreciate your suggestions.

  • Excel-Export in ALV-Grid not available

    Hello,
    I have a strange problem with the Export-functionality within ALV Grid. The Export-options "Spreadsheet", "Word processing", "Local file" and "Send" are not available at all PC's. I don't know if this issue is related to  SAP Gui, Patches ...

    Thanks for info - I was original thinking of the "Expert mode" option in some Report Writer outputs... but that was a different issue...
    Is it user specific or PC specific?  If the former, you might like to look in table SALV_BS_ADMIN (which can be maintained via report SALV_BS_ADMIN_MAINTAIN) as this can impact what the user sees in some ALV options - we were having problems a few weeks ago on an ECC5 system in this area - Note 1080608 and others explain more.
    Jonathan

  • Character value changed to date when using desformat = SPREADSHEET

    I'm running reports on application server 10.1.2.0.2, and have a problem with formatting when printing to excel (desformat = SPREADSHEET). I have a character-field with the value 12.1, and when I print this, excel transforms it to 12.jan. Excel thinks this is a date-column. I have tried to add chr(39) on each side of the value, to force excel to print this value as character, but then it is displayed like this: '12.1'
    Does anyone have a similar problem? How can I force excel to display this as a character field with the value 12.1?
    Marit.

    Is there any suggestion for excel not to trim white spaces from string.
    ex "Day 1"
    "nbsp;nbsp; Data1"
    "nbsp;nbsp; Data2"
    while using spreadsheet formatting all the leading spaces are trimmed off.
    thanks
    senthil;

  • 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

  • My app store wont let me download apps, says they are not available in the uk please help??

    my app store wont let me download apps, says there not available in the uk?? please help??

    Try This...
    Close All Open Apps...  Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • Getting error while opening a saved for later notification: The selected action is not available. The cause may be related to security. Contact your system administrator to verify your permission level for this action.

    Hi All,
    While opening a saved for later notification, we are getting "The selected action is not available. The cause may be related to security. Contact your system administrator to verify your permission level for this action". error.
    This is a custom notification.
    Please help.
    Thanks
    Raghava

    HI All,
    Please help on this issue.
    Thanks
    Raghava

  • Laptop (Running Windows 8.1) no longer able to print and now see message Active Directory Domain Services is not available

    Have a very recent Lenovo Ideapad Laptop running Windows 8.1. Connected via USB port to HP LaserJet Pro CM1415 frw Color MFP Printer. Was able to print fine nearly 2 weeks ago, but something recently happened - either a new windows or office 2013 update
    or perhaps I blew away a certain file by mistake. I can see the printer installed but cannot print to it from anything (Word, Notepad, IE, Firefox etc.). The one thing to note is that usually when I plug or unplug a USB related device, Windows 8.1 recognizes
    this and makes a certain chime noise, but with the printer USB cable it never makes that noise - making me think that it never fully recognizes the printer. Also when I select the printer (from within the control panel) and right click for properties (via
    admin rights) It never lets me fully connect to it.
    I have tried all the usual remedies - remove, install all drivers, reinstall printer, Windows update, start/stop print spooler and all other printer related services,  etc. Its really annoying because this printer was working fine nearly 2
    weeks ago. Looking for any advice now. Thanks.
    -Chris

    Hi Chris,
    à
    I have tried all the usual remedies - remove, install all drivers, reinstall printer, Windows update, start/stop print spooler and all other printer related services, etc.
    I noticed that you had reinstalled the printer. Just a confirmation, when un-install this printer, please check
    if this printer still exist in registry. For more details, please refer to following KB.
    Registry entries for printing
    If printer entry still exist in registry, please delete that printer entry and re-install this printer again,
    then check if this issue still exists. (Please backup registry entries before operating registry. It will help us to avoid unexpected issue.)
    àand now see
    message Active Directory Domain Services is not available
    By the way, would you please let me know where/when get this
    Active Directory Domain Services is not available error message? Or provide a screenshot of it?
    (Please hide all protected or private information) Please check if all services are running correctly on the computer. Meanwhile, please refer to following article and check if can help you.
    Printer
    Problem: Active Directory Domain Services is currently unavailable – Why does windows say no printers are installed?
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • My external hard drive is not recognized by Time Machine; "The backup disk is not available" according to Disk Utility

    I'm not completely tech savvy, but I'm having troubles with my external memory & time machine.  I'm a student, and thus its very important to me to be able to back up my computer.
    I wanted to back up my Time Machine the other day.  I clicked the icon at the top of the page (beside the battery icon, etc.) and the message "The backup disk is not available".  I have a 500GB Seagate passport (ie: http://www.bestbuy.com/site/Seagate---FreeAgent-GoFlex-500GB-External-USB-2.0-Po rtable-Hard-Drive---Silver/9929098.p?id=1218196478444&skuId=9929098)
    My macbook pro is version 10.7.5 Mac OS X Lion.  My external memory is only about a year old. It hasn't been dropped or anything; it permanently sits secured to my desk.
    What appears when I click "Repair Disk":
    Verify and Repair volume “Time Machine Backups”
    Checking file systemChecking Journaled HFS Plus volume.
    Detected a case-sensitive volume.
    Checking extents overflow file.
    Checking catalog file.
    Incorrect block count for file shutdown_time
    (It should be 1 instead of 0)
    Invalid node structure
    Rebuilding catalog B-tree.
    The volume Time Machine Backups could not be repaired.
    Volume repair complete.Updating boot support partitions for the volume as required.Error: Disk Utility can’t repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files.
    After clicking "Repair Disk" this message pops up: "Disk Utility Stopped Repairing 'Time Machine Backups'  Disk utility can't repair this disk. Back up as many as your files as possible, reformat the disk, and restore your backed-up files."
    I don't want to wipe my memory on my external disk just in case the disk doesn't restore (as I do not have another disk to back up my computer on to).
    What is going on? Why is this happening out of the blue? How can I fix this?

    Sounds like it either has, or is about to die.
    If you don't need anything off the old drive, then yes, replace it immediately with something a little more reolaable. I use WD Caviar Black personally. But anything that has a known low failure rate.

  • In Pages 5.2, some fonts "not available", yet present in Font Book and working in other apps

    Using Pages 5.2, I open a document created in a previous version, and I get error messages about certain fonts within a font family being "not available" in OS X.  However, these supposedly unavailable fonts are present in Font Book and work just fine in all other apps running on OS X.  In fact, I still have the older version of Pages on my system, and it still finds the fonts without issue.  The specific fonts troubling me at the moment are Myriad Pro Semibold It and Myriad Pro Cond.  Pages 5.2 replaces them with Helvetica.  I have wasted hours of time trying to resolve this problem, and I am at a total loss.  What can I do?

    Like so many other thing is is probably gone. Why not use Pages 09 that has about 100 features more than Pages 5. If you haven't deleted it it should still be in Applications/iWork 09 folder.

  • My rue la la app for ipad suddenly dosent work so I deleted it now when I try to reinstall it the app store says that it not available in the us. It is still on my Iphone and working properly. What is this all about?

    My rue la la app for ipad stopped working. I deleted the app and tried to reinstall it,  it is no longer available in the app store and when I research it on safari and find it when i try to install it says that it is not available in the us store. What is that all about?

    My app did the exact same thing. It is still unavailable on the App Store and when Rue La La's site directs you to download their app, the "not available in the U.S. message appears. This happened to me last night. The app wasn't working, I deleted it and was just going to reinstall but was unable to find the app. I figured it was some glitch but I have tried multiple times this afternoon to no avail.

  • On a Mac, in Adobe Photoshop CC 2014, when adding audio to an edit, i get the message "Could not complete your request, because Dynamiclink is not available". When performing the exact same operation in Adobe Photoshop CC, i can add audio in the same way,

    On a Mac, in Adobe Photoshop CC 2014, when adding audio to an edit, i get the message "Could not complete your request, because Dynamiclink is not available".
    When performing the exact same operation in Adobe Photoshop CC, i can add audio in the same way, no error message. Any ideas to solve this, anyone? Would be greatly appreciated.

    I tried to update and it keeps telling me to get the Application Manager. And this is what happens
    Adobe Application Manager failed and it told me to download the Adobe Support Advisor.
    Adobe Support Advisor told me that there was an issue:" cpsid_82829s1: "A restart is pending," bootstrapper error has occurred. "Token Number: 40-87772-063201122012
    I followed the instructions it gave me to correct this issue:
    If you receive the error "Installer has detected that a machine restart is pending. It is recommended that you quit the installer, restart try again," do the following:
    #Restart the computer and try the installation again.
    #If the installation fails, delete the InProgress registry key: 
    Disclaimer: This procedure involves editing the Windows registry. Adobe doesn't provide support for editing the registry, which contains critical system and application information. Make sure to back up the registry before editing it. For more information about the registry, see Windows registry information for advanced users on the Microsoft support site, or contact Microsoft. 
    Launch Windows Registry Editor.
    (Windows XP) Choose Start > Run, type regedit in the Open text box and click OK.
    (Windows Vista/ Windows 7) Choose Start, type regedit in the Search box, and press Enter.
    Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager.
    Delete the InProgress key.
    I was not able to find the "InProgress" key.

  • Saving master page in search template throws error "UserAgent not available, file operations may not be optimized"

    Hi Folks,
    I was trying to save basic search template master page "seattle.master" after making change to the template.
    I have added just "CompanyName" folder and update the line below in seattle.master.
    Change is this : <SharePoint:CssRegistration Name="Themable/CompanyName/corev15.css" runat="server"/>
    When I save it, and refresh page on browser, it shows "Something went wrong" error.
    ULS says the following error : "UserAgent not Available, file operation may not be optimized"
    Pls let us know if there is a solution.
    Any help Much appreciated !
    Thanks,
    Sal
    

    Hi Salman,
    Thanks for posting this issue, 
    Just remove this below given tag and check out. It might be happened that your control is conflicting with others. 
    Also, browse the below mentioned URL for more details
    http://social.msdn.microsoft.com/Forums/office/en-US/b32d1968-81f1-42cd-8f45-798406896335/how-apply-custom-master-page-to-performance-point-dashboard-useragent-not-available-file?forum=sharepointcustomization
    I hope this is helpful to you. If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

Maybe you are looking for