Interactive report - French language character problem

Hello

I made an interactive report with this table:

CREATE TABLE 'DEPT '.
("DEPTNO" NUMBER (2.0),)
VARCHAR2 (14) "DNAME",.
"LOC" VARCHAR2 (13),
ENABLE 'DEPT_PK' CONSTRAINT PRIMARY KEY ('DEPTNO')
)

I have two rows in my table
insert into dept (dname, loc) values('IT','Québec');
insert into dept (dname, loc) values('IT','Montreal');

When I click on the filter of the LOC. column I got a javascript error and the loading icon does not stop.

JavaScript error:
list of missing} after property
http://Penelope/ax31/JavaScript/apex_3_1.js
Line 1


The problem is the 'e' in Quebec.

Thank you.
Sylvain Michaud

Hello

You use AL32UTF8 as the character set in your DAD PlsqlNLSLanguage setting?

Kind regards
Arie.

Tags: Database

Similar Questions

  • Interactive report - bad graphic value data axis

    Hello

    We have created an interactive report based on the demo_orders table.
    The interactive chart displays incorrect data on the y-axis (4,00000 instead of 4 000,00)!
    Values in the table are ok, even the value displayed when the user clicks about data specific is correct.

    Anyone had similar problems?

    Request Express 3.2.0.00.27
    AnyChart #5.1.3


    Thank you.

    Kind regards
    Kristjan

    Hi Kristjan,

    I am able to reproduce the issue you report, using a report interactive optional APEX 3.2.1 and 4.0, where the language of the application is a non-English. So for example, if my English is * 10 000,00 graphic label * and when I pass the main language of the Application in German, so the values displayed should be * 10,000.00 * however it is incorrectly appearing as * 10 000 *. When you run in some non-English languages, used NLS decimal separator is a comma ",", but it is not properly applied to interactive report table. The problem is that the decimal separator parameter in the XML table is not correctly be escaped and is ignored. I have connected the bug 10154666 to follow this issue and a fix for this will be available in our next release. Thanks for that bring to our attention. At the same time, while ensuring that the values in your chart are displayed accurately, it might be better to create a region of separate table on the page in question, rather than using interactive report table.

    Kind regards
    Hilary

  • Update of the elements on the Page regarding filters in Oracle APEX interactive report

    I recently started using interactive reports in my Oracle APEX application. Previously, all pages in the classic application reports. The interactive report in my new page works fine, but now, I would like to add a summary box/table above the interactive report on the same page that displays values added some columns in the interactive report. In other words, if my interactive report displays 3 names of separate Manager, 2 separate offices and 5 different employees, my summary (box) will contain a line and three columns with numbers, 3, 2, and 5, respectively.

    So far, I did this job creating the box summed up as a classic report that account of the distinct values for each column in the same table that my interactive report pulls. The problem is when I try to filter my interactive report. Of course, the classic report is not updated based on the interactive report filters, but I don't know how I could link the two so that the classic report meets interactive report filters. From my research, there are ways to refer to the value in the search box of the interactive report using javascript/jquery. If possible, I would like to refer to the value of the filter of the interactive table with javascript or jquery to refresh the summary box whenever a new filter is applied. Does anyone know how to do this?

    Thanks, Patrick! I was always getting some of the old filters for a reason, but I was able to use the tables included in queries to retrieve my ID to report, that I used in the APEX_IR. Function GET_REPORT.

    More details here.

  • Interactive report lines order number

    I'm working on an interactive report. The main problem is that the lines in the interactive report do not appear in order.

    It's like query: select (list passes) from table order by ID;      ID = 1, 2, 3...

    When I run this code in sql commands, the result is displayed in perfect order, but when I use the same code in my interactive reports lines appear no y-intercept. any solution?

    Apex version: 4.2

    Topic: Productivity Applications

    Model: Report IR Region.

    Virat Praveen-Oracle wrote:

    I'm working on an interactive report. The main problem is that the lines in the interactive report do not appear in order.

    It's like query: select (list passes) from table order by ID;      ID = 1, 2, 3...

    When I run this code in sql commands, the result is displayed in perfect order, but when I use the same code in my interactive reports lines appear no y-intercept. any solution?

    Interactive reports are sorted using the sort IR functionality. This allows you to specify the required sort order and save it as the default report. If you need a fixed sort order that is not editable by users, clear the sort options in the Search bar of IR and the column headers.

  • Problem with the display of the icon in the interactive report

    Hello

    for several days I am looking for a solution on the web, but I have not found the right article.

    I can't display images in the display of the icon of interactive report.

    I tried to understand with an example of implementation of the SUMMIT.

    I work with the same component without success.

    IN MY PAGE:

    first region

    P1O_IMG1: File Explorer to download image

    P10_TITRE: text box: title

    P10_LIBELLE: area of tex: topic

    P10_CANCEL: button cancel

    P10_submit: button to submit

    in this area, I upload a picture and create a row in the CG63_IMG table

    ID_IMGNUMBER
    FILE NAMEVARCHAR2 (400 BYTE)
    MIME_TYPEVARCHAR2 (50 BYTE)
    CHAR_SETVARCHAR2 (128 BYTE)
    IMAGE_CONTENTBLOB OBJECT
    DATE_MAJDATE
    LIB_IMGVARCHAR2 (400 BYTE)
    THE TITLEVARCHAR2 (100 BYTE)

    and everything is OK

    second region with interactive report

    Select

    cg63_IMG.ID_IMG ID,

    CG63_IMG.ID_IMG as ID_IMG,

    CG63_IMG. Name of the FILE as FILENAME,

    CG63_IMG. Mime_type like MIME_TYPE,

    CG63_IMG. CHAR_SET as CHAR_SET

    CG63_IMG. DATE_MAJ as DATE_MAJ,

    CG63_IMG. LIB_IMG as LIB_IMG,

    CG63_IMG.titre,

    Decode (NVL (DBMS_LOB. GetLength (IMAGE_CONTENT), 0), 0, NULL, apex_util.get_blob_file_src (ID_IMG, NULL, 'P10_PHOTO', 'inline')) detail_img_no_style;

    apex_util.prepare_url ('f? p ='|: APP_ID |) » : 20 :'|| : APP_SESSION |': P20_ID_IMG :'|| ID_IMG) icon_link

    of CG63_IMG CG63_IMG

    in my report, detail_img_no_style, icon_link are hidden


    in attributes of reports

    the normal display mode is ok

    the detail view is ok

    display the icon: problem no picture

    I would like this (in the order of the lines of the "icon view" attribute)

    YES,

    NO,

    ICON_LINK,

    DETAIL_IMG_NO_STYLE,

    TITLE,

    HEIGHT = "140" WIDTH = "140"

    #TITRE #.

    '',

    ""


    third region

    I defined a P10_PHOTO point: File Explorer, hidden

    Like this

    Parameters:

    NO,

    BLOB type column specifies in the attribute of the source point,

    MIME_TYPE,

    FILE NAME,

    ' ',

    DATE_MAJ,

    YES,

    ' ',

    Inline


    Source:

    Still, replacing everything,.

    Databas column,

    Per session.

    Value of source = IMAGE_CONTENT,

    ' ',

    ' '


    It is difficult to get information: how the element such as P10_PHOTO must be created.


    APEX 4.2.5 WITH ORACLE HTTP SERVER


    Concerning


    MARC







    user_fr_cg63 wrote:

    Hello

    for several days I am looking for a solution on the web, but I have not found the right article.

    I can't display images in the display of the icon of interactive report.

    I tried to understand with an example of implementation of the SUMMIT.

    I work with the same component without success.

    IN MY PAGE:

    first region

    P1O_IMG1: File Explorer to download image

    P10_TITRE: text box: title

    P10_LIBELLE: area of tex: topic

    P10_CANCEL: button cancel

    P10_submit: button to submit

    in this area, I upload a picture and create a row in the CG63_IMG table

    ID_IMG NUMBER
    FILE NAME VARCHAR2 (400 BYTE)
    MIME_TYPE VARCHAR2 (50 BYTE)
    CHAR_SET VARCHAR2 (128 BYTE)
    IMAGE_CONTENT BLOB OBJECT
    DATE_MAJ DATE
    LIB_IMG VARCHAR2 (400 BYTE)
    THE TITLE VARCHAR2 (100 BYTE)

    and everything is OK

    second region with interactive report

    Select

    cg63_IMG.ID_IMG ID,

    CG63_IMG.ID_IMG as ID_IMG,

    CG63_IMG. Name of the FILE as FILENAME,

    CG63_IMG. Mime_type like MIME_TYPE,

    CG63_IMG. CHAR_SET as CHAR_SET

    CG63_IMG. DATE_MAJ as DATE_MAJ,

    CG63_IMG. LIB_IMG as LIB_IMG,

    CG63_IMG.titre,

    Decode (NVL (DBMS_LOB. GetLength (IMAGE_CONTENT), 0), 0, NULL, apex_util.get_blob_file_src (ID_IMG, NULL, 'P10_PHOTO', 'inline')) detail_img_no_style;

    apex_util.prepare_url ('f? p ='|: APP_ID |) » : 20 :'|| : APP_SESSION |': P20_ID_IMG :'|| ID_IMG) icon_link

    of CG63_IMG CG63_IMG

    in my report, detail_img_no_style, icon_link are hidden


    in attributes of reports

    the normal display mode is ok

    the detail view is ok

    display the icon: problem no picture

    I would like this (in the order of the lines of the "icon view" attribute)

    YES,

    NO,

    ICON_LINK,

    DETAIL_IMG_NO_STYLE,

    TITLE,

    HEIGHT = "140" WIDTH = "140"

    #TITRE #.

    '',

    ""


    third region

    I defined a P10_PHOTO point: File Explorer, hidden

    Like this

    Parameters:

    NO,

    BLOB type column specifies in the attribute of the source point,

    MIME_TYPE,

    FILE NAME,

    ' ',

    DATE_MAJ,

    YES,

    ' ',

    Inline

    Source:

    Still, replacing everything,.

    Databas column,

    Per session.

    Value of source = IMAGE_CONTENT,

    ' ',

    ' '


    It is difficult to get information: how the element such as P10_PHOTO must be created.


    APEX 4.2.5 WITH ORACLE HTTP SERVER

    Instead of all that typing it would have been easier to download the application at apex.oracle.com and share the problem here...

    Why does P10_PHOTO exist when there is already an article for the download of files in P10_IMG1?

    Is there a process to look for automatic line (ARF) DML defined to fill the first area? If not, create one and its the Nevervalue condition.

  • Ideas for work around ORA-06502: character string buffer too small on the interactive report

    Hello

    It comes to Apex 4.2.  We try to create an interactive report.  The report is for something similar at a follow-up time.  We try to concat a comments column as the sum of the hours.  For example,.

    Select TASK_NAME, sum (HOURS), to_char (XMLAGG (XMLELEMENT(E,E.COMMENTS ||) ' : ')). Extract ('//Text ()'). GETSTRINGVAL()) USER_COMMENTS of...

    This query works fine if we seek only to a window of 1 week.  The question that we live, when we expand the scope of the query to include data from 3 months, we hit ORA-06502 interactive report.  If we remove this column from the interactive report, then the report works very well.

    Anyone has any ideas on how we might be able to work around this problem?  I'm guessing we're reached the limit of 32 k on the report.  Ideally, we would show just the last X number of comments and then have a link to show all comments

    Any help would be appreciated

    Thank you

    Mike

    ListAGG raises an ORA-01489 for varchar2 > 4000 bytes

    OP has an ORA - 06502--> IR is running within a limit of 4 k / 32 k.

    quick fix: wrap USER_COMMENTS ListAGG in a substr (..., 1, 4000)

    Longer solution, use a subquery to modify comments based on ROW_NUMBER() (IE after the nth line, change the null)

    with
    -- simulating data
    t as (select task_id, sysdate - lv as date_entered
      ,round(dbms_random.value(1,24)) hours
      , '-*' || lv || '.' || task_id || '*-' as user_comments
    from ( select level as task_id from dual connect by level <=10 ), (select level lv from dual connect by level < 1000)
    ),
    -- modify data
    modified_data as (
      select task_id, hours, date_entered
        ,case
          when row_number() over (partition by task_id order by date_entered desc) < 5
            then user_comments
          else null
         end USER_COMMENTS
        from t)
    select task_id, sum(hours) total_hours,
      listagg( user_comments  ) within group (order by date_entered desc)
      || case when count(*) >= 5 then '! MORE COMMENTS !' else null end
        as user_comments
    from modified_data
    group by task_id;
    
  • Problem with calculation on update interactive report

    Apex 3.2

    I have an interactive report, that is editable, and the functions of grand.
    My problem is when users try the function of calculation on 2 columns, we get the
    "ORA-01722: invalid number."
    My report is generated using apex_item
    The code in the first column is
    eoline.plannedqty PLANNEDQTY
    second column depends on the CASE, so it's either
    APEX_ITEM.DISPLAY_AND_SAVE(2,eoline.orderqty)
    or
    APEX_ITEM.TEXT(2,eoline.orderqty,5,10,'style="text-align:right;" onchange="show(this);"')
    I tried to_char, to_number, but can't make it work.

    I missed something obvious

    Gus

    In other words:

    SELECT 1 + APEX_ITEM.DISPLAY_AND_SAVE(2,2)
    from dual
    

    Yields:

    ORA-01722: invalid number

    Why?

    SELECT APEX_ITEM.DISPLAY_AND_SAVE(2,2)
    from dual
    

    Yields:

    2
    

    Of course, on your screen, all you see is a number in a text box, but you're still emitting of HTML code. You can not expect from the Apex to handle this. The calculations just perform calculation asked on the values of your defined columns.

    Solution? Turn off calculations in your issuing html columns because it does not work like that.

  • Installation problem: 11.1.2.2.0 Hyperion interactive reporting

    Hello

    I try to install Hyperion Interactive Reporting 11.1.2.2.0 on Windows XP 32-bit system.

    Below listed files are downloaded:

    Foundation:
    http://download.Oracle.com/OTN/Hyperion/11122/Foundation-11122-Win32-part1.zip
    http://download.Oracle.com/OTN/Hyperion/11122/Foundation-11122-Win32-part2.zip
    http://download.Oracle.com/OTN/Hyperion/11122/Foundation-11122-part3.zip
    http://download.Oracle.com/OTN/Hyperion/11122/Foundation-11122-Win32-part4.zip

    Creating interactive reports:
    http://download.Oracle.com/OTN/Hyperion/11122/RA-11122-Win32.zip
    http://download.Oracle.com/OTN/Hyperion/11122/OHS-11122-Win32.zip

    Extract all the files in a single folder and trying to install.
    The Interactive Reporting tab is not enabled, and the message below is displayed when I click on that.

    Reporting and analysis
    Errors:
    Blocker:
    EPMINS-01048: Impossible to install a component selected. See the Troubleshooting Guide for more information
    Status: EPMINS-01016: impossible to install the selected component. Click help to see the possible reasons.

    Please help me if I need to download more files, so that I can install interactive reporting.

    The need is to upgrade the BRIO reports Hyperion, so this install now.

    Thank you
    Suresh.

    Re-installation of the tool, solved my problem.

  • The interactive report update and problem of Plugin JQuery

    Hello


    I have interactive report in my page. So I use the plugin jQuery context menu when user right click on a column he get an option to add, delete, update and another option.
    javascript pseude code for context menu
    $(function(){
         context_menu();
    });
    
    function context_menu(){
    
      $('.Col1').contextMenu();
    }
    Suppose the user selects Delete option. In this case jQuery popup appears and users enter data that are saved in the table by using the application process. After you use gReport.search ('SEARCH'), I refresh the page...

    Now the question - now when I right click on the column of my jQuery context menu does not work...


    Used workaround solution - I've added onmouseover = context_menu () function for the column... link and it works fine...


    Now my question is... whenever the user moves the mouse over the column, it will run function context_menu()... There will be no unwanted problem... or memory leak problem...

    Please advice...


    Thank you
    shijesh

    Hello

    Okay, that's good.
    But if you take this plugin to use to select the option group you also code of loan that trigger events on IR Ajax calls.

    Kind regards
    Jari

  • Question of character set of interactive report

    Hello

    Our system must be configured to use the character set, however in an interactive report if you enter £ in the search bar, that it returns no row as it seems to get a multi byte chacater the becoames £ A £ Western Europe

    Text line contains ' A £»

    Only simular discussion I've met said it could be "The DAD character Set Configuration in the Apex workspace" but I don't know where we can check this.

    Any ideas where we look at.


    Thanks Andy

    Thank you. This line:

    PlsqlNLSLanguage AMERICAN_AMERICA. WE8ISO8859P1

    .. .needs to be replaced by:

    PlsqlNLSLanguage AMERICAN_AMERICA. AL32UTF8

    .. .in order for some ajax operations work properly.

    Scott

  • Interactive report filter problem

    Hello

    Today I met a problem with an interactive report. When the report first, load no problem. If a filter is added, an error is returned. The error is actually produced by a routine of affirmation that triggers and exception if a NULL value is passed. Here is a modified and simplified the application version:
    SELECT id,
       name,
       dept,
       emp.year_of_emp(hire_date) AS years_of_employment
    FROM emp_table
    WHERE id IN (
       SELECT c001
       FROM apex_collections
       WHERE collection_name = 'EMPS_UNDER_MANAGER'
    );
    Once again, when the report first no loading, no problem. When the Manager applies, say a filter on dept, an error is raised by the emp.year_of_emp function because a NULL value was passed.

    I know that all the EMOS with an id of PGE in the collection have a hire_date so I don't think that I should add another condition in where clause to filter those (even if it's the work at this stage). Anyone has any ideas as to what could be the cause?

    Kind regards
    Dan

    http://danielmcghan.us
    http://sourceforge.NET/projects/tapigen
    http://sourceforge.NET/projects/plrecur

    Hello Dan,.

    Most points on the road ;-)

    Select / * + SORTED * / seems to do the trick... (I've updated your sample app and it works)

    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this response in marking it as useful or Correct ;-)

  • Problem with the cascading for interactive report selection list

    Hi all.

    I'm trying to implement the solution of cascading to the tabular presentation list.

    https://Apex.Oracle.com/pls/Apex/f?p=31517:176:103661090335568:

    But instead of the form of paintings, I use interactive report. After executing the query, I get the error:

    ORA-06550: line 1, column 147: PL/SQL: ORA-00936: lack of expression ORA-06550: line 1, column 13: PL/SQL: statement ignored


    My Sql query for the report:

    select 
    apex_item.hidden(1, a."DATA_ID")DATA_ID,
    apex_item.select_list_from_query(10,
      b.WAVE_GROUP,
     'select GROUP_DISPLAY, GROUP_RETURN from dwd_wave_group',
     'onchange="f_set_casc_sel_list_item(this,f11_'||LPAD (a.DATA_ID, 4,'0')||')"',
     'YES',
     '',
     '- Select Group -',
     'f10_' || LPAD (a.DATA_ID, 4, '0'),
      NULL,
     'NO'
     )WAVE_GROUP,
    apex_item.select_list_from_query(11, b."WAVE_USER",
    'SELECT username d, '
    ||'username r FROM dwd_user where groups = '||b."WAVE_GROUP",
    '',
    'YES',
    '', 
    '- Select User -',
    'f11_' || LPAD (a.DATA_ID, 4, '0'),
     NULL,
    'NO'
    )WAVE_USER
    from "DWD_WAVE_MASTER" a, dwd_wave_assignment b
    where a.data_id = b.data_id
    and b.wave_id = 'wave_1'
    

    If I exclude the condition 2nd selection list query and change as below then everything works fine. Query does not give error on sql developer.

    Use: APEX 4.2.6 with Database 11g.

    apex_item.select_list_from_query(11, b."WAVE_USER",
    'SELECT username d, '
    ||'username r FROM dwd_user',
    '',
    'YES',
    '', 
    '- Select User -',
    'f11_' || LPAD (a.DATA_ID, 4, '0'),
     NULL,
    'NO'
    )
    

    Can someone please help!

    Thank you

    Nabila

    The nabila Islam wrote:

    I'm trying to implement the solution of cascading to the tabular presentation list.

    https://Apex.Oracle.com/pls/Apex/f?p=31517:176:103661090335568:

    But instead of the form of paintings, I use interactive report. After executing the query, I get the error:

    ORA-06550: line 1, column 147: PL/SQL: ORA-00936: lack of expression ORA-06550: line 1, column 13: PL/SQL: statement ignored

    My Sql query for the report:

    1. Select
    2. apex_item. Hidden (' 1, a. "DATA_ID DATA_ID").
    3. apex_item.select_list_from_query (10,
    4. b.WAVE_GROUP,
    5. "select GROUP_DISPLAY, GROUP_RETURN from dwd_wave_group,"
    6. "onchange =" f_set_casc_sel_list_item (this, f11_'|) LPAD (a.DATA_ID, 4, '0'). ") » ',
    7. '' YES. ''
    8. '',
    9. -Select Group «-»,
    10. "f10_" | LPAD (a.DATA_ID, 4, '0'),
    11. NULL,
    12. 'NO '.
    13. ) WAVE_GROUP,.
    14. apex_item.select_list_from_query ("11, b.") WAVE_USER,"
    15. "SELECT user name d.
    16. |' username r FROM dwd_user where group = ' | b."WAVE_GROUP."
    17. '',
    18. '' YES. ''
    19. '',
    20. "- Select user -",
    21. "f11_" | LPAD (a.DATA_ID, 4, '0'),
    22. NULL,
    23. 'NO '.
    24. ) WAVE_USER
    25. of 'DWD_WAVE_MASTER' a, b dwd_wave_assignment
    26. where a.data_id = b.data_id
    27. and b.wave_id = 'wave_1. '

    If I exclude the condition 2nd selection list query and change as below then everything works fine. Query does not give error on sql developer.

    Use: APEX 4.2.6 with Database 11g.

    1. apex_item.select_list_from_query ("11, b.") WAVE_USER,"
    2. "SELECT user name d.
    3. |' username r FROM dwd_user ",
    4. '',
    5. '' YES. ''
    6. '',
    7. "- Select user -",
    8. "f11_" | LPAD (a.DATA_ID, 4, '0'),
    9. NULL,
    10. 'NO '.
    11. )

    What is the data type of DWD_WAVE_ASSIGNMENT. WAVE_GROUP? If it is not a number, then it must be enclosed in quotes when it is used as a literal:

    apex_item.select_list_from_query(11, b."WAVE_USER",
    'SELECT username d, '
    
    ||'username r FROM dwd_user where groups = ' || dbms_assert.enquote_literal(b."WAVE_GROUP"),  
    
    '',
    'YES',
    '',
    '- Select User -',
    'f11_' || LPAD (a.DATA_ID, 4, '0'),
    NULL,
    'NO'
    )
    
  • Problem with interactive report

    Hi all

    I use Apex 4.2

    I have an interactive in which I activated the filtering and sorting.

    When I click on one of the column in the interactive report, saying: "LAST NAME", it shows me the filtering and sorting options drop down.

    The poster also available name drop extracted from the query, but it shows me some range of name pronounce A - C only.

    I have family with starting with another letter also names, but those names are not displayed.

    For some columns displays the values of A to E, but not the full list.

    How to display the entire list in this fall down.

    Kind regards

    Jean-Louis Patel.

    Hi Alice,.

    Because of interactive report performance, it loads only a few filters.

    If you change the column definition for the column, under set the Filter Type of column to one of the other options like 'User defined list of values to exact match filter' from the list of values.  You can then specify the query used to generate this list.  You could use something like what listed below to grab the first 20000 records.

    Select *.

    from (select name

    WCP

    em order by name)

    where rownum<=>

    But don't forget, it will always affect your performance of interactive report page.

    Or alternatively, you can use this link:

    http://tpetrus.blogspot.in/2012/05/interactive-report-filtering-in-apex.html

    -Sunil Bhatia

  • Problem with 'Interrupted' Interactive report and download empty content

    I created a simple sample application to display this behavior on apex.oracle.com.

    WORKSPACEICE_SANDBOX
    USERNAMEAPEX_FORUM
    PASSWORDforumApex
    APPLICATIONInterupted_IRR

    We had a need to prevent shooting during the loading of the page of an interactive report. There are a number of messages from the forum for this but, for the most part they came down to this:

    1. Create a page element and include a test for its value in the SQL source of your interactive report, for example P1_RUN_SUPRESSOR = 'RUN '.
    2. Initially, set the value of this element so that it prevents the research report of the corresponding lines, for example "DO_NOT_RUN".
    3. When the required criteria has been set, switch the value of the element of the condition for success page and then refresh the report.

    It's that everything works as it should. As you can see in the sample application, the report is not filled at the start. When you click the run now button, the value of the P1_RUN_SUPRESSOR went from 'DO_NOT_RUN' on 'RUN' and then the region of report is refreshed. As we expected, the lines are all now populated 'normally '.

    However, if you now try to use the upload feature, the content of the report is empty.

    Can anyone think of a fix/work around?

    Thank you

    -Joe

    Set forward the calculation of the areas on P1_RUN_SUPPRESSOR to the not fire not when the query is CSV. I have changed it in your demo application.

  • Problem running javascript in an interactive report

    I have a page which opens a pop-up window. The pop-up window displays a standard report. I added a link to the column in the report so that the selected line will be passed back to the page that opened this popup. It is in the area of the column binding, target's URL and the URL is
    JavaScript:passBack('#REGULATION_COMBO_CD#'); JavaScript:parentRefesh(); JavaScript:Window.Close();

    It works very well. But since I want to be able to search the report in the pop-up window, I migrated this standard report with one interactive. The link in the column no longer works. It does not return the information or close this pop-up window. So, it looks like the javascript iis does not.

    I tried to change the information in the link column in the interactive report box. Can I use the target page and the value of the item fields to transmit the information back to the calling page, but it does not have the javascript code to close this pop-up window.

    Have I missed a place where to go the javascript code in an interactive report? APEX 3.1.1 Oracle 10g

    Published by: mimi_jones on November 20, 2009 04:44

    Published by: mimi_jones on November 20, 2009 08:55

    Hello

    Try to create a function javascript on your page and call rather than run all the code for the link

    <javascript type="text/javascript">
    function passbackAndClose(v)
    {
     passBack(v);
     parentRefesh();
     window.close();
    }
    </javascript>
    

    put this in the header HTML of your page popup.

    Then change the link to:

    #" onclick="javascript:passbackAndClose('#REGULATION_COMBO_CD#');
    

    When you connect calls javascript, the browser is expected generally that each function to "return true;" when the function is finished. Usually, it's just supposed to, but sometimes you need to add this in your code.

    Also - you parentRefesh()-, if it was parentRefresh()?

    Andy

Maybe you are looking for

  • Some sounds coming out through HDMI instead of headset

    I usually plug my headphones into the monitor and recently, I decided to plug in the headphone jack on the back of the computer instead (if I can use the helmet microphone) but after having done that, I've noticed that when I watch a video on YouTube

  • How can I check the addons allowed / tool boxes installed in the LabVIEW environment controls palette?

    Hi all I allowed for students to install the version of LABVIEW. I'm new to the LabVIEW.I installed license Toolkit LabVIEW Digital Filter Design in my laptop. But I can't find the options of digital filter in treatment of the signal from the control

  • Offered repeatedly KB2431831, KB2288931 & KB2466076

    I've updated these several times daily and a minute after I turn my computer back on, they are again. I have several questions related to these updates but no matter how many times I update them, they keep coming back.

  • U3014, disconnection of USB 3.0 ports

    I am using a U3014 monitor since April. Early on that USB 3.0 ports would be erratic behavior, i.e. they would disconnect after a few seconds of all copying activity, regardless of their orientation (to distance or download). So every time I have wou

  • Mac with photosmart C4480 problem

    Since installing Snow Leopard on my Mac, my computer does not recognize the scanner. It prints sometimes, but it needs to be reset even with that. Do not know much about these things and need HELP!