Export to PDF/Excel

Hi All,
We are in NW2004s SP13. I have created a new modal and edited the tool bar to add the Export to PDF button. After reviewing the document Export Data From Visual composer I put the PDF formula but am getting the following error. Since our VC sits in the same server as Enterprise Portal we have created a Remote URL iview for the Web analyzer and used that PCD location in the formula, but still gives the same error.
Could anyone please shed any thoughts on the same. I am enclosing the error message that we are getting and the formula that we are using.
Formula: "pcd!3aportal_content!2edu.mayo.Y_MAYO!2edu.mayo.Y_iViews!2RDV!2BID_BEXWEB?QUERY=" & STORE@REPTNAME &"&BI_COMMAND_1-
BI_COMMAND_TYPE=EXPORT&BI_COMMAND_1-EXPORT_FORMAT=PDF&BI_COMMAND_1-
SHOW_EXPORT_DIALOG=X&BI_COMMAND_1-
null="
Error in compiling Flex application: Error 1002: String literal was not properly terminated
      (/usr/sap/EPD/JC07/j2ee/cluster/server0/GUIMachine_Business_Packages/ZRDVENROLLCNT_21038/FLEX_COMPILATION_FOLEDR/AAD1JO.mxml:388)
Error 1033: ';' expected
      (/usr/sap/EPD/JC07/j2ee/cluster/server0/GUIMachine_Business_Packages/ZRDVENROLLCNT_21038/FLEX_COMPILATION_FOLEDR/AAD1JO.mxml:389)
Error 1025: Left side of assignment operator must be variable or property.
      (/usr/sap/EPD/JC07/j2ee/cluster/server0/GUIMachine_Business_Packages/ZRDVENROLLCNT_21038/FLEX_COMPILATION_FOLEDR/AAD1JO.mxml:390)
Error 1025: Left side of assignment operator must be variable or property.
      (/usr/sap/EPD/JC07/j2ee/cluster/server0/GUIMachine_Business_Packages/ZRDVENROLLCNT_21038/FLEX_COMPILATION_FOLEDR/AAD1JO.mxml:391)
Error 1025: Left side of assignment operator must be variable or property.
      (/usr/sap/EPD/JC07/j2ee/cluster/server0/GUIMachine_Business_Packages/ZRDVENROLLCNT_21038/FLEX_COMPILATION_FOLEDR/AAD1JO.mxml:392)
Error 1033: ';' expected
      (/usr/sap/EPD/JC07/j2ee/cluster/server0/GUIMachine_Business_Packages/ZRDVENROLLCNT_21038/FLEX_COMPILATION_FOLEDR/AAD1JO.mxml:393)
Error 1205: The statement '' is incomplete.
      (/usr/sap/EPD/JC07/j2ee/cluster/server0/GUIMachine_Business_Packages/ZRDVENROLLCNT_21038/FLEX_COMPILATION_FOLEDR/AAD1JO.mxml:390)
Error 1128: Attribute used outside class.
      (/usr/sap/EPD/JC07/j2ee/cluster/server0/GUIMachine_Business_Packages/ZRDVENROLLCNT_21038/FLEX_COMPILATION_FOLEDR/AAD1JO.mxml:393)
Error 1128: Attribute used outside class.
      (/usr/sap/EPD/JC07/j2ee/cluster/server0/GUIMachine_Business_Packages/ZRDVENROLLCNT_21038/FLEX_COMPILATION_FOLEDR/AAD1JO.mxml:394)
Thanks,
Krishna

Krishna,
hv you ensured that ADS has been installed and configured? Am not very familiar with config of ADS, but check out note 944221 to troubleshoot this
Also, navigate to Sdn>Wiki>VC>Modeling>Export Data
you'll find more info regd pre-req for exporting to ADS and config dtls
prachi

