Bug: IRR Save As CSV doesn't filter non-displ cols, limits to 65535 rows

Hi all,
if've found 2 things regarding Interactive Report Regions and SaveAs CSV, where at least the second one is a bug, the first one could be a security-feature...
here we go:
1) If you display more columns in your Interactive Report than you would export to CSV (using condition request!=CSV on report column), than a filter applied on a not exported column isn't used in the export at all. E.g. i display sales data and filter only sales of country "austria" i'll still get all country sales in my export when the country-column itself isn't exported.
2) my interactive report region shows ~86.000 rows, the maximum number of rows is set to 100.000, still the save as CSV exports only 65.535 rows.
I know that earlier versions of excel were limited to 65k rows, but still i would like to write unlimited number of rows to a CSV File. I don't necessarily use this file in excel.
Peter

Dippy,
The 65k row limitation is built into the IR setup. The ONLY way you can get around it is to add a custom download routine to your IR. You could look at building a routine that would grab the SQL for your IR and execute it in a pl/sql process and download the csv that way (similar to the existing APEX 4.0 plugin..)
In that way you would only write 1 routine, but add it to all your IR Reports..
Thank you,
Tony Miller
Webster, TX
While it is true that technology waits for no man; stupidity will always stop to take on new passengers.
If this question is answered, please mark the thread as closed and assign points where earned..

