APEX 3.0: Create SQL Report Wizard raises a Javascript error

Hi,
in the "Create SQL Report Wizard" (Create Page/Report/SQL Report) when you click onto the "Generic Columns" radio group the following JavaScript error is displayed.
disItem.style has no properties
disableItems("html_RadioValue('P4795_GENERIC_COLS')=='N'", "P4795_MAX_COLUMNS", undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined)
Patrick
Check out my APEX-blog: http://inside-apex.blogspot.com
Check out the ApexLib Framework: http://apexlib.sourceforge.net

Sharon,
sorry was not clear enough. It's just a Javascript error which shows up, it doesn't stop me to create the report. I just noticed that there seems to be a functionality which isn't completely implemented.
I'm using FF 2.0 with the Firebug plugin, that's why I immediately see if an error occurs on a page.
Reproduced the same behavior on apex.oracle.com
1) Create Page
2) Report
3) SQL Report
4) Press Next
5) Press Next
6) Click on "Generic columns" radio option
7) In FF go to Tools/Error Console => you should see the error (maybe you have to filter for Errors)
Patrick
Check out my APEX-blog: http://inside-apex.blogspot.com
Check out the ApexLib Framework: http://apexlib.sourceforge.net

Similar Messages

  • 3.1 Bug Report: "Enable Search" in Create SQL Report wizard

    Hi,
    when "Enable Search" is set to Yes in the "Create SQL Report" wizard, the label template of the page items is set to NULL, it should be "Optional Label" (the default of the theme).
    The PX_ROWS page item is not referenced in the "Number of Rows (Item)" property of the report. That means the user can choose what he wants, it never gets used.
    BTW, it would be useful to write the PX_ROWS into a user preference when the page gets submitted and based the source type on this preference.
    Thanks for looking into it.
    Patrick
    My APEX Blog: http://www.inside-oracle-apex.com/
    The APEX Builder Plugin: http://builderplugin.oracleapex.info/ New
    The ApexLib Framework: http://apexlib.sourceforge.net/

    Hi Christina,
    just noticed that the "Reset Pagination" process which is also generated by the wizard doesn't contain the request "Reset" in the Condition Expression 1
    -> Pressing the Reset button should always set the report to the beginning.
    Thanks
    Patrick
    My APEX Blog: http://www.inside-oracle-apex.com/
    The APEX Builder Plugin: http://builderplugin.oracleapex.info/
    The ApexLib Framework: http://apexlib.sourceforge.net/

  • Report template 101 - Comment Bubbles (used during creating SQL Report)

    Hi,
    There is a Report template type - Comment Bubbles [ Theme - 24, 25, 26 ]
    Has anyone ever tried using this template while creating SQL Report.
    OR if anyone knows how to use this and what should be the syntax of SQL query for using this template.
    Thanks,
    Deepak

    Hi Deepak.
    I assume you're running APEX 4.2
    There is a packaged application included with 4.2 which is called "Customer Tracker"
    On page 50 you find a rewgion where these comment bubles are used ( unlock the application to view the source ).
    Regards
    Bas

  • Desktop apps: Report Builder 3.0 (x86) that does not let me allow query result which I created Customers Report. Here is the error message returns.:

    Desktop apps: Report Builder 3.0 (x86) that does not let me allow query result which I created Customers Report. Here is the error message returns as following.
    Database query from: AdventureWorks2014
    System.Web.Services.Protocols.SoapException: The permissions granted to user 'SQLServer2014\Mubs' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to
    user 'mujb-HP\mujb' are insufficient for performing this operation.
       at Microsoft.ReportingServices.Library.ReportingService2010Impl.CreateReportEditSession(String Report, String Parent, Byte[] Definition, String& EditSessionID, Warning[]& Warnings)
       at Microsoft.ReportingServices.WebServer.ReportingService2010.CreateReportEditSession(String Report, String Parent, Byte[] Definition, String& EditSessionID, Warning[]& Warnings)
    The permissions granted to user 'mujb-HP\mujb' are insufficient for performing this operation.
    Is there anybody help me out, pl
    My MSSQL Server express 2014 edition x64  and My desktop "Report Builder (RB) 3.0' is 32bit (x86).
    Does Report Builder x64 exist? I didn't see anywhere so I downloaded x86 RB

    Hi mujb,
    Per my understanding you are using the report builder 3.0 to design the report and when you click the query designer button to execute the query you got the error message above, right?
    I have tested on my local envornment and your issue can be caused by the user "SQLServer2014\Mubs"  and "mujb-HP\mujb"  haven't grant permission to the report server or the shared dataeource/dataset if you have used this.
    I would like to confirm if you have assigned both the Item-Level and System-Level role of the user above to sucessfully access the report server, If you haven't grant any access to the above user and when you connect to the report server in the report builder,
    you may got the error message:
    More details information below for your reference:
    Please execute the query in the microsoft SQL Server Management Studio to see if you have permission to execute the query.
    If the query works fine in step1, please run the report builder as Administrator and if you are using the shared datasource/dataset the issue can be cause by the you haven't grant access the share datasource, Double click to open the Datasource
    and click the "Test Connection" as below to test if it can connect successfully:
    If the "Test Connection" failed, please click the shared datasource/dataset on Report Server to check if you have grant correct permission.
    Related information about the grant permission to report server for your reference:
    https://msdn.microsoft.com/en-us/library/ms156034.aspx
    http://www.allenkinsel.com/archive/2013/01/adventures-in-ssrs/
    If your issue still exists, please try to provide more details information.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Create SQL report from reigstry - Local Forefront exclusions

    Hi
    We are doing a project moving from Forefront Client to SCEP 2012.
    We have a lots of virusscan exclusions done at many servers and I would like to list them, hopefully via SCCM so I can configure SCEP with thoose exclusions.
    The exclusions are recorded in the registry here:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Microsoft Forefront\Client Security\1.0\AM\Exclusions\Extensions]
    Unfortunately I dont know how to create a report to list the data under that registry folder. Can somebody please help me?
    I have done the configuration in the mof files.
    SCCM 2007.
    Thanks!

    Hi Garth
    Thanks for your answer.
    I have used RegKeyToMof before to create inputs to mof files. In this case I dont really know how to use it.
    In the article per say:
    "You are looking for static keys under: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Terminal Server\RC"
    I'm looking for different exclusions under
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Microsoft Forefront\Client Security\1.0\AM\Exclusions\Paths]. Not static data.
    Or, maybe I dont understand how to use the tool.
    [EDIT]
    Acctually, the local exclusions it the reg. path.
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Forefront\Client Security\1.0\AM\Exclusions]
    * \Extensions]
    * \Paths]
    * \Processes]

  • SQL Reporting services installing sharepoint mode - Error while installing

    Hi I have SharePoint 2013 environment and now i am trying to install SSRS sharepoint mode.
    I use SQL server enterprise version 2012 SP1.
    While installing this i got and error at the end.
    TITLE: Microsoft SQL Server 2012 Service Pack 1 Setup
    The following error has occurred:
    Could not load file or assembly 'System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
    1- Now i am not able to uninstall this
    2- I also don't see the service application in Central admin under New.
    Please help me to resolve this issue.
    My name is yogendra

    Hi,
    According to your post, my understanding is that you failed to install SSRS sharepoint mode.
    Please make sure you install Reporting Services SharePoint Mode for SharePoint 2013
    correctly.
    You can refer to:
    Install Reporting Services SharePoint Mode for SharePoint 2013
    Installing and configuring SQL Reporting services on SharePoint 2013
    In addition, please install Windows Management Framework 3.0 on the
    build server.
    More information:
    Exception
    Message: Could not load file or assembly 'System.Management.Automation, PublicKeyToken=31bf3856ad364e35'
    How to use SQL Server in Windows and Windows Server environments
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Version 3.1 fault - ORA-06502 error when creating SQL Report Region/Page

    I usually perfect my query in SQL*PLUS before I create a new report region.
    Consequently, I copy the code into the region wizard to create the new page. However, since we have upgraded to Version 3.1, virtually every report I have tried to create has created the following error:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    It would appear that a maximum of 960 characters can be used to create the region/page. Perversely, once the page/region has been created, I can then edit the source and include as much code as I want (so far I've not run up against a limit)
    As it's just annoying, but not stopping me doing what I wanted to do, I've not got around to mentioning this error previously, but it occurred to me that I should (so I am!)
    David

    Hi David,
    Thank you for reporting this. Unfortunately, this was a regression introduced in Application Express 3.1. The workaround is to edit the region, as you suggested. This has been filed as Bug 6956070 and will be corrected in the forthcoming Application Express 3.1.1 patch set.
    Joel

  • APEX - Can't "Create" table.  Get "Page Not Found Error"

    I am trying to create a table with Oracle's APEX (at apex.oracle.com). When I run through the wizard and final process asks me to hit "create", the frame should state "table created", but instead it says Page Not Found. I have tried restarting the browser and also moved to another computer to see if it was a settings issue, but still receive this. I have emailed Oracle about it, but have not heard back, so thought I'd try here.
    Thanks for any help in Advance.

    My first name is Tyler
    I sent my question to [email protected]
    My email address is [email protected], I used this when contacting oracle, I also contacted with [email protected]
    I tried creating the table through the wizard with just two columns, 1 number column and 1 varchar2() field. I did not create a pk or any constraints, to see if I could just get a bare minimum table created. Unsuccessfully.
    I tried using the create DDL script in the SQL command window in APEX, this also was unsuccessfull. It seems to hang for a couple of minutes, I assumed it was just taking a bit to execute the DDL. But when it "unhangs", the status window below says it's still "executing sql statment", but it does not do anything after that, it stays there.
    I went and checked if by chance the table had been created, but it hadn't.
    Thanks,
    Tyler

  • [eval 1.1.0.21.4.1] export report not raising Permission Denied error

    When you click on export on a report, if you try to save in a place where you have no access, it does not display an error.
    It should display could not create the file /home/ReportExport.xml
    Reproduce it :
    --> click on a report --> click export --> try to save in a place where you have no permission --> click save
    No error :-(
    Regards
    Laurent
    Message was edited by:
    Laurent Schneider
    prefixed

    It seems to be fine in windows, I have logged a bug for Linux.
    Thanks
    Sue

  • Want to create Searchbar on SQL report

    Hi evryone...
    I had created SQL report in my appication.......But i coould nt find serch bar option which generally create with interactive report...so if i would like to create serchbar in my SQL report then how could i able to do that thing??
    thanks in advance
    rommy

    Hi Rommy,
    Have a look at my first post in this thread: Re: Search option for  a REPORT AND FORM page.
    Regards
    Andy

  • Break line in SQL report

    Hi,
    I am using APEX 4.0 ver .I have created SQL report with 1 column and its looks good but problem is, This columns has huge amount of data for example 1000 words and in the report it is displaying like *****************************************************************
    so, i dont want to display continous words and i want to display the data like ********************
    How could i break the contonous line and display the same in multiple lines.
    thanks in advance.
    Regards
    Narender B

    Hi Aditya,
    Am using following query in sql report
    SELECT message ||' Updated BY ' || user_name || ' On ' || to_char (last_update_date,'MM/DD/YY') message
    FROM TEST .
    This message column has huge data with spaces like *abcd xxxxx yyxs xxxxxx ttttttt abchd ddfjkllglrhr[kng;lrthrthkmrp gkjoph fegjhgignrtmblk*  and this huge data not able to fit in the screen so, we need to create multiple lines to fit in the screen.
    How can i create multiple lines in report.
    Thanks
    Narender B                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • SQL REPORT BUT SEARCH PROBLEM ON CREATED_ON Column

    Hi Friend,
    i have create SQL Report .
    My Code
    select      CRM_SALES_DEALs.id,
                        "CRM_SALES_CUSTOMERS"."CUSTOMER_NAME" as "CUSTOMER_NAME",
          "CRM_SALES_SALESREPS"."REP_LAST_NAME"||', '||
          "CRM_SALES_SALESREPS"."REP_FIRST_NAME" as "REP_NAME",
           "CRM_SALES_DEALS"."DEAL_CLOSE_DATE" as "DEAL_CLOSE_DATE",
           "CRM_SALES_DEALS"."DEAL_PROBABILITY" as "DEAL_PROBABILITY",
          "CRM_SALES_DEAL_STATUS_CODES"."STATUS_CODE" as "STATUS_CODE" ,
             "CRM_SALES_DEALS"."DEAL_AMOUNT" *
             "CRM_SALES_DEALS"."DEAL_PROBABILITY" / 100 weighted_forecast,
    (select count(*) from CRM_SALES_DEAL_notes where deal_id = "CRM_SALES_DEALS".id) notes,
    (select count(*) from CRM_SALES_DEAL_products where deal_id = "CRM_SALES_DEALS".id) products,
    nvl("CRM_SALES_DEALS".updated_on,"CRM_SALES_DEALS".created_on) last_changed,
    t.territory_name,
    CRM_SALES_DEALS.qtr, "CRM_SALES_DEALS"."CONTACT_NAME" as "CONTACT_NAME"
    from     
    "CRM_SALES_SALESREPS",
    "CRM_SALES_DEAL_STATUS_CODES" ,
    "CRM_SALES_CUSTOMERS",
    "CRM_SALES_DEALS",
    CRM_SALES_territories t
    where  
    CRM_SALES_customers.customer_territory_id = t.id(+) and
    "CRM_SALES_DEALS"."CUSTOMER_ID"="CRM_SALES_CUSTOMERS"."ID"(+)
    and      "CRM_SALES_DEALS"."DEAL_STATUS_CODE_ID"="CRM_SALES_DEAL_STATUS_CODES"."ID"(+)
    and      "CRM_SALES_DEALS"."SALESREP_ID_01"="CRM_SALES_SALESREPS"."ID"(+)
    and (:p1_find is null or instr(upper("CRM_SALES_CUSTOMERS"."CUSTOMER_NAME"),upper(:p1_find))>0 or instr(upper("CRM_SALES_DEALS"."DEAL_NAME"),upper(:p1_find))>0 or
    instr(upper("CRM_SALES_SALESREPS"."REP_FIRST_NAME"||' '||"CRM_SALES_SALESREPS"."REP_LAST_NAME"),upper(:p1_find))>0)
    and
    (nvl(:P1_TERRITORY,0) = 0 or t.id= :P1_TERRITORY)
    and
    (nvl(:P1_ACCOUNT,0) = 0 or "CRM_SALES_CUSTOMERS".id = :P1_ACCOUNT)
    and
    (nvl(:P1_QUARTER,'0') = '0' or CRM_SALES_deals.qtr = :P1_QUARTER)
    and
    nvl(DEAL_PROBABILITY,10) between nvl(:P1_MINIMUM_PROBABILITY,0) and nvl(:P1_MAXIMUM_PROBABILITY,100) or
    instr(upper("CREATED_ON"),upper(nvl(:P1_CREATE_DATE,"CREATED_ON")))My TAble
    CREATE TABLE  "CRM_SALES_DEALS"
       (     "ID" NUMBER,
         "CUSTOMER_ID" NUMBER NOT NULL ENABLE,
         "DEAL_NAME" VARCHAR2(255),
         "DEAL_CLOSE_DATE" DATE NOT NULL ENABLE,
         "DEAL_CLOSE_DATE_ALT" DATE,
         "DEAL_STATUS_CODE_ID" NUMBER,
         "DEAL_CUSTOMER_LOCATION" VARCHAR2(4000),
         "CREATED_BY" VARCHAR2(255),
         "CREATED_ON" DATE,
         "UPDATED_BY" VARCHAR2(255),
         "UPDATED_ON" DATE,
         "QTR" VARCHAR2(8),
         "DEPARTURE_DATE" DATE,
         "DEAL_SOURCE" VARCHAR2(15),
         "ADDRESS1" VARCHAR2(255),
          PRIMARY KEY ("ID") ENABLE
    /i want to search with CREATE_ON Column.
    How can i create code for search in my Quary Code.
    My Item is :P1_CREATE_DATE
    I have try it in last Line in code but it's show me Error.Invalid Relational Operator .
    How can i slove and serch with Created_on Column.
    Thanks
    Edited by: 805629 on Dec 27, 2010 9:13 PM
    Edited by: 805629 on Dec 27, 2010 9:13 PM

    Hi Friends,
    i have sortout this problem.
    Thanks

  • ABAP Report Wizard

    hi all,
    how to create ABAP Report Wizard?
    how to prepare it??
    if u can it then send me more details now..
    <REMOVED BY MODERATOR>
    thx,
    s.suresh
    Edited by: Alvaro Tejada Galindo on Jan 23, 2008 11:49 AM

    Hi Experts
    I installed all the nuggets and activated  every thing went fine.
    as in /people/leonardo.araujo/blog/2007/10/01/how-to-install-the-abap-report-wizard
    Creating the Pattern
    In SE80,  choose  Utilities -> More Utilities -> Edit Pattern -> Create Pattern.  In the dialog enter,  Z_REPORT_WIZARD and click the green check.  In the pattern editor, enter *$&$MUSTER and click “Save” and then the “Back” button.                           
    its good untill here...
    After that when I go to se38> pattern > other paterns> Z_REPORT_WIZARD it gives only this.. not the wizard.. any help plz...
    $&$muster
    *& Report  Z_WIZARD_REPORT
    REPORT  Z_WIZARD_REPORT.

  • SQL Report Display Error when change LOVs In Report Attribute.

    Dear Friend,
    i have created SQL Report .Now In Agent Name Column ,Agent_code is Display .
    i want to display Agemt Name In to Agent_CODE Column so i have change in Report Attribute-->edit column AGENT_CODE-->Tabular Form Element-->Display As text (Based on LOV,Does not save state) -->List of Values -->Agent_name
    Apply Changes .
    Then it show me Below Error in Report
    report error:
    ORA-20001: Error fetching column value: ORA-06502: PL/SQL: numeric or value error: character string buffer too smallHow to resolve it?
    Thanks
    Edited by: Vedant on Sep 5, 2011 10:06 PM

    Dear Jari,
    yes i am not using Named LOV ,
    i am follow
    Report Attribute-->Tabular Form Element-->Display As text (Based on LOV,Does not save state) -->List of Values -->Agent_nameThen Show me Error.
    thanks
    Edited by: Vedant on Sep 6, 2011 1:37 AM

  • Change SQL report To Intractive Report

    Dear All Friend,
    i have created SQL Report .
    Could you tell me please there is any way to change SQL report To Intractive Report .
    How can i do this.
    Thanks

    Under the Region Definition of the report; look over to the right-hand margin and you will see Migrate to Interactive Report under Tasks .
    Jeff

Maybe you are looking for

  • Help with java mapping

    PI File adapter has a processing option u2018Empty-Message Handlingu2019 to ignore or Write Empty Files. In case there is no data created after mapping on target side then this option determines whether to write an empty file or not. But there is a c

  • Colour banding in new MBP 17 Quad core I7

    Hi there has anyone had this problem yet. I have a new MBP 17 Quad core I7 with an anti glare screen. When I look at images where there is any colour or tonal graduation I get a coloured banding effect where the graduation starts....almost like a hal

  • How to enable Custome Attribute

    We wanted to create custome attribute for Version dimension in planning appliction but this option is disabled in planning web for this dimension property. How to enable the custome attribute option for version dimension in Hyperion Planning applicat

  • Do I need "NI-VISA Runtime 5.1" visa in the install package?

    I have applications that use the serial port communications. The install package has grown from 109mb with v8.0 to 150mb with v2011. Do I have to install the NI-VISA runtime 5.1 if I am only using the serial communications? Solved! Go to Solution.

  • Disable second level global navigation

    Hi, We have a requirement where we want to disable second level menu in global navigation. Business Site1         | Business Site 2 --> Business Site 3 So the currently, the Business Site 2 is clickable. Our requirement is that Business Site 2 should