Similar Messages

  • Export to PDF, Excel, Excel (Data Only) formatting issues

    Hi Community
    I have a report that consists of 5 subreports. Out of the 5 subreports, 3 of them have a similar format whereas the other 2 are different.
    Iu2019m currently facing an issue whereby the exports to excel works fine, but excel (data only) has some alignment issues(i.e. the data appears below the correct columns). However, when the report is tweaked to make export to excel (data only) appear correctly, the export to excel had its data shifted out of alignment. There is no impact to pdf exporting at the moment.
    Are there any people who are facing similar issues? Is there any resolution or workaround? I appreciate any help. Thanks.
    FYI, the version of crystal reports is Crystal reports is Crystal reports 2008 and we are using the crystal report viewer interface to export into excel and pdf formats. The excel version is 2007.
    Regards

    DW, i've also run into issues with multiple sub reports. I resolved it by putting each sub report into it's own section, and then suppressing the sub report (Note, if ur trying to export subreport data to excel, I don't think its going to work. You'd need to create shared variables and then bring those sub report shared variables into your main report).
    Once you bring your shared variables into the main report, suppress your sub reports, and then export to excel, you're still left with a dataset that has missing rows. This is ok. You can solve it easily within the excel file itself by sorting the data on a unique ID like Account #. This removes the extra rows.
    Not the most elegant solution, but it works.

  • None display rows not working when we export to pdf /excel

    I have used combined request and took subtotal -version:11.1.1.5
    My report looks likes this
    Interest A---10
    Interest B---20
    **Interst total-30
    income-20
    **Income total-20
    last 2 lines gives same result,since subtotal is common for both request my result looks repeated,so i have given none display in CSS style using column properties for those rows
    My result look like this after display:none
    Interest A---10
    Interest B---20
    **Interst total-30
    **Income total-20
    But when i export to excel or pdf,i can find hidden rows,how to avoid this,is there any other way to hide those rows?

    I have used conditional format to make display:none,can i know how we can do with pivot table?
    income 20 can be done using new caluclated item? but this row cannot be moved top,so i have use combine request
    can you help me how to do this
    Edited by: 944346 on Aug 8, 2012 3:56 AM

  • Insert an image in header and export to PDF/Excel WAD

    Hi experts!
    I'm trying to create a Web template for one of my queries with the WAD.
    I've added a table at the top, containing a logo and One custom text. Below that table, I've added a CONTAINER_LAYOUT_ITEM, and in this element, I've added different item, like BUTTON_GROUP_ITEM, INFO_FIELD_ITEM, NAVIGATION_PANE_ITEM and ANALISYS_ITEM, related with one query.
    One of the buttons I've created one with the action EXPORT but in the Data Binding secction, only the items (BUTTON_GROUP_ITEM, INFO_FIELD_ITEM, NAVIGATION_PANE_ITEM and ANALISYS_ITEM) are shown. So I can't select the table I've created for the export.
    I've tried to put the table in one CONTAINER_ITEM, and the select it in the export command, but it doesn't work.
    Does anybody any idea about how to inlcude the logo and the Title in the PDF or Excel export??
    Thanks in advance for your help
    Best regards,

    When you post code, please use[code] and [/code] tags as described in Formatting tips on the message entry page. It makes it much easier to read.
    I'm confused, you are returning a GIF, not a PDF in the code below, but you are telling the client you are returning a JPEG.
    Graphics2D.drawImage
    ImageIO.read

  • Export to only PDF,Excel, PPT

    Hello All
    Is there a way that i can only export to PDF, Excel and PPT? Currently i have the export option with many other formats but i want to limit only to the ones which i mentioned.
    Thanks
    Ravi
    Edited by: user1146711 on Feb 28, 2013 12:20 PM

    Hi Ravi,
    Below steps can be followed to remove a particular export option from Export link in analysis. Below example shows how to remove export to PDF option (Similar steps can be followed to remove other options):
    - Locate the file 'viewscontrolmessages.xml' in the 'Oracle_BI1\bifoundation\web\msgdb\messages' folder.
    - Copy the file 'viewscontrolmessages.xml' to the 'instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\msgdb\l_en\customMessages' directory.
    - Here we need to create the sub-folders \l_en\customMessages if it does not exist already.
    - Open the copied file in an editor and comment the below tags (<!-- -->)
    &#60;a class="NQWMenuItem NQWMenuItemWIconMixin" name="SectionElements" href="javascript:void(null);" onclick="NQWClearActiveMenu();Download('@{command}&path=@{path}&Format=pdf&Attach=1'); return false"><table class="MenuItemTable" cellspacing="0" cellpadding="0"><tr><td class="MenuItemIconCell"><img alt="" src="fmap:catalog/exporttopdf_ena.png" /></td><td class="MenuItemTextCell">
    <sawm:messageRef name="kmsgEVCLinkDownloadPDF" /></td></tr></table>&#60;/a>
    - Save the file
    - Re-start the OBI Presentation services (using Enterprise Manager).
    Thanks
    Hyder

  • Export to PDF in WAD

    Hi,
    I am using Export to PDF/excel option in WAD 7.O, when i am exporting the web temp, it is exporting successfully, but
    1. It is not displaying template heading
    2. Icons - variable screen, filter, query information, print, export to PDF and export excel are coming in PDF document. User dont want to see this icons in generated PDF document.
    Thanks,
    Hemanth

    Hi Hemanth,
    1. Since you have used MIME objects directly in your template, these actually shouldn't reflect in your exported PDF - normally, images have to be inserted into a 'Report' webitem for them to be visible in the PDF output.
    Pinting PDF with Logo in WAD
    You can try inserting your MIME objects in a 'Report' webitem & NOT binding them instead in the Export to PDF Data Binding properties.
    2. Now that you have used a Text webitem for your template heading, you simply need to select the webitem under Export To PDF command settings i.e. I assume you to be using Command 7 APIs i.e. Command Wizard -> Commands for Web Templates -> Export Web Application [EXPORT] -> Data Binding -> Web Item -> choose your Text webitem here.
    --Priya

  • Change in report format after exporting from pdf format to excel format.

    Hi,
    I got a problem while exporting the pdf format of the Report to Excel format "Fully-Foramtted Grids and Texts".
    The format gets automatically changed.
    Is there any solution to this problem.

    Can you give some more details?
    Which version are you using (and which patch level - if any).
    Also what formatting is default on the reports and what is the default format in excel.
    What exactly is different between PDF and excel?
    Another possibility is that font substitution is going on??

  • Export from PDF to Excel continually times out and fails.

    I went through the steps to convert a PDF to Excel turning off the OCR feature. Tried this several times today with or without OCR and I keep getting the error message "Adobe ExportPDF could not successfully export your PDF file (file name).pdf. The conversion of your uploaded PDF timed out."
    I don't think I'm doing anything wrong as there are not too many steps to follow.
    If I can't get this to do  what is expected (which is convert a .pdf to an Excel file) then I will have to cancel the subscription. I just did sign up for a paid subscription to Adobe ExportPDF. There are others in my department (45 total) who would benefit from having a .pdf to Excel file converter and I have volunteered to become the "beta tester" for this.
    If anyone has any ideas as to why this is happening, I'd sure love to hear them.

    You are not talking about Acrobat, but ExportPDF. Check for the separate forum on that by simply selecting the Adobe Community link near the top of this forum and in the drop down box select ExportPDF.

  • Cannot export responses to Excel or PDF

    I have tried exporting responses to Excel, and when I click Ok to save it, Internet Explorer crashes. The same thing happens when I try to export the detailed view to PDF. I'm using Windows 7, IE 8, and the free version of FormsCentral. I'm not sure if one of those is the problem or if I need to change my settings in IE. Any advice would be appreciated.

    Hi,
    For the benefit of others - we've resolved this issue offline.  We think potentially there's a corporate IT policy that is causing IE to crash, as the issue could not be reproduced on other computers with the same browser and Flash Player. Switching to FireFox resolved the issue for the customer.
    Thanks,
    Todd

  • Export to PDF and Excel. Image

    Hi gurus!
    How do you do!, well, I have a question and issue... the user wants to export the report to PDF, for this, I have created a WAD report with Broadcasting command for export to PDF, all works fine, however the company logo is not added to PDF document or Excel document... it´s not correct, although I dont know if the standard function can add logo when we use export function...
    One thing, in WAD report, we can see the image, logo company...
    Somebody can help me, is it possible to add image when we use export? or SAP does not permit it.
    BR

    Hi,
    1.Open the template "0ANALYSIS_PATTERN" and insert an Image from MIME Repository(bwmimerep:///sap/bw/mime/Customer/Images/...)
    2.Insert a Button item and assign the COmmand Export to PDF
    3.Save the template,Execute
    4.You will able to see the image in the report.Click the button to Export to PDF
    Now the image will be seen in the exported PDF file
    Rgds,
    Murali

  • Exporting PDF document to Excel.  When I export a PDF document to Excel containing lists of  people the Excel page shows all the names on  one line several inches deep instead of on separate lines which makes editing impossible.  What am I doing wrong?

    Exporting PDF document to Excel.  When I export a PDF document to Excel containing lists of  people the Excel page shows all the names on  one line several inches deep instead of on separate lines which makes editing impossible.  What am I doing wrong?

    Murray is right. Padding (and margins) is added to the width. However, when using percentages, you should never use figures that add up to exactly 100%.
    Browsers need to convert the percentages to pixels. Because pixels must be whole numbers, some percentages are rounded up, which results in the final element dropping down below its neighbours. With percentages, it's much safer to use values that add up to 98% (99% often works, but 98% is safer).

  • Exporting a PDF Ledger sheet to Excel

    When I try to export a PDF of a ledger with multiple columns to excel it makes it all one column with each line of the ledger then being a single cell which I can no longer format.  It is impossible to use as an excel spreadsheet.

    Sorry to hear about the trouble your having, John.
    I've heard a definite uptick from users such as yourself reporting this issue.  We're updating the ExportPDF service tomorrow evening to address this particular issue.
    We're sorry for the inconvenience.
    Please let me know if you have any questions.
    -David

  • Excel doc once export from PDF is all jumbled

    I need help when I to the export from PDF to excel and I open up the excel document it is totally all over the place why is that?

    You are not talking about Acrobat, but ExportPDF. Check for the separate forum on that by simply selecting the Adobe Community link near the top of this forum and in the drop down box select ExportPDF.

  • I already paid, but when I export a PDF to Excel I'm asked to pay again.

    I already paid the application but when I intend to export a PDF to Excel is always to request payment. How do I solve this problem? Thank you.

    Hi,
    Thank you for your response.
    I've discovered that the problem was related to using a different email address!
    Good job.
    Paulo Pereira
    Send by GSM communication
    No dia 20/08/2014, às 14:27, "Sara.Forsberg" <[email protected]> escreveu:
    I already paid the application but when I intend to export a PDF to Excel is always to request payment. How do I solve this problem? Thank you.
    created by Sara.Forsberg in Adobe ExportPDF - View the full discussion
    Hi PPereira,
    It can take a while for a subscription order to process fully. But once it does, you'll just need to sign in to use your subscription. You'll find the Sign In look in the upper-right corner of the ExportPDF window.
    Please let us know how it goes.
    Best,
    Sara
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6657861#6657861
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe ExportPDF by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • I am trying to export a PDF to Excel but it just says loading and doesnt go any further?

    When I try to export a PDF to Excel it just saying "loading" it will not go past that am I doing something wrong?

    Hi kymperez2010,
    I'm sure you're doing nothing wrong. Please try the following:
    Clear the browser cache, and log back in to https://cloud.acrobat.com/exportpdf
    Make sure that you're using a supported web browser (see System Requirements | Adobe Acrobat Pro and Online Services).
    Make sure that the file you're trying to convert is 100 MB or smaller (even if you are working with a smaller file, if the PDF has a large number of pages, it may be too complex for the ExportPDF service to convert before timing out.
    Try a different PDF to check whether you're able to convert any PDFs in general.
    Let's start there. Please let us know how it goes.
    Best,
    Sara

Maybe you are looking for

  • How do I transfer iphoto library to external hard drive keeping events intact?

    Had a one to one session but forgot how to do this. I would like to transfer my iphoto library to an external hard drive keeping the folders and events intact. I figured out how to send all my photos to the hard drive but they all transfer in single

  • My hard drive is TOO FULL - what can I delete ?

    My 60 gb. hardrive is now down to 9 gb. and I was wondering what I can safely delete off of here that I don't need. I know the obvious - photos, itunes music & podcasts, etc. But I'm wondering about aliases, etc. or anything else that just hangs arou

  • MIGO it is not picking business area for stock account

    dear all here we created business area wise balance sheet and profit and loss account it is picking business area for all GL accounts excluding Stock account , while making goods receipt MIGO it is not picking business area, we assigned business area

  • You must supply a valid username and password to log onto the system.

    hi, i installed hyperion performance suite8.3 on linux by root account,during installation, i select "native" authentication, after installation, when i login the web interface by root account, it tell me: You must supply a valid username and passwor

  • Quantity Falls Below Minimum Inventory Level

    Hi!, I have an item that we manage  by warehouse, we've set the minimum inventory level to 5000 pieces. So the MRP has procured me 5000 pieces through a purchase order. I received my item through Goods Receipt PO and now that I want to transfer it to