Similar Messages

  • Save a csv file on local host, executing a DTP Open hub in a Process chain?

    Hi All,
    my client has asked me to try if there is a way to save in the local host c:\  a .CSV file generated from an Open HUB executed by a DTP in a Process chain.
    when i execute my DTP it work correctly and it save the .csv file on my c:\ directory.
    my client doesn't want to give th users authtorization on RSA1 and want to try if there is a way to put the DTP in a process chain
    and when executing the process chain every user can have the file on his own local c:\ directory.
    i tried this solution but it doesn't work i get an error on executin the process chain:
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
    Except.                     CX_SY_REF_IS_INITIAL
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
         caught in
        procedure "FILE_DELETE" "(METHOD)", nor was it propagated by a RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        You attempted to use a 'NULL' object reference (points to 'nothing')
        access a component (variable: "CL_GUI_FRONTEND_SERVICES=>HANDLE").
        An object reference must point to an object (an instance of a class)
        before it can be used to access components.
        Either the reference was never set or it was set to 'NULL' using the
        CLEAR statement.
    can you give some advices please?
    Thanks for All
    Bilal

    Hi Bilal,
    Unfortunately, DTPs belonging to Open Hubs wich are targeted to a local workstation file, can't be executed through a process chain. 
    The only way of including such DTP in a process chain is changing the Open Hub so that it writes the output file in the application server.  Then, you can retrieve the file -through FTP or any other means- from the application server to the local workstation.
    Hope this helps.
    King regards,
    Maximiliano

  • "Save as csv" sets quotation marks around the whole line

    Our client reports:
    Data portal->Right click->Save as->Select "Data type": "Textfile - Auto detect (*.csv)"->Save.
    Result of saving:
    "TIME    V    V_ABS"
    "63.0235776    0.105263157894737    28.6153372301571"
    "63.0235936    0.105264137235745    28.6156034598028"
    Therefore values of channels with same index (and a header) are compound to one cell due to quotation marks around.
    By me it doesn't happen, but by a client.
    Client has normal German Windows 7 region/language configuration.
    Any idea, how a client can save as csv without quotation marks around the line?
    Solved!
    Go to Solution.

    Using a script it is possible to write CSV files Excel natively opens like given in this forum entry.
    But be aware that you need different kind of files depening on your country.
    In the Excel world CSV means "Character Separated Values".
    e.g.:
    US
    dim targetFilePath : targetFilePath = "C:\temp\EXAMPLE.csv"
    Call DataFileSave("<filename>" & replace(targetFilePath, "&", "&amp;") & "</filename><decimalpoint>.</decimalpoint><delimit​er>,</delimiter>", "CSV")
    Germany
    dim targetFilePath : targetFilePath = "C:\temp\EXAMPLE.csv"
    Call DataFileSave("<filename>" & replace(targetFilePath, "&", "&amp;") & "</filename><decimalpoint>,</decimalpoint><delimit​er>;</delimiter>", "CSV")

  • Bug: Navigation: Save As Dialog Boxes in Windows (thus any application) goes to Computer Drive C - instead of Quick Access

    Bug: Navigation: Save As Dialog Boxes in Windows (thus any application) still have its legacy behavior implemented and navigates to a computer drive, by preselecting and letting the user start at Computer > Drive C - instead of Quick Access.
    This is simply a forgotten correction after Quick Access has been introduced that needs to be corrected for Quick Access to work effectively (in a valuable way for the user) with files not just during create and modify operations on files - but also Open
    file - using File Dialog Boxes (although users may use launch instead for Opening files using i.e. Explorer or navigation from shortcuts on the desktop).
    This missing change of File Dialog Box behavior is unintended and now contradicts the new design with Quick Access for faster navigation (so you should not have to start with a scroll and extra navigation to look for Quick Access (contradiction:
    i.e. QUICK Access)
    Please support the new navigation provided by Quick Access intended to give Quick Access - thus Save As must be able to start here.
    For variability, may be provide an overriding option in Explorer>Folder Options>General (if you change the default behaviour in the File Dialogue) to have Save As start at Computer > Drive C.
    ! Remember to do the change for the Common File Dialog as well - used by most widespread software applications in the Adobe software applications portfolio, i.e. Adobe Photoshop CS6

    Thank you for your time and response! Unfortunately, we have the machine locked down pretty tight (they are public use computers that require heavy restriction) and it is set to restrict all drives so access is limited to the local profile. We did try
    testing your method, however, by adding the Desktop as an allowed location in the Office policy (which would not solve the issue for the other applications but was good for a test) using the path %userprofile%\desktop. When choosing that location, it does
    not throw the error but unfortunately, it does not remember like it did for your with the E: drive so it still always throws the error when first loading the dialogue box no matter what I do. If you're able to confirm that this is simply by design and we're
    just expected to inform our users to click through the errors, then I guess that's the accepted answer. Although, do you think that there might be a registry key value that is set after you save to the E: drive for the first time? Maybe we could set that value
    to %userprofile%\desktop if it's doing the redirection after the first save through registry. Thanks again!

  • How do I change a filename in Pages when the "save as" option doesn't appear?

    How do I change a filename for a Word doc that I imported into Pages?  The "save as" option doesn't appear and Pages assigns my documents arbitrary filenames and puts them in odd places like templates.

    Tim Stollery's answer worked for my problem:
    https://discussions.apple.com/message/11088237#11088237

  • Template Excel 2010 Save As csv suppress warnings

    Hi All,
    I am wondering if there is a solution to the following...
    I have a template file saved and I cut and paste information into this file
    I then need to save the file as a .csv file..
    However when I save as csv I get the warning message ...Is there a way to suppress this message?
    Thanks for any information at all..would be hugely appreciated.
    Cheers
    Aidan

    Hi,
    As far as I know, the alert message is used for explaining about settings and functionality like cell formatting, column filters, formulas, and other Excel specific functionality that won't be saved when you save to a CSV.
    For example, if you had a cell that contained a formula, such as =2+2, only the evaluated value of
    4 would be stored in the CSV, the formula itself would be lost.
    Thus, if all you're saving the data, we can safely ignore this message.
    More reference:
    https://support.office.microsoft.com/en-gb/article/Import-or-export-text-txt-or-csv-files-e8ab9ff3-be8d-43f1-9d52-b5e8a008ba5c?CorrelationId=cb80d73a-3365-482e-9084-f5f02ded3445&ui=en-US&rs=en-GB&ad=GB
    Hope it's helpful.
    Regards,
    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.

  • [svn] 4028: Bug: Draining of buffered messages doesn' t work correctly with long-polling.

    Revision: 4028
    Author: [email protected]
    Date: 2008-11-06 09:04:26 -0800 (Thu, 06 Nov 2008)
    Log Message:
    Bug: Draining of buffered messages doesn't work correctly with long-polling.
    QA: Yes - please make sure both nio and regular long-polling channels work with throttling.
    Doc: No
    Checkintests: Pass.
    Details: Made sure that buffered messages are drained properly with all polling channels (polling, long-polling, and nio-long-polling).
    Modified Paths:
    blazeds/trunk/modules/core/src/flex/messaging/client/FlexClient.java

    Sounds like you've probably already looked but the CUPS article in the wiki led me through setting up a printer without any problems.  http://wiki.archlinux.org/index.php/CUPS
    The first section describes how to troubleshoot CUPS and printing problems.
    I've also found a few other posts and links that may help.
    http://hplipopensource.com/hplip-web/mo … eries.html
    http://ubuntuforums.org/showthread.php?t=419163
    Hope this helps!

  • Simple save as .csv file

    Hi,
    is it possible to simplyfie the save as .csv file dialog? etc. by using filedialog in vba?
    each time i save as .csv i need to say yes to save in older format, select wich map i want to use...
    if i in VBA could have som file dialog brosing to the file i want to use etc.:
    stringtosave = "c:\testfiles\test.csv"
    and then call:
    FileSaveAs Name:=stringtosave , FormatID:="MSProject.CSV", map:="MapiwillUse"
    Regards
    Toni

    Hello Toni,
    I haven't had time to test this myself (it's Saturday!), but i suspect if you bracket your FileSaveAs command turning the MS Project alerts off and back on again, the alert box you're seeing will be suppressed:
    Application.DisplayAlerts = False
    FileSaveAs Name:=stringtosave , FormatID:="MSProject.CSV", map:="MapiwillUse"
    Application.DisplayAlerts = True
    If you wanted to get a dialogue to browse for the folder, you'll need to use an API call. Chip Pearson has posted a how to guide on how to browse for a folder using the API call "SHBrowseForFolderA". His website focusses on MS Excel VBA, but I've
    used this code myself in MS Project and can confirm it works the same.
    http://www.cpearson.com/excel/browsefolder.aspx
    ####Update####
    Rereading your question after posting my response, I think you'll want to browse for a file rather than a folder, which is a different api call - "ahtCommonFileOpenSave".
    I did a quick google search and the clearest example I came across was this one - again, not written for MS Project, but the code is the same:
    http://access.mvps.org/access/api/api0001.htm
    Andrew

  • How to save into CSV format

    I had a spreadsheet of data more thank 30kb. If i want to import, i need to save as CSV or comma delimited, how to do that? please anybody can help me?

    When you say spreadsheet, I'm assuming MS Excel.
    In MS Excel, File -> Save As. In Save as type, choose "CSV (Comman delimited) (*.csv)".
    Joel

  • E-recruiting BSP Tab Note Save & Back button  doesn't save data

    Hi all,
    We have implemented, EHP3, and we had a problem with the cancel button in the screen of the tab note of TRM category, the problem with  Cancel button was that it save data when it shouldn't do, so we implemented the note < 1439737   " Note text is getting saved when you press 'Cancel' button " > and <1379694  "  Changes in the letter section are lost after tab switch " >, so the problem with Cancel button was solved, but now the Save & Back button doesn't save anything the data is getting lost, we sent am OSS Note to SAP, but still no answer, so I wanna know if somebody has a similar problem, and if it is, how did u solve?? Please let me know please.
    Many Thanks.

    Hi all,
    We have implemented, EHP3, and we had a problem with the cancel button in the screen of the tab note of TRM category, the problem with  Cancel button was that it save data when it shouldn't do, so we implemented the note < 1439737   " Note text is getting saved when you press 'Cancel' button " > and <1379694  "  Changes in the letter section are lost after tab switch " >, so the problem with Cancel button was solved, but now the Save & Back button doesn't save anything the data is getting lost, we sent am OSS Note to SAP, but still no answer, so I wanna know if somebody has a similar problem, and if it is, how did u solve?? Please let me know please.
    Many Thanks.

  • Export CSV doesn't work with several line

    Hello!
    I want to know if theire are a limit for export a database table in export CSV.
    Because for few report the export CSV doesn't work.
    Regards,
    Greg

    Your problem is probably the value of the "Max Row Count" element in the "Report Attributes". If the value is empty, you will be able to export only a limited number of records (500?). Set this value to a bigger number that exceeds the number of rows you will ever need to export and the export will than work as you expect.
    Denes Kubicek

  • HT1320 how can i save me data stored on a non responding ipod classic and says you need to format before using it?

    how can i save me data stored on a non responding ipod classic and says you need to format before using it?
    in another way : how can i save my date stored on my classic iPOD as a external hard .... when that msgs appears .... volume doesn't contain a recognized file system , make sure the file system is loaded .... then , you need to format ??? can anyone help ?

    It sounds like the iPod's storage has data corruption.  You may be able to treat it like an external drive and use data recovery software on it, but it probably won't work because the system is telling you that the drive needs to be formatted before it is recognized.
    If the problem is data corruption and there is no hardware-related problem on the iPod's hard drive, a Restore should fix the problem.  But this will obviously erase the iPod's hard drive.

  • Problema stampante messaggio 'filter' non riuscito

    Ho una stampante HP collegata in rete locale tramite ethernet.
    Fino a ieri non mi ha dato alcun problema.
    Da ieri, invece, non completa le stampe e lo spooler mi segnala, come messaggio "filter non riuscito".
    Peraltro, occasionalmente invece stampa.
    Problema simile mi era capitato con altra stampante di rete, una xerox, ed in quel caso avevo installato un driver generico ed il problema non si era riproposto, sicché non ci ho più pensato.
    Dal momento che la HP ha funzionato senza problemi sino a ieri con il suo driver nativo, mi chiedo cosa possa essere successo, ma il messaggio di cui sopra a me non dice nulla.
    Qualcuno sa darmi spiegazioni?
    Grazie

    I've got an hp printer wired in a local network
    It used to work well until yerserday.
    From then on, it doesn't print and the spooler says "filter non riuscito".
    Occasionally, instead, it print.
    I wonder what's going on.
    Ise there someone who can understand what it happened?
    Grazie

  • HT5622 Hi, can you help me for my payment account? It's always show " Your payment method was declined..." How can I fix it? There's only 3 to choose fpr Visa, Master Card and Amex.. But doesn't have "None".. I can't download any apps from app store :(

    Hi, can you help me for my payment account? It's always show " Your payment method was declined..." How can I fix it? There's only 3 to choose fpr Visa, Master Card and Amex.. But doesn't have "None".. I can't download any apps from app store

    http://support.apple.com/kb/ht1918

  • IdM doesn't support non-default port on mysql 4.1 as repository??

    Hi
    IdM doesn't support non-default port on mysql 4.1 as repository??
    IdM version is 6.0.
    I setup mysql 4.1 using non-default port 3307.
    (default port is 3306)
    During setup wizard,
    the URL [jdbc:mysql://localhost:3307/waveset] doesn't work.
    I am getting following error.
    com.waveset.util.InternalError:
         ==> com.waveset.util.ConfigurationError:
         ==> com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:
    Of cource,
    the URL [jdbc:mysql://localhost/waveset] works well
    when I setup mysql using default port.

    Hi,
    it does work with non standard ports but whatever port you specify it will always try to connect to the default port before actually changing the repo setting.
    Therefore use the switches -n -o $WSHOME/WEB-INF/ServerRepository.xml to write the new configuration without performing the broken checks.
    Regards,
    Patrick

Maybe you are looking for

  • How-can-i-remove-my-skype-name-from-the-sign-in-sc...

    Guys this is absolute rubbish feature of the login application where people's login names get recorded in the dropdown menu. Is there any more permanent way of getting rid of this annoying privacy intrusive "feature"? I would like to have a profile w

  • I have a Macbook Pro and a HP 5510 printer. And suddenly a problem printing.

    I have a Macbook Pro, fully updated et cetera, and a HP 5510 printer, with all the updates as well. When I lived in my old place, I never had a significant problem getting the computer and the printer to work together. But I moved in January and even

  • How to create a type table in designer 9i

    Hi In our company we use designer 9i. I want to create a type table using designer. Is it possible? I have a requirement where i need to create a type table and use in creating a view through designer. Create or replace type varchar2_ntt as table of

  • Dynamic internal table, programming problem

    Hello, i have following problem,to bash some hardcoding. so i created a table 1, with the form: A      B A1     B1 A2     B2 A3     B3 A4     B4 now i need some working field, my new internal table should be in the form like: A      B       AA      

  • OAS 4.0.8.x and Netscape

    Dear Friends, I am hoping there will soon be an OAS group. We have installed OAS 4.0.8 on a Sun Solaris box. We also have Netscape 4.65 installed. When we use Netscape to view OAS, the navigation trees for the various functions are not displayed. Eve