Exporting ( all rows) from 11g OBIEE Analytics

Just recently converted to OBIEE 11g, and I am unable to export all rows from a query results set.
It appears to only export the results displayed in the presentation view. Our export parameter is 2500 rows however the maximum it will export is 500 rows. And if I expand the results set it will only show and export 500 rows at a time. ( and yes even with the parameter set to render 65000 rows in the presentation view.
Help with exporting all query results in OBIEE Analytics needed.
Edited by: user9369009 on Feb 10, 2011 12:44 PM

Hi Lamonte,
Increase the size of <MaxCells>50000</MaxCells> (Default 50000) (This number should not exceed the product of MaxVisibleColumns times MaxVisibleRows, which is what the system attempts to render.), Once you change the value the download option will download more rows.
By Default <MaxVisibleColumns> is set to 300 columns and based on what value you have set to <MaxVisibleRows>, just change the <MaxCells> option.
Eg., if you have set MaxVisibleRows to 10000, then change the MaxCells value to 10000*300 = 3000000. Once this is down, you will be able to download upto 10000 rows.
Thanks,
Praveen

Similar Messages

  • Unable to export all columns from sharepoint 2010 survey

    Have a user that cannot export all columns from a sharepoint survey. When exported, he only gets 3 columns. We've tried a number of things, including exporting from the overview view. We've also made sure that readers had full edit rights, etc. Just for
    background, this survey does contain branching logic. Any ideas?

    I have had
    exactly the same problem before.
    There's already a ton of suggestions on these blogs, and I suspect there is a bug somewhere.
    As I'm lucky to have Reporting Services in SharePoint mode, I've been using it to export Survey data, pre-process it, and export it to Excel or PDF.

  • Export All rows using xml publisher.

    I have requirement to show search results using region style table and should be able to export all the rows into excel with additional columns that are not shown in table region. Search results could be million rows.
    I know that max results that are shown in the table region are based on value set in Profile option FND: View Object Max Fetch Size. In my case it is set as 5000. Since I need to show addition columns from different tables in excel that are not in table region, I have decided not to use export button but created a submit button to integrated xml publisher to launch excel. Now the problem is excel shows only 5000 rows. I do not want to increase FND: View Object Max Fetch Size as it may affect performance.
    My question is for my requirement what’s is the best solution performance wise and assuming user could search thousands of rows and exported to excel.
    If integrating xml publisher is the solution..how do I show all the rows?
    Thanks SC

    I tried to suggest in your other thread. Please check.

  • Cannot get all rows from cfProcResult

    We upgraded one of our servers (A) from CF 6 to 7.02. Another
    server (B) has CF 7.01.
    On server B (CF 7.01) the code works (below), all rows of
    each dataset are returned.
    Now on server A (CF 7.02) all of the resulting datasets have
    only the first record in them. If I add maxrows="-1" to each of the
    cfProcResult tags there is no change. If I change that to
    maxrows="100" then I can get the rows up to 100.
    Is this a bug or is there a different means to return all
    rows?

    It think its a bug. I got the same results under MX 7.0.2.
    The topic of maxrows recently came up on another thread. I
    did some searching and according to TechNote 18339 there was a
    change with maxrow
    "<cfquery maxrows=N> bug. ColdFusion MX (until ColdFusion
    MX 7.0.1 CHF2) didn't pass maxrows to the underlying driver
    (statement.setMaxRows())"
    Given the results you're getting, it sounds like CF is
    applying the maxrow to all of the resultsets, not just the one
    where maxrows was declared. I suspect cfstoredproc's usage of
    statement.setMaxRows() is incorrect. Thats just a guess though.
    Bottom line, I think you'll need handle it manually.
    Personally, I would recommend placing the row count logic in the
    stored procedure (if possible). The overall results will be more
    consistent and you won't have to worry about this kind of issue
    again.
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_18339
    http://livedocs.adobe.com/coldfusion/7/htmldocs/00000314.htm
    http://www.remotesynthesis.com/blog/index.cfm/2006/3/23/Maxrows-Issue-in-CFQuery

  • Export all data from my waveform chart to excel

    Hello, my name is Chris. I am just learning to use LabView. Everything I have learned so far is through these boards. Which is a valuable tool for someone learning. The VI I am working on is to monitor current from a unit we are testing. I am able to monitor current and have it running in what I believe to be real time. As I said, this is the first one I have made. I am trying to export all the data from my Waveform Chart to a report. Everytime I try I get one instance and it measures 0. I don't know what I am doing wrong. Any help would be appreciated. Also, if you have any suggestions on the all around working of this I would appreciate that as well. Thank you in advance.
    Attachments:
    Lp Current Test.vi ‏83 KB

    Hey Christophrt,
    If you are trying to display the microseconds for a waveform chart in LabVIEW here is how you can do it:
    Go to the Chart Properties>Display Format>X-Axis>Advanced editing mode>enter:
    %<%I:%M:%S%6u>T  as the format string and you will have the hours: minutes: and seconds to the microseconds. 
    If you are trying to display the exported data in microseconds in Excel, you will probably have to do some formatting changes in Excel to have that work.
    Regards,
    Tommy G.
    Applications Engineer
    National Instruments

  • Export All Pictures from iMessage

    Hi,
    I tried looking for the answer to this question, but could not find it in the forums.
    I have many pictures that people have sent me in the Messages app on my MBP. I'd like to export all pictures without saving each picture individually.
    Is there an application I can download or an option I can use to mass export all pictures in iMessage?
    Thanks,
    Carlos

    I want to place multiple pictures from iMessage into one event.
    Command(⌘)-click on the photos you want to import as a group and drag them onto the iPhoto icon in the Dock.
    OT

  • OdbcDataAdapter.Fill() not getting all rows from RDB using 64bit driver

    I am using VS2012 Pro on Windows 7 (64-bit). I am migrating an older 32-bit VS2008 app to the new environment. I'm building for the .NET Framework 4.5.
    The app queries an RDB database and uses the Oracle RDB drivers version 3.3.2.0. When I build as a 32-bit app and use the 32-bit Oracle RDB Driver, the query succeeds and returns all 341 data rows. When I built it as 64-bit and use the 64-bit driver, I only
    get the first 101 rows.
    Oracle says the problem is in the OdbcDataAdapter.Fill() method. I was able to confirm this. I created an OdbcDataReader and used the debugger to see what was being read, I can see all 341 rows, but when I use the DataAdapter.Fill (or DataSet.Load) method,
    the results are truncated to 101 rows. Changing the SQL to query different tables does not change the problem. Below is a code sample:
            private DataSet runQuery()
                string connString32 = @"PROVIDER=MSDASQL;DRIVER={Oracle RDB Driver};SVR=myserver;DATABASE=ATTACH 'filename mydatabase';CLS=myclassname;uid=myusername;pwd=mypassword;xpt=2";
                string connString64 = @"PROVIDER=MSDASQL;DRIVER={Oracle RDB Driver 64 Bit};SVR=myserver;DATABASE=ATTACH 'filename mydatabase';CLS=myclassname;uid=myusername;pwd=mypassword;xpt=2";
                string sql = "SELECT person_id FROM person_tab";      
                DataSet ds = new DataSet();
                using (OdbcConnection conn = new OdbcConnection(connString64))  
                    OdbcCommand cmd = new OdbcCommand(sql, conn);
                    OdbcDataAdapter da = new OdbcDataAdapter();
                    da.SelectCommand = cmd;
                    conn.Open();
                    da.Fill(ds, "myDataSet");
                return ds;
    Has anyone else encountered this problem? If so, how did you get around it?

    Hello,
    Since I do not have the RDB database, I made a test with both 32bit and 64bit ODBC Driver 11 for SQL Server and query for 1000 records, however, both of them can work fine.
    As far as I know, the ODBC is just a component as a bridge to connect the driver and the application and since you are use the Oracle RDB driver, I suggest you posting it to the Oracle forum:
    https://community.oracle.com/community/developer/english
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Get all rows from a table control

    Hi All,
    I have a table control with one column. What function should I use to retrieve all the rows ? Do I need to iterate row by row and read each row or is it possible to do it in one function ?
    Thanks,
    Kanu
    Solved!
    Go to Solution.

    Supposing vells in the column have all the same data type, you can retrieve the whole column with a single instruction:
    GetTableCellRangeVals (panel, control, VAL_TABLE_COLUMN_RANGE (1), array, VAL_COLUMN_MAJOR);
    The array passed must be large enough to retrieve all data. Alternatively, you may substitute the macro VAL_TABLE_COLUMN_RANGE with the appropriate MakeRect instruction.In case your table was dinamically built, you can obtain the nu,ìmber of rows using GetNumTableRows and dimension your array accordingly.
    The above macro is defined in userint.h together with some other useful macros that can be used to access data in a table.
    There are some precautions to take in case of string values or some cell type (ring, combo box, button...) that are described in the hell for the function.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Cannot export all columns from ALV

    Hi ,
    I copied a standard report into a custom report and added few columns to it.
    Now my issue is the alv ouput doesnot have any direct export button on it , so we are using the menu option LIST --> Spreadsheet,  to export the report in to excel sheet. now the problem is all the columns from the alv are not getting download to excel ,  i thing it depends upon the layout setting but not sure. i even removed the layout setting and checked but still not all the columns are getting downloaded.
    Please help me on this...
    Thanks
    Fardee

    done

  • Business Objects is not returning all rows from Query

    We set the rowcount to 1000000 and the business objects query only returns 16,960 rows.  We then uncheck the limit for the rowcount and the first run of the query returns 65,535.  The subsequent run of the query returns all the rows which is greater than 65,535.  We are on release 6.1A of business objects and selecting from Microsoft SQLServer 2005 in 2000 compatablility mode. We noticed that the rowcount being sent to SQLServer is replacing the set number with the 65,535 the first time the query is sent and subsiquent queries have the correct rowcount set.  What would be causing the rowcount to be reset and how can it be fixed?

    We set the rowcount to 1000000 and the business objects query only returns 16,960 rows.  We then uncheck the limit for the rowcount and the first run of the query returns 65,535.  The subsequent run of the query returns all the rows which is greater than 65,535.  We are on release 6.1A of business objects and selecting from Microsoft SQLServer 2005 in 2000 compatablility mode. We noticed that the rowcount being sent to SQLServer is replacing the set number with the 65,535 the first time the query is sent and subsiquent queries have the correct rowcount set.  What would be causing the rowcount to be reset and how can it be fixed?

  • Can't Export ALL Comments from Issues Tracking app in Sharepoint 2013

    I really like the flexability of the SharePoint 2013 Issues Tracking application. I am able to enter the initial issue, then update it regularly with "comments". Each comment is added as a seperate entry to the issue, date stamped, etc.
    The issue I am having is in exporting this to Excel. I know, I know, the purpose of SharePoint is that you DON'T turn everything into an Excel spreadsheet.  However, I have to send the issues to an external contact that does not have access to the SharePoint
    environment.  When I export to Excel, it only adds the LAST comment to the Comments column in the spreadsheet. I need all comments combined, and dropped into the correct cell.
    Is there a way to do this? I found another thread where it seemed everyone accepted the fact that this was not possible, but I thought I'd try one more time and see if there were any new ideas.
    I believe this is tied to the option of "Append Changes to Existing Text" that is available in the Edit Column settings for the Issues Tracking app. I see that you can turn this off, but then you lose the ability to date-stamp each entry. If there
    is no good solution, then I think the only alternative would be to turn this off, then just manually add a date to each time. 
    Word of caution!!  If you have a bunch of comments already appended, and THEN you decide to change the option from Append Yes to Append No, it will hide all previous comments. I did this and thought I'd lost them, but when I changed the option back
    to Append Changes, they were all still there.  I may need to manually cut-paste every single comment out, change to Append No, and then manually past the entire comment thread back in.  Will be very tedious for a large issues log.
    Thank you.
    Bill

    Update - The only solution I was able to change to "Append Changes to Existing Text", then do as I dreaded, which was to manually cut and past every comment out then back into the single field.  Definitely a good lessons-learned to set the
    value to "Append Changes to Existing Text" before starting.

  • Need to Export All Images from Aperture to Photoshop.  Can anyone help?

    I'm new to Mac. Just got my iMac in January. I wanted to buy the Mac version of Photoshop Elements 8, but the Apple salesperson convinced me that Aperture 2 would be much easier. After three months, I've discovered that Aperture is just not for me. I just purchased and installed Photoshop Elements 8 for Mac today. I would like to move all of my images from Aperture to Photoshop and delete Aperture from my computer. I cannot figure out how to do this. Whenever I try to export, the Aperture "library" appears as a big block that won't open or prompt for subfolders. Please help!

    Pvonk has good advice. I just want to make sure you understand the Aperture has a Master and at least one Version of each image file. The Master is the original -- never touched. The Version is at first a copy of the Master, but as soon as you make any changes it holds those changes. So you have to decide whether you want to export the Masters, the Versions, or both (which you'll have to do separately, afaik). Aperture gives you the choice. Click "Photos" in the Library tab of the Inspector, then select all, then "File>>Export". If you want to maintain your groupings (e.g.: Projects), you will probably have to select the images in each group and export them as a unique set.
    Note that Aperture is a very powerful image database (pros refer to this as "Digital Asset Management") in addition to (w. v. 3) being a very powerful digital photograph development lab. Photoshop Elements does none of the former, and a very different kind of job than the latter.

  • How to pass all rows from a VO to PL/SQL API

    Hi,
    My requirement is to pass all the rows of a View Object (shown on Page as a Table) to PL/SQL API. I am not allowed to pass information row by row using single array (JTF_VARCHAR2_TABLE_200).
    How do we pass multidimensional information to the PL/SQL API. Any pointers to this would be welcome.
    Thanks

    Sumeet,
    sorry for delay in code snippet.
    Here is a sample code assuming you want to send 2 attributes name and desc from your VO rows.
    I wrote the code during weekend and hence i doubt its working ;)
    public oracle.sql.ARRAY getVoArray()
    Connection conn = this.tx.getJdbcConnection();
    OAViewObject vo = (OAViewObject)this.appModule.findViewObject("TestVO");
    try
    ArrayDescriptor descriptor = ArrayDescriptor.createDescriptor
    ("TABLE_OF_BELOW_ROW_TYPE"
    ,conn
    StructDescriptor voRowStructDesc = StructDescriptor.createDescriptor
    ("XXX_TO_BE_SEND_ROW_TYPE"
    ,conn
    TestVORowImpl row = null;
    String name;
         String desc;
    int fetchedRowCount = vo.getFetchedRowCount();
    STRUCT [] finalStruct = new STRUCT[fetchedRowCount];
    Object[] attrField = new Object[1];
    RowSetIterator entityIdIter1 = vo.createRowSetIterator("entityIdIter1");
    if (fetchedRowCount > 0)
    entityIdIter1.setRangeStart(0);
    entityIdIter1.setRangeSize(fetchedRowCount);
    for (int i = 0; i < fetchedRowCount; i++)
    row = (TestVORowImpl )entityIdIter1.getRowAtRangeIndex(i);
    name = (String)row.getName();
              desc = (String)row.getDesc();
    attrField[0] = (String)name;
    finalStruct[i] = new STRUCT(voRowStructDesc, conn, attrField);
    entityIdIter1.closeRowSetIterator();
    oracle.sql.ARRAY yourArray = new oracle.sql.ARRAY(descriptor, conn, finalStruct);
    return yourArray;
    return null;
    catch(java.sql.SQLException ex)
    throw OAException.wrapperException(ex);
    Let me know if you are still having issues.
    --Saroj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Remove all rows from a JTable.

    I carnt seem to work out how to do it, surely there is a way.
    Thank you

    for those people who search for a thread like this and find it i solved it by doing this.
    DefaultTableModel d =(DefaultTableModel)<Your Table Name>.getModel();
    int rowCount = d.getRowCount();
    for(int i=0; i < rowCount; i++){
    d.removeRow(0);
    The reason for the "0" in remove row is because it will automatically resize the rows down one and effectively you want to remove all the rows until there isnt any in the last row. :)

  • Export ALL Settings from Lightroom

    Hi,
    I'm about to install a new OS, thus a new installation of Lightroom.
    I wonder how can I export settings etc and what are the steps after the fresh installation in order to get the same "view" and settings I'm uses to.
    Thanks

    Hi,
    Yes, I did try to copy thses folders, the last time I tried it and simply replacing the ones created with the new installation, with the old ones, did not change anything. I might gotten it wrong, but that's what happened.

Maybe you are looking for