Issue with Export To Excel Feature

Hi,
I have a OAFramework Page, which is having a table region. Have also created an 'Export Button' as table action for this table, to export the data to csv file. The View Instance that is associated with this table has a query already set/defined in the VO definition, in my code based on certain conditions I am changing the view object's query using setQuery() Method.
The data displayed in table changes as per the query modifications, however the data that I get in the Excel/csv file is the same (i.e. the same data i get with the query already defined while creating the view object).
Any idea, what changes i need to make inorder to make this work? Guess the query changes are not getting reflected for the export button click?
Thanks
Puja

Yes, whenever this VO is accessed, you will face the performance issue. As VOs' are maintained through AM pool, until the AM is released, the corrsponding VO's memory foot print will be there in the middle tier.
And if you have less resourse at middle time, it surely will affect other users because someone else is hogging the resource.
--Saroj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Issue with export in Excel in WAD

    Hi
    I have an issue with export to excel in WAD. I have a web template with two or more tabs.
    On the webtemplate I have two buttons to export to excel. One to export the content from the active tab and one button to export content in all tabs.
    My problem is that when I export to excel it always add the current/active content twice. I've tried with both buttons and they work as expected except that they export one table to much (the active).
    can anyone help / give a clue what to look for.
    br,
    John
    Edited by: John Dolph on Apr 15, 2010 10:50 AM

    Hi
    Sorry I has been a while but the problem still occurs,
    I've defined my export button group like this in a seperate template and I expected that it would only return the resultset from TAB_A and TAB_B but it also export the resultset from the tab I'm currently on.
    <bi:TEMPLATE_PARAMETERS name="TEMPLATE_PARAMETERS" />
                <bi:BUTTON_GROUP_ITEM name="TAB_BUTTONs" designheight="23" designwidth="300" >
                    <bi:BUTTON_LIST type="ORDEREDLIST" >
                        <bi:BUTTON type="COMPOSITE" index="2" >
                            <bi:CAPTION value="EXCEL" />
                            <bi:TOOLTIP value="Table, Graph and/or Table/Graph download to PDF" />
                            <bi:ACTION type="CHOICE" value="INSTRUCTION" >
                                <bi:INSTRUCTION >
                                    <bi:EXPORT >
                                        <bi:ITEM_REF_LIST type="UNORDEREDLIST" >
                                            <bi:ITEM_REF index="1" value="TAB_A_ANALYSIS" />
                                            <bi:ITEM_REF index="2" value="TAB_A_CHART" />
                                            <bi:ITEM_REF index="3" value="TAB_B_ANALYSIS" />
                                            <bi:ITEM_REF index="4" value="TAB_B_CHART" />
                                        </bi:ITEM_REF_LIST>
                                        <bi:EXPORT_FORMAT value="XLS" />
                                    </bi:EXPORT>
                                </bi:INSTRUCTION>
                            </bi:ACTION>
                        </bi:BUTTON>

  • Issue with exporting line to excel on Crystal Report 2013

    Hi all,
    I got the issue when exporting to Excel
    I would like to export to excel with line border in cells. But it seems there is limitation when using "line" object. If I use line, in excel file, there is nothing. Then I changed to use border cells. It's exported fine to excel, but I got another issue.
    Because data is so long, so I use "can growth" function. But if I use "can growth" function. I got issue when export to excel file like the picture I attach here.
    There are a lot of empty cells when wrapping text, how can we remove empty cells? And the line was drawn incorrectly.
    Thanks so much.

    I need a report with border cell and do not merge cell or blank row/cell after exporting to Excel. Most of them are fine (using border cell instead of line object). But I got issue when using "CanGrow" option to extend height of text object automatically.
    Below is detail.
    1. If the "CanGrow" option is false
    - In preview report, the field does not extend the height to show all data if it is over
    - Then, export to Excel by "Microsoft Excel (97-2003)"=> it shows exactly what I saw in previewing (data has been truncated automatically).
    - If export to Excel by "Microsoft Excel (97-2003) Data only" => it shows all data but the formatting of cell (border, width) is missing
    2. If the "CanGrow" option is true
    - In preview report, the field extends automatically if the field is too long but other fields still remain
    - Then, export to Excel
    I expect I can see all data with the correct border cell and do not merge cell in the preview and Excel (the cell may be wrap text or not if it is over the size but the data need to be kept instead of truncating)
    Is there any solution to meet it?
    Many thanks.

  • Issues with importing from excel

    I have been running into a several issues with importing from Excel.
    First my configuration
    I am running SQL Developer ver 1.5.5 Build MAIN-5969
    I am on a Windows XP Professional Version 2002 with Service Pack 3
    I am importing into an Oracle 10g database.
    1. SQL Developer doesn't work on Excel 2007, I have to save all my files into Excel 97-2003 format before I can use them.
    2. If I run into an error loading and stop the process, SQL Developer doesn't release the Excel file and I get a sharing violation if I try to save the spreadsheet without closing SQL Developer.
    3. I have found that I have to set print area to the area I want to work with, otherwise the import wizard tries to keep adding rows.
    4. When using the Import wizard, it keeps adding commas on fields with numerics unless I specify the column in excel as text. Currently the column is formatted as General in the spreadsheet or I can change the wizard format to say the column is an integer, but it actually is just a code field with numeric characters so it may have leading zeroes that I need to keep.
    This might be related,
    I have a column in excel defined as text but only contains numerics. It is of length 4, but the wizard sets a precision of 5 with a datatype of VARCHAR2. If I try to change it to 4, I get an error saying the field is not large enough. Yet, when I do a LEN on the column, it only gives me a 4. I have other fields in the same sheet that a 3 position numeric and 2 position numeric and those are fine. I am thinking this is related to the comma being inserted in a numeric field for anything greater than 3 positions.
    5. Importing excel dates to oracle dates doesn't work. I have to convert the excel date column to text then import as a VARCHAR, then convert to Date once in the database.
    6. The default of nullible is not set on any columns and I have to set them before the import. (I would prefer it set to nullible and I have to uncheck the box to make it not nullible. I would prefer to import all of the data and then deal with the nulls after they have been pulled in)
    7. When I select header columns included it uses that as the column names. Is it possible to do the name length check then? It has bit me a few times where I try to import and forget to check the name length and then I get an error when I start running the import.
    8. If one of the columns to import has all nulls, then the precision comes out to 0 and if it isn't changed an error occurs on import. Could this situation default to a precision of 1?
    9. It would be nice if there was a completion message displayed and a cancel option while running.

    On point 3.
    I have a column in excel that consists of numbers. 4 digit numeric codes. Ex, 1111, 2345, etc
    The column's format is general. It displays as just 4 numbers.
    When I start the wizard initially, the column appears with data as 1,111, 2,345, etc, on the Data Preview screen.
    It determines the precision to be 5 on the column definition screen.
    If I change the precision to 4 then continue, that field will error out when I verify with "not big enough to hold the data in source columns"
    If, I change the excel column to a TEXT column.
    Excel still displays as 1111, 2345, etc
    The wizard then displays the same data 1111, 2345 on the Data Previeiw screen
    Yet, when I get to the column definition screen it still sizes it as a 5
    If I change it to a 4, I get the same error when verifying.
    If I leave them alone as 5, then it processes just fine.

  • Issues with export with upgrade to 3.3

    I am experiencing issues with export with 3.3
    The image looks great in the Browser after editing. However when I checked the export folder I discovered corrupt files.
    I only dicovered it because I tried to email one of the images.
    2 out of 200 the blacks had solarized meaning all blacks went to white.
    Never had this problem before in any of my Aperture Versions since day one.
    The bottom line problem how can trust that the images are ok on export whitout having to look at every single export later.
    This is embarissing since I had already delivered a project not knowing there were bad files.
    Additionally images do not seem to be as sharp before the upgrade. I am using Nikon 300 and Nikon 7000 with San Disk Cards.
    Do I have to do some camera profiling ?

    Have you checked the Color Profile setting in the export preset you are using?
    I found my Color Profile settings switched to different settings after the upgrade.
    Try the Generic RGB profile.
    Regards
    Léonie

  • SSRS 2012 Conditional Formatting Color Issues When Exporting to Excel

    Hi all,
    We recently upgraded to SQL 2012 from SQL2008 R2. I'm having a strange issue with SSRS2012.
    One of the report has conditional formattings on cell background colors. Everything works fine when render the report in browser or preview mode. However, the conditional formatting stop working when export the report to Excel (no issues if
    export to pdf). All cells are high-lightened with pre-defined color although it should only high-lighten those cells that fulfil the condition.
    Has someone encountered this issue before ? Thanks for any help.

    Hi ZZ02,
    I have test the scenario in my testing environment, however, everything goes well when exporting to Excel format. The issue might be related to the expression for the conditional background color. To make further analysis, please post the expression as well
    as the report design structure.
    Additionally, in SQL Server 2012 Reporting Services, the Excel rendering extension renders a report to the native format of Microsoft Excel 2007-2010, the format of which is ExcelOpenXML. By default, the previous version of the Excel rendering extension,
    compatible with Microsoft Excel 2003, is disabled. At this time, I suggest that you enable the Excel 2003 rendering extension by modifying the RSReportServer.config file. After that, the Excel 2003 rendering format will be available on report manager (not
    available in Report Designer). So, please export the report from report manager and check the result again.
    For more information about enable the Excel 2003 rendering extension, please see:
    http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/0713de27-dcc0-4e51-81ac-5272647d171f
    Regards,
    Mike Yin
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here. 
    Mike Yin
    TechNet Community Support

  • Issues with exporting video from MacBook Pro to flash drive

    I cannot sucessfully transfer [export] video taken on my gopro camera, from my MacBook Pro to any flash drive and play them on other computers.  For some reason the files are not playable, even with quicktime.  They will not play with ANY of my video softwares such as divx or any AVCHD software on a windows computer.  I need to make a presentation for a club trip in a few days! Can any one please suggest what is wrong?  They play on the Mac using Flip player but not quicktime!
    Oh, and I don't have issues with transfering or exporting Jpegs or other photo formats.  Only video.
    Message was edited by: gmob25

    hmmm.. the files from GoPro are already mp4 format.  The Flash is already FAT32, brand new 16gig...
    I am new to Macs but have no problems with PC's.  I suspect that because the files are exporting as shadowed files which won't play and are very small kb files, yet they are actually in excess of 140 mb each that it might have something to do with the iphoto software?  That's where the pics and video are, they imported to there by default, not to a folder in the home folder [which is where I would have expected them to be]
    By the way, the GoPro is already in mp4 format so it is easy when transferring to computers. No need to convert. I tried converting them to see what the outcome might be, and none worked!  I tried every format I could find using Video converter ultimate software, which is excellent.
    And the problems began when quicktime wouldnt play the file, the screen was black.

  • Issue with exporting Financial Report in Smartview 11.1.2.2

    If I export a FR in "Export in query Mode" , it concatenates the parent with the child (parent.child) and does not return anything in Smartview. Even though the report works fine in workspace.
    I narrowed down the issue and it seems if I use Stored member roll up instead of using Shared member roll up it returns the right data when I export the report in Smartview.
    So the issue is only with the FR using Shared members.
    Does anyone know if this is a known issue or can replicate this in their environment ? We are on version 11.1.2.2
    Thanks

    Nope that didn't work, but I figured out the error. I was running the command on a client machine. When I run the command on the server itself, it works fine.. well, now I have issues with my POVs, but at least it's finding my .csc file.
    Thanks for your help John.

  • Issue in Export to Excel on Prod Environment

    Hello friends,
    I am facing a strange issue while doing an export to excel from WD table only in a production environment. The code works fine in dev and qa systems. the only difference is the lanscape where the production server is clustered wheras the other servers are of single node. The code i use to do the export is as below.
    ..get byte data
    Resource= WDResourceFactory.createResource(new ByteArrayInputStream(tabledata_byte),fileName,WDWebResourceType.XLS,true);
    wdContext.currentContextElement().setTableResource(Resource);
    IWDWindow window = wdComponentAPI.getWindowManager().createNonModalExternalWindow(Resource.toString(),"Excel Window");
    window.show();
    Kindly let me know if there is anything to be done in a clustered environment to make it work.
    Regards,
    Karthikeyan R

    Dear Karthikeyan,
    I was also facing the same issue, and the reason was the diifferrence in the protocol of the J2EE WAS and that of Diapatcher.
    check whether J2EE WAS and that of Diapatcher are both on http or on https. If they both are not same, that's the issue.
    Hope it helps!!
    Warm Regards,
    Upendra Agrawal

  • Issues with load from Excel

    Dear all,
    I have issues with loading the data from excel.
    My excel file looks like this:
    Time
    Store
    Neto_prodaja_ACT
    Neto_prodaja_TAR
    Jan-12
    C1
    16
    16
    Feb-12
    C1
    2
    2
    Jan-12
    C2
    1
    1
    Feb-12
    C2
    3
    3
    My procedure for load is:
    CLEAR STATUS 
    Across Var Down Time, Store
    Sel Neto_prodaja_ACT, Neto_prodaja_TAR
    Sel Store Input
    access lslink
         connect test1
         select * from my_list
         peek only 10
         read
    end
    When I load the data I receive following error:
          Time                         Store Neto_prodaja_ACT  Neto_prodaja_TAR 
        1 01/01/2012                   C1 16.00             16.00 
        2 02/01/2012                   C1 2.00              2.00 
        3 01/01/2012                   C2                                                                                                                                                                                                                                                                       1.00              1.00 
        4 02/01/2012                   C2 3.00              3.00 
    4 Record(s) Read, 0 Record(s) Skipped.
    DAT096:
    Unexpected Dimensions in ACROSS/DOWN List For Variable NETO_PRODAJA_ACT
    DAT096:
    Unexpected Dimensions in ACROSS/DOWN List For Variable NETO_PRODAJA_TAR
    The loaded data looks like this:
    The data for store C2 is loaded also on store C1 so everything is messed up.
    I also have a question regarding dimensions.  I have a model in PAS which has data from different data sources (BW and excel). In excel I have dimensions which are not loaded from BW (they don't exist there). How to create such dimenison?
    Thank you a lot in advance.
    Best regards,
    Petra

    Petra,
    The Forum isn't really designed as a training system but rather where people can share questions or get a separate pair of eyes to look afresh at issues that aren't working for some reason. This is particularly the case for something which is as important as creating dimensions.
    The idea of the SSM Cube Builder/Model Designer was to enable people to build models with their relevant dimensions and metrics for demos and simple initial systems using manual data entry. If you are getting into building dimensions that will be outside BW then you are moving into the implementation arena rather than demo creation and need to work carefully so that things tie up.
    I doubt people would expect to be able to set up/implement BW without training and SSM is the same.
    If you would like training or would like to collaborate on a first project to enable skills transfer then my colleague Pedro and I would be happy to discuss this. We have done this with other people and it has worked well.
    Regards
    Colin

  • Issue with exported playlist song order

    I exported a playlist (with the playlist sorted on the manually arranged order, far left column) as a .xml file using iTunes 7.0.2. When a friend imports this playlist into his iTunes (7.0.1) the song order is incorrect (again with sorting done on the far left column). When I look at the exported XML file with a text editor the order of the song entries is also wrong in the XML file. Has anyone elsed noticed this problem?

    Actually, I looked more closely in the text editor and the playlist order looks correct so there appears to be an issue with 7.0.1 (I guess).

  • Issue with exporting JPGs

    Camera: Nikon D7100 Using 14-bit RAW   So somehow I've failed to notice that when I export after editing and using the resize option (to 2000x2000), the quality of the resulting JPEG is soft and lacking in detail/clarity that exists in the image in LR. Even when I export it without resizing, leaving it in the natively taken resolution, the clarity and sharpness is gone. I've tried using the sharpen for screen settings but it doesn't fix the basic issue of the softness/clarity. I thought it might be the JPG view I was using (the default photo viewer in windows 8), so I reimported it back into lightroom but it shows the same lack of clarity/sharpness.   Attached is a sample of the issue. One is a screenshot of how it looks in LR, the other how it exports. 100% Quality, 72 resolution (have tried the default of 240 and it didn't change anything), sRGB color space. Am I doing something wrong with exporting?

    It happens on both version 5.71 and on version 6 (CC). I'm having the issue that others have had where the develop and library module previews don't match and what is being exported is how the library module sees the edited photo. I understand that there are different preview algorithms for library/develop but that shouldn't matter when exporting.
    This post has a pretty lengthy discussion about the issue but has no resolution:
    Develop module & library module aren't matching

  • Issues with Userforms in Excel 2013

    Hi
    I have some issues with Userforms and Comboboxes created in earlier versions of Excel (2010). The VBA Code get stuck when I try to use the userforms in Excel 2013.
    It is either the addItem function or the Userfrom.Show function which fails.
    I have Installed a old version of excel (2007) on the same computer and when I run the same code on in this version the code works perfect. I have also tried the code on several other computers and got the same answer - Does not work in 2013 but works perfect
    in previous versions.  
    Is there a known bug in this issue??
    With best regads
    Joakim

    Hi,
    This is the forum to discuss questions and feedback for Microsoft Excel, I'll move your question to the MSDN forum for Excel
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Are there any known issues with speed between excel 2003 and 2010 when using WAAS?

    Request asked by customer. Thought I would run this by the forum first.
    Can you please raise a ticket with Cisco TAC asking why Excel files in 97-2003 file format cannot be fully optimized when compared to the same file being saved in the latest file format?
    When using the latest file format, the user experience is amazing and up to 100x faster to open and save files. Our testing has identified an issue with the older file format.

    I deployed WAAS about 3 years ago. Part of the deployment was before and after testing. When the users used Office 2010 the results were good. When they used Office 2003 the results were terrible. Some files took minutes to open, some never opened. Solution was to upgrade to O2010.
    Hope this helps.

  • Issues with Export/Import using Database & Shared buffer

    Hi All,
    I have a method that calls a program via a job and I am having issues passing data between the two.
    Note that two different users process the method and program (via job) resp. This is how I am calling the second prog-
    SUBMIT ZPROGRAM
                 VIA JOB     l_jobname
                     NUMBER  l_jobcount
                     USER    i_user
                 AND RETURN.
    I need to pass data from method to  the second program and vice versa and then the method continues its processing with the data acquired from the second program.
    I have tried using Import/Export using database and also shared buffer. What I have found is that most of the times I am able to pass data from method to program. However the job takes a couple of min to execute and I think that the data is not making back to the method in time.
    I have looked at some useful forum links-
    Problem with export/import in back ground
    Re: EXPORT/IMPORT  to MEMORY
    but havent been able to find an answer yet. Any solution? Thanks in advance for your help!
    Liz

    Hi Suhas, Subhankar
    I have tested the scenario without the job previously itself and it works. Thats the reason, i am trying with the job now as my requirement is that I need to change the user while executing the second report.
    Here is an example of my import/export - I am passing the return value from the second report to the first.
    Code in second report-
    DATA: INDXKEY LIKE INDX-SRTFD VALUE 'RET1'.
    INDX-AEDAT = SY-DATUM.
    INDX-USERA = SY-UNAME.
    EXPORT RETURN1 TO SHARED BUFFER INDX(ST) ID INDXKEY.
    Code in first report -
    SUBMIT ZPROGRAM
                     VIA JOB     l_jobname
                         NUMBER  l_jobcount
                         USER    i_user
                     AND RETURN.
    Once Job close FM is executed successfully, I import the values as follows
    IMPORT RETURN1 TO RETURN1 FROM SHARED BUFFER INDX(ST) ID INDXKEY3.
    INDXKEY is having value RET1.
    However Return1 is not having any values in first report. It has some value in executed without the job
    Please note that I have tried Export/import with Database too and I am getting the same results.
    Thanks for your suggestions.
    Regards, Liz

Maybe you are looking for

  • No signals appear in Signals tab of NI-XNET Bus Monitor

    Hi, I am trying to use a NI 9862 USB to read a J1939 PGN.  I will choose PGN 65265 (CCVS1), SPN 84 (Wheel Based Vehicle Speed) as an example.  In the Monitor tab of NI-XNET Bus Monitor, I can see that the Frame counter is increasing at the expected r

  • How to mass copy old rating and weightage to new appraisal documents in OSA

    Hello experts, As a part of annual appraisal process, we have incorporated some new logics in terms of rating calculation and elements in the same templates. But those logics are not being copied in already triggered documents whose goals/objects are

  • Can't open web browser in solaris 10

    I'm on the java desktop for solaris. I click on the browser it acts like it is going to open and then nothing happens. Is there something else I need to set up. Thanks In Advance aslaton

  • Still no Aperture Galleries in iWeb gallery insert menu.

    Now that all my photos are created in Aperture it is really frustrating that they are not showing up on the iWeb "insert" menu. All of the iPhoto galleries show up and none of the Aperture galleries. Does anyone know when this may be fixed? They just

  • Import files from Sony HDD to iMovies '08

    This worked for me with iMovies '08 (7.1.1).... First connect the camera and sync (disc burn) when you can see the camera icon in the finder window, open iMovies and hopefully you will see your files ready to import.... hope this helps and if it dose