The "database" query export to Excel?

Hello world

Hope everything goes well...

We place our requests in the disco. Database.

Is there a way to export the database to a different file as Excel.

IOW, is the disco. Table of available database to report offshore?

Pls advise, thank you, sandra

Hello

The list of workbooks can be found in the EUL5_DOCUMENTS table in your EUL. You can map this table in the EUL and then export the list of workbooks in Excel.

Rod West

Tags: Business Intelligence

Similar Questions

  • Keep the format when exporting to Excel

    Is it possible to keep the number and width of columns formatting when you export to Excel?

    You also have a possibility to customize your class "export."

    (1) you can set a custom action that does something totally different and make it available to your users. For example, we have done something in the past where a custom window gets arises and you can 'choose' attributes in your grid that you want to be exported, rather than be "linked" to the configured columns.

    (2) you can set the class that makes the export in the control panel under the frame settings. Maybe it's a little less flexible that you will be always tied to the model and the existing export format (it is passed to your class, rather than the CSVExport class), but you would be in full control of output. Like Sasha said, by default, CSV is the output format and things like formatting are obviously not taken in charge.

    I think that #1 would be the way to go because it offers the most flexibility for your users, but there should be a somewhat higher effort.

    # 1, you can see an example of this in action here:

    http://branchbird.com/images/exporting-options.PNG

    Hope that helps.

    Patrick

    Edited by: Branchbird - Pat on 11 October 2012 08:27

  • Extract the database query result

    QVariant workersList = sda-> execute ('SELECT name FROM people WHERE status =' WORKER' ;");)

    Hi all

    How can I get the result of QString QVariant workerList variable?

    Thank you

    Change to QVariantList QVariant and access of

            foreach(QVariant v, workerList) {
                QString name = v.toMap().value("name");
                //... Do something with name
            }
    
  • BI 11.1.1.7 - export to Excel 2007 + error

    Hi all

    On our development server, we have improved BI to the 11.1.1.7.140114 version. When we export a report by using the option to export to Excel 2007, it works correctly.

    On our server Qual, we have updated by using the same version. When we export using Excel 2007 +, we have the question below:

    There was an error in processing your download. Please check with your administrator.

    Please you would know why and what is the problem?

    Thank you!

    Try it and are let me know the results. Either remove the user from the catalog and connection with the user who will help out you. Happens in most cases, if the user does not have privileges right to my records when you download it creates / uses the _tmp in myfolders if who does not have the privileges him cause the question

  • How I wear on the variables in the database of a page to another?

    I have a MySQL database displayed in a table on one page, with a link in each row, pointing to a DETAILS.php page where I want to show the end user all the details of this record or a line item in a different format. After that I have a link to the new page, how should I address variables for "this particular record" clicked on in the 1st page? What is the system automatically knew which record of the row in the table that I linked to?

    lesliebrownadobe wrote:

    I have a MySQL database displayed in a table on one page, with a link in each row, pointing to a DETAILS.php page where I want to show the end user all the details of this record or a line item in a different format. After that I have a link to the new page, how should I address variables for "this particular record" clicked on in the 1st page? What is the system automatically knew which record of the row in the table that I linked to?

    Each record in your database must have a "unique" identifier (primary key), tying the record to it.

    You then pass this "unique identifier" to the details page in the link that you create using php for loop through each record found in the database, which no doubt you already have.

    On the details page then use you php to get the id of the file sent to the page via the link:

    $id = $_GET ['id'];

    Once you have the id that you are in business and can create a mysql on the database query to get the record corresponding to the code

    SELECT * FROM table WHERE id = "$id".

    'id' is the 'unique' field in the database that identifies records and the "$id" being the variable passed from the link

  • Cancel the database operation

    How can I cancel the database query if take as much time at run time.

    It is not possible to cancel your PL/SQL procedures or triggers of your forms or db
    But if your block is based on the database property Yes and you query on the block as the use of EXECUTE_TRIGGER then you can use
    the "Interactive Mode" value of the form Non-blocking
    By doing this your forms can give you the control to use to cancel the database query.

  • No Option to export to Excel 2007

    Is there a setting to allow the discoverer of export to Excel 2007? We use the discoverer and 11g, and is the only option we have to Excel for .xls. My users need to be able to export to xlsx (2007).

    Thank you

    Published by: user527082 on August 2, 2012 11:08

    I don't think that it is possible

    Discoverer of EXCEL XLSX Format directly export [ID 1331407.1]
    Discoverer 10 g (10.1.2.3) relational worksheet and Pluggable software component BI are certified with Microsoft Excel 2007 [ID 462114.1]

    HTH
    Srini

  • Card export to Excel, vbscript column contains an obsolete reference

    I have an explicit card that has as its target account A500

    This was changed to A500D, which no longer exists.

    When I export this map to Excel, while the target column reflects A500, the VBSCRIPT column shows A500D

    Where is he getting this value, is this normal and if it allows me to load to the correct target?

    I won't be able to try any validation until next week, but wanted to check in advance

    Thanks for any help

    Hello

    The column of VBScript only plays in Between, In, and Like mapping. Are you sure that not looking for a similar rule, only in one of these types to the place? Export to Excel exports the cards (Explicit, Between, in, and Like) for this dimension.

    Also, if it's really an "Explicit" card, the only way that a value can be placed in this column is through a poorly configured model. Where someone filled out a wrong model when it was imported... because the 'Explicit' screen in the web-gui does not give you this field as an option to enter a value with.

    In any case, the column is not relevant for the explicit mapping, so I don't see the harm in changing the value. Please note that the import of models is not a replacement/merge/update. Mapping, so is the only way to change existing editing via the web-gui, or removal of all import of a new model.

    Hope this helps...

  • Procedure to export the result of the query to an excel or csv

    Hi all

    I have two identical paintings

    EMP_TEST OF THE EMP

    ID ID NAME

    1     SAM                      1        SAM

    2 JOHN 2 ROCK

    3 3 STEVE BRAND

    I need to combine the result under the query and intent to export data to excel using a procedure

    my query is

    Select 'EMP_ID', E1. EMP_ID, AND. EMP_ID from emp E1,

    emp_test AND WHERE E1. EMP_ID = AND. EMP_ID

    UNION

    Select "EMP_NAME", E1. EMP_NAME, AND. Emp E1 EMP_NAME,

    emp_test AND WHERE E1. EMP_ID = AND. EMP_ID

    but I get this error message

    ORA-01790: expression must have same type of corresponding data

    EMP_ID is a number and EMP_NAME is of type varchar.

    I need any idea or suggestion on sub queries.

    (1) I have to combine the result set in a single query.

    (2) I need to write the procedure that will export the result of the query to an excel or csv.

    Thank you.

    As PR has said, there are ways that have already been explained in this forum to write in external files. For your query condition, try this.

    SELECT CASE WHEN (REGEXP_LIKE (T1.ID,'[^ [: alpha:]] "")) THEN 'EMP_ID '.

    ELSE "EMP_NAME' END AS COL_NAME.

    T1.ID,

    T2.ID

    DE)

    SELECT CASE WHEN ID IS NULL THEN NAME ANOTHER TO_CHAR (ID) END AS ID,

    ROW_NUMBER () OVER(ORDER BY RN NULLS FIRST,ID) RN

    DE)

    SELECT ID, NULL,

    NAME,

    RN ID

    FROM EMP

    UNION ALL

    SELECT ID,

    NAME,

    RN NULL

    FROM EMP)) T1.

    (SELECT CASE WHEN ID IS NULL THEN NAME ANOTHER TO_CHAR (ID) END AS ID,)

    ROW_NUMBER () OVER(ORDER BY RN NULLS FIRST,ID) RN

    DE)

    SELECT ID, NULL,

    NAME,

    RN ID

    OF EMP_TEST

    UNION ALL

    SELECT ID,

    NAME,

    RN NULL

    OF EMP_TEST)) T2

    WHERE T1. RN = T2. RN;

    OUTPUT:

    COLUMN-NAME ID ID
    --------  ---------------
    1 1 EMP_ID
    2 2 EMP_ID
    3 3 EMP_ID
    SAM EMP_NAME MARK
    EMP_NAME JOHN JOHN
    EMP_NAME STEVE DARREN

    6 selected lines.

  • Details of the catalog such as key words and the exif data can be exported to the database in Microsoft access or Excel?

    I have a large base of photo data and key data that has been created with the software Ulead Photoimpact Album abandoned. An advantage of the Album POI databases is the ability to export and import to MS Access or Excel data.  If the Lightroom Catalog has the ability to move data to and from the most common databases it will help me greatly.  I don't want to re enter thousands of entries.

    Looking for a plugin - look up from my ListView

  • Export data from the database to excel file using the procedure

    Hello

    I need to export data from database to oracle 10 g for the excel file, I try this code:

    First, I create directory to the user sys and give permition to user that I'm working on it
    create or replace directory PALPROV_REPORTS as 'c:\temp';
    
    grant read, write on directory PALPROV_REPORTS to user12 ;
    then I run this code
    declare
        output utl_file.file_type;
    begin
        output := utl_file.fopen( 'user12' , 'emp1.slk', 'w',32000 );
        utl_file.put_line(output, 'line one: some text');
        utl_file.fclose( output );
    end;
    the problem appears as
    ORA-29280: invalid path ORA-06512: at "SYS." UTL_FILE", line 29 ORA-06512: at"SYS." UTL_FILE", line 448 ORA-06512: at line 4

    Notice that I use the operating system windows as a client and a linux as a server database

    The file will be written to the database server or your GNU / linux and I'm quite sure, there is no folder named "c:\temp" on linux. It will probably be ' / tmp' on a unix server.

    And open the file, you must give the name logic directory 'PALPROV_REPORTS' it instead of the user name "utilisateur12".

  • Export of database Microsoft Access to Excel

    Hai team

    I have a task which Test reports are entered in Microsoft Access.I'm familiar in the entry of data into the database, the next part of the book is that I should export a particular part of reports to Excel, say to sort the data in a date to the current date and export it. Kindly help me out in this...


  • Export as .xls. Classic report type: SQL (body of function from PL/SQL returning the SQL) query

    Hey guys,.

    I'm using version 4.2.6 apex. The theme is 26.

    IM also using Listener Oracle APEX.

    I can print my classic report in PDF or CSV format.

    But I need to export it as a .xls extension.

    Report type: SQL (body of function from PL/SQL returning the SQL) query

    I need is like this cause my 'where' clause type is dynamic.

    Look at using this method: Tom's Blog: a non-standard export excel 2010 (.xlsx)

    I do something similar for downloads to excel in my projects...

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • export from excel to database table

    Hello

    I have a requirement to export the data from the excel file to the database table.

    I downloaded using sqlloader... using the control file

    and are there other options to download the data...

    Day, now that we have a lot of tools to download

    SQL Developer tool

    Toad

    Using the Excel formula

    UTL_FILE...

  • Export to Excel, via a link on the page of action

    I have two questions.

    (1) how can I export to excel, via a link.  For example I have a form, a user clicks submit, and I've got cfoutput data in a table on the same page (action page is identical to the entry page).  Now, once the output data, I'd like a link on this page so that the user can click and it will export the table to Excel.

    I tried:

        <cfheader name="Content-Disposition" value="attachment; filename=test.xls">
        <cfcontent type="application/msexcel">
        <cfoutput query="qTest">
        <table>
        <tr>
        <th>Account</th>
        <th>Amount</th>
        </tr>
        <tr>
        <td>#qTest.ACCOUNT#</td>
        <td>#NumberFormat('#qTest.TotalAmt#', "_(999,999,999.99)")#</td>
        </tr>
        </table>
        </cfoutput>

    But once the page is loaded, he tries to export automatically.  How can I get to export via a link?

    Also, someone suggested wrapping the cfoutput in a < cfsavecontent variable = "xyz" > tag, but once I have it, how do I insert the variable 'xyz' in the tag < cfcontent >?  Or where can I use it?

    Thank you guys

    The variable that contains the output table.  Just put another #session.export # in the appropriate place in your logic will be displayed on the screen using the scenario.

Maybe you are looking for