Problem in Print PDF dashboard report

Thanks in advance,
I have created the report like below in obiee.
Name__ Salary__ Period Year
Selva___ 15000__ __3__ 2009
Suresh__ 10000__ __3__ 2009
Selva___ 15000__ __2__ 2009
Suresh__ 8000__ __2__ 2009
Selva___ 13000__ __1__ 2009
Suresh__ 10000__ __1__ 2009
Selva___ 10000__ __12_ 2008
Suresh__ 7500__ __12__ 2008
Here i included the calculation field based on presentation variable for displaying the value for last 4 months and include the default value year=2009 and period=4
after creating this report i run this report for different prompt (Year and Period) its displays the correct result based on prompted value.
but my problem is when i going to take print as a PDF for this report then i display the result based on default prompt (ie, Year=2009 and Period=4) even though i changed the result in print PDF it display the values based on default prompt.
could any body help me to solve this problem?

There seem to be a number of similar issues in that version, if found this one 'Presentation and request variables not passed when Downloading Data http://ID 795952.1'
on metalink as SR 3-871969451. I believe this is te same basic issue affecting your print to PDF. Its fixed in version 10.1.3.4
reagrds
Ed

Similar Messages

  • I have installed Lion and have problems to print PDF from prewiev.

    I have installed Lion and have problems to print PDF from prewiev. When trying to print Prewiev locks. Anyone out there with the same problem?

    Hello David and Nicole
    I just installed Lion on my iMac, which was purchased in 2007, and I cannot print from Preview; it keeps locking up and not responding. So, I have to force quit Preview. I have been sending error reports to Apple. I suggest everyone who has this problem, send error reports!
    I can print from other applications, like Pages, with my Canon Laserjet. I do not think it is a printer issue becasue I can print in other application.
    I took your advice and installed Adobe reader. Now I can print pdf's.
    Thanks
    Ed

  • Report Rendering (Print & PDF) trashes report that looks fine on screen

    Since installing SQL Server 2012 SP2 CU3 (11.0.5556) a number of reports look fine on screen but when printed or exported to PDF the format is totally altered so that either many blank lines are inserted between lines, or lines are squashed together. It
    doesn't affect all reports. Reports (both affected and not affected) use Tablix with both Row Groups and Column Groups. There is no obvious consistency between those reports that are affected.
    All of our SQL Server instances are hosted on VM-Ware virtual servers.
    I've raised the issue via Microsoft Connect: https://connect.microsoft.com/SQLServer/feedback/details/1063641/report-rendering-print-pdf-trashes-report-that-looks-fine-on-screen
    Any thoughts or workarounds? Is this a bug?
    Thanks!

    Hi nsam,
    We installed the sqlserver 2012 sp2 cu3 in our lab, but unfortunately the issue cannot be duplicated, so I provided the following options for your reference.
    1),Please help to provide a way with detail steps to duplicate the issue.
    2),If you don't know how to duplicate the issue, please try to remove the sqlserver 2012 sp2 cu3 update by the following steps to see if the issue can be fixed.
    In Control Panel, open the Add or Remove Programs item.
    2. Click Change or Remove Programs .
    3. To see all the updates for the SQL Server 2012 installation, click to select the Show Updates check box.
    4.Uninstall the cumulative hotfix package.
    3,)Please visit this link to see the various support options that are available to better meet your needs: 
    http://support.microsoft.com/default.aspx?id=fh;en-us;offerprophone

  • Problem with printing pdf

    IF POSSIBLE REPLY IN ITALIAN
    HI, i ve got a big problem.
    i 've to create an A0 page in vectorial pdf, which has connected different files: .psd files for the images with transparency, and vectorial .pdf for the drawings from cad.
    When i ve created my page, i export that in print pdf high quality.
    1° problem: sometimes it fails and tells me there s not enough memory
    2° problem: when print pdf is created, the plotter can t load it to print, it stops at 40% loading.
    there s a way to make an easy vectorial print pdf?
    using vectorial eps instead of vectorial pdf?
    using transparent tiff instead of psd?
    THANKS

    thank you for the fast reply Peter. Im working on an achitecture poster for my last exam, and it contains vector graphics sometimes overlayed on raster images.
    i don t like to use illustrator too, im using 3 programs already to create this poster. do u think .ai are easier than eps???
    i ve tryed to save new pdf without layers, but it didn t work. then i ve tryed to change pdf with eps on indesign, and now the print pdf saving is really faster. im gonna try to plot it and then i ll tell u what s changed.
    OH most important, i was drag n dropping pdf into indesign, and i read it s really wrong! so now i import vector eps to indesign ...
    Plot test...
    TY

  • Problem with printing pdf file

    hello,
    lately i have problem with printing pdf file:
    i click on the print button and the respod is very slow
    it takes more than a minute till the print window apears.
    i tryied to install version X but it's the same, the problem exist only when printing via adobe reader,
    other programs i'd working much faster.
    please advice,
    thank you

    No, it is not set to overprint. Also, I have to add that the printing results were not consistent. Sometimes it covered and sometimes it did not.

  • Problem with printing oracle 9i report from my form

    i got some problem in printing my report in PDF format. i am printing the report from
    my form as mentioned below. the report is printing but its giving a message
    File does not begin with '%PDF-'
    my idea is to show the report and print the report simultaneously. if i remove the
    web.show_document part then i didn't get that error.
    what is reason for this and how can i rectify it?
    pl_id:=create_parameter_list('GinMastList');
                   add_parameter(pl_id,'P_GINO',text_parameter,Trim(:Block3.text_item7));
                   --add_parameter(pl_id,'P_ToDt',text_parameter,Trim(:Block3.text_item9));
                   --add_parameter(pl_id,'P_todt',text_parameter,Trim(:Block3.text_item10));
              repid := find_report_object('PREPGIN');
                   --Set_Report_Object_Property(repid,Report_FileName,VarSetFName||'reports\NewParamGin.rdf');           
              SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,BATCH);
              SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
              SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,PRINTER);
              SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,'\\NV\HPLaserJ');
              --SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,cache);
              SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
              SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'rserver90');
              --SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'paramform=yes');
              v_rep := RUN_REPORT_OBJECT(repid,pl_id);
              rep_status := REPORT_OBJECT_STATUS(v_rep);
              WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
              LOOP
              rep_status := report_object_status(v_rep);
              END LOOP;
         message(rep_status);
         message(rep_status);
              IF rep_status = 'FINISHED' THEN
              WEB.SHOW_DOCUMENT('http://sylnvb2:8888/reports/rwservlet/getjobid'||
              substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=rserver90','_blank');
              ELSE
              MEssage(Message_Code||' '||Message_Type||' '||Message_TExt);
                        MEssage(Message_Code||' '||Message_Type||' '||Message_TExt);
              END IF;
              -- the paramter list is to be destroyed only the end of the report execution or else it will generate
              -- empty report
                   if not id_null(pl_id) then
                        destroy_parameter_list(pl_id);
                   end if;

    hello,
    there are two ways to do this :
    1) submit two jobs, one that prints and one that creates the PDF
    2) use reports advanced distribution to print and create a PDF file on the server as part of the same job, and then use web.show_document to bring up the PDF in the browser.
    however, this brings up the question, why exactly you want to print and display at the same time. why not display it and let the user print form Acrobat Reader.
    thanks,
    ph.

  • Problem with printing PDFs as 6 slides pr. page.

    Hi!
    I am having trouble printing PDFs as handouts with 6 slides on one page.
    I go through all the settings for the printer, and the print comes out ok, but the slides are printed up side down and in the wrong order.
    Even though I have set the order in the printer settings.
    Anyone had the same problem?
    Hope you can give me some advice.
    Regards, 
    Elisabeth
    PS! I do not have access to the original powerpoint presentation, otherwise I know I could print from that file...

    Thank you, it worked!
    Elisabeth

  • Problem to print PDF

    hi
       i have a problem when i use the print pdf. When i use this type of service i have an error:
    how can i resolve this?

    Hi maurizio r,
    Do you face this issue with any particular pdf or any pdfs?
    Does the pdf document security settings restrict printing?
    Regards,
    Rave

  • Problem when printing Alv Tree Report in back ground

    Hi,
    I am using SUBMIT ...TO SAP-SPOOL WITHOUT SPOOL DYNPRO with GET_PRINT_PARAMETERS FM.Its working fine.
    My problem is that my SUBMIT report have TREE STRUCTURE as output so when i am running my program one blank screen is coming with heading DISPLAY LOG TREE because of TREE STRUCTURE.when i click on back button then only further processing happens.
    How to avoid this TREE STRUCTURE SCREEN ???
    Is there any other way to pass your list o/p to SPOOL other than .....TO SAP-SPOOL..?
    Thanks in advance.

    in foreground when u run ALV report it holds maximum fields and displays in 1 single row, but the case is not in back ground...When any report is run in background, the default size for a line is 255 chars...So, if it more it gets splitted into 2 line item....This is how back ground job works for a report  though it is a normal report or alv report.

  • Problem with print pdf and ordering book

    Hi,
    the function save as pdf, or print pdf, seems not working anymore: the pdf extracted in fact is empty (white pages). I have tried it on several books project, including some I had printed previously, with the same result. Any idea of the possible reason and how to fix it?
    Also, if I try to order the book, my photo are visible (at least the cover) but I can't preview the whole book. And, when I try to purchase it, I've an error message saying that there is not enough memory for the book, please quit aperture and try again (tried, but no results).
    Also, even more strange: I downloaded the latest update package, and when I launch it an error message appears that says "Aperture 3 or later version must be installed"... but I have version 3.1.1! So...
    Can somebody please help?
    Many thanks in advance,
    cheers
    Francesca
    best
    Francesca

    Have you tried the tips shown at [Aperture 3: Troubleshooting Basics|http://support.apple.com/kb/HT3805] that might help.
    Also, even more strange: I downloaded the latest update package, and when I launch it an error message appears that says "Aperture 3 or later version must be installed"... but I have version 3.1.1! So..
    For the updates to work Aperture must be installed in the systems Application folder and be named Aperture not Aperture.3.1.1 or anything else. Is that the case in your situation?

  • Problem to print pdf-based forms using Epson printer

    Hello,
    I need print pdf-based forms using an EPSON FX 2190 printer.
    In The sap note 685571 I read that can print PDF-based forms on all printers installed in the SAP system as long as the relevant XDC file exists.
    I do not found XDC file to EPSON device type, a Epson fx 2190 do not support postscript.
    Can I use this printer to pdf-based forms?
    I need that spool request (pdf) have a output immediately on EPSON printer.
    thanks in advanced for your cooperation to solve it.
    Osmany

    I don't think Epson has developed an XDC for ESC/P language. That would be very difficult/long to develop an XDC from scratch. Best solution is to install a new printer. Otherwise you may either use a Printer Description Language converter (PS to ESC/P, or other ones), it probably exists, or call acrord32 in print mode on a Windows frontend or server.

  • Problem to print pdf-based forms using matricial Epson printer

    I need print pdf-based forms using an EPSON FX 2190 printer. 
    In The sap note 685571 I read that can print PDF-based forms on all printers installed in the SAP system as long as the relevant XDC file exists.
    I do not found XDC file to EPSON device type, a Epson fx 2190 do not support postscript.
    Can I use this printer to pdf-based forms?
    I need that spool request (pdf) have a output immediately on EPSON printer.
    thanks in advanced for your cooperation to solve it.
    Osmany

    I am afraid you cannot make your scenario work if there is no XDC provided. Maybe you can create one, but I don´t know how difficult that can be or how to do that. Maybe you can get more help under ABAP > Form printing where there are guys experienced with this printing details. Regards, Otto

  • Problems printing PDF from Reports

    Hi,
    I'm having a problem with the Report's way of generating pdf-documents.
    The report that Reports was supposed to create have some bullets where but when Reports converts the document to pdf it sometimes insert asterisks instead of bullets...but only sometimes. At other times the bullets are substituted with | signs ???
    When I open the file with Acrobat reader, you can see the asterisks (sometimes) and (sometimes) the bullets, so I don't think that it is Acrobat.
    How do I get it to print bullets every time?
    Can it be something with fonts ?
    All help is appriaciated very much as I'm going crazy soon :P
    mvh Christian

    Hi Christian,
    I have a similar problem with Report 10g R1. We have a Report which contains a lot of informations, so all field have the little size they can (on report builder). Some times, the report is ok, but some times, informations are replaced by '*'. Report replace characters by '*' when there is not enough place !!!
    If I compare a good and a bad report, I can see that the text has not exactly the same size !!! And I can see in the PDF (open with text editor) that there are some differences...
    I have an open tar on metalink, but no solution for the moment...
    Another thing, this occurs on our 3 production servers but not on our development server...

  • Problem to print character mode report in Landscape

    I set orientation and select but it still print in landscape character mode. When it print in character mode report in portrait format its ok.
    I Set and use all the option in report to print in Landscape in character mode.
    I ask you please to give me information about the printing definition files and its codes, how to use printer codes. I use two printers
    1. Epson LQ2180 2. HP 6L
    I used HPLWIDE printing definition files put its still print in portrait format not to print in landscape.
    Thanks for corporation
    I will wait ur reply...
    At this address
    [email protected]
    [email protected]

    Hi,
    This sounds like a similar problem that I had (and still having). It was (is) a Bug. Go to metalink.oracle.com and reference this bug#1413754. See if this is your problem as well. My only work around was change the format of the file instead of using character mode I am now using PDF. Which is working fine for me.
    ~Vannette

  • Problem exporting / printing pdf

    I have an SSRS report that contains several sub reports - Mostly with the same background colour.  If I print the report it prints fine - all backgrounds are the same colour, If I export to PDF it appears to be fine but when I print the PDF the graph
    in the report has a blueish background.  I can print as PDF using CutePDF and then print with no problem - It's just when I export as PDF in Visual Studio.
    Any ideas???
    Regards
    Andy

    Hi Andy,
    I have test the scenario in my testing environment, however, everything goes well when exporting to PDF format. In order to trouble shoot this issue more efficiently, I need to clarify some information.
    What’s the expression of background color in your reports?
    Here you mentioned Visual Studio, do you mean Preview the RDL report in the BIDS environment or browse the RDLC report in the web application?
    Could you please post the screenshot about the graph with PDF format when exported from “Visual Studio”?
    Detail information is a big help for us supply the further assistance. Besides, please try to export the report from report manager and check the result again.
    For more information about export a report to a PDF file, please see:
    http://msdn.microsoft.com/en-us/library/dd255291.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

Maybe you are looking for

  • Document in Process but not found in the workflow

    Hi, we have a document entered in purchasing and still in process but it is not found in the workflow, then it can't be approved by users. help please, thanks.

  • How to configure "JSP SMART UPLOAD" in "j2ee 1.2.1"?

    hi there, i am doing a project in JSP.in that the user can upload files in to the server, for doing the upload thing i have downloaded "JSPSMART UPLOAD" bean . but i dont know how to use it in j2ee 1.2.1, can any one tell me how to configure it in j2

  • Sending SMS or E-mail

    Is it possible send sms or e-mail from my mobile phone writing from personal computer while connecting via usb cable? If yes, via which program?

  • Long story, short: stolen, jailbroken, confused, and now frozen .

    ok so i had lost my ipod at school and when i had picked it up from the lost and found my boyfriend said it was jailbroken but i didnt see how so i thought i had gotten rid of the jailbroken utilities so i tried to update it and now it wont turn on!

  • Porting a DOS app to Mac OS

    I hate to sound like a noob lol, but I was wondering how I would rebuild a DOS application's C++ source code file(s) on Mac without changing any of the code inside Xcode. I have the following files that were given to me, by a windows user: dialog.aps