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

Tags: Database

Similar Questions

  • Application set up interactive report

    Hello

    With the help of Apex 4.0:

    I create a report interactive customizable which has three items in the list select P1_A, P1_B, P1_C. My interactive report has matching columns that need to be filtered by the values of P1_A, P1_B and P1_C, click on the button 'Go '. I get the error of syntax for the query to the decoding function:

    where a_id = decode(:P1_A,'%null%',a_id,:P1_A)

    Error = > + "Query cannot be parsed, please check the syntax of your query. (ORA-00911: invalid character) « +

    Has anyone had a similar problem? Could you suggest what the problem with the decode function?

    Thank you
    Rajo

    You missed 'AND' keyword __ between the case WHERE your SQL query cluase filter or was it just a typing mistake?

    The following query report IR works very well for me

    WITH DAILY_STATUS_TEST_MASTER_JOIN AS
       (
         SELECT '0' PRODUCT_ID, '00' PLATFORM_ID , '000' RELEASE_ID FROM DUAL
         UNION ALL
         SELECT '1' PRODUCT_ID, '11' PLATFORM_ID , '11' RELEASE_ID FROM DUAL
         UNION ALL
         SELECT '2' PRODUCT_ID, '22' PLATFORM_ID , '222' RELEASE_ID FROM DUAL
       )
    select DAILY_STATUS_TEST_MASTER_JOIN.PRODUCT_ID as PRODUCT_ID,
           DAILY_STATUS_TEST_MASTER_JOIN.PLATFORM_ID as PLATFORM_ID,
           DAILY_STATUS_TEST_MASTER_JOIN.RELEASE_ID as RELEASE_ID
    FROM DAILY_STATUS_TEST_MASTER_JOIN
    where DAILY_STATUS_TEST_MASTER_JOIN.PRODUCT_ID = decode(:P18_PRODUCT,'%null%',PRODUCT_ID,:P18_PRODUCT)
          AND DAILY_STATUS_TEST_MASTER_JOIN.PLATFORM_ID = decode(:P18_PLATFORM,'%null%',PLATFORM_ID,:P18_PLATFORM)
          AND DAILY_STATUS_TEST_MASTER_JOIN.RELEASE_ID = decode(:P18_RELEASE,'%null%',RELEASE_ID,:P18_RELEASE)
    
  • Questions about the icons for interactive report

    When I created an interactive report, rectangular icons were created automatically on the left side of the report on each line.
    When you click on one of the icons, it displays the details of the line in vertical order.

    Here are my questions:

    1. when I hid a few columns in the interactive report and clicks on the icon, it does not display the details of the hidden column. But I want to hide these columns in the report but displays all the details when you click the icon. How can I do this?
    2. How can I hide the icons?
    3. How can I use the icons don't not to view the details of a line, but towards a modifiable page to edit the same details?

    Thank you
    Guy

    Hello

    1. when I hid a few columns in the interactive report and clicks on the icon, it does not display the details of the hidden column. But I want to hide these columns in the report but displays all the details when you click the icon. How can I do this?

    You can create another region, or the page that will show you your line of description of identifier, or rowid. You can do this by changing the column type of link to "target of the link to Custom.

    2. How can I hide the icons?

    Access the interactive report-> column-> change of link column link (link column exclude)

    3. How can I use the icons don't not to view the details of a line, but towards a modifiable page to edit the same details?

    The same as answer 1.

    Best regards, Kostya Proskudin!

  • Mix of traditional and interactive reports fails the process of RESETTING of PAGINATION.

    I have a tab page where I got 3 different reports REPORT_A (classic), REPORT_B (interactive) and REPORT_C (CLASSIC) in alphabetical order. I have a page to reset pagination process that will always draw (without condition) when you visit the page with the tab.


    Reset pagination process that exists in the front scene of the header is set to fire but not to reset the interactive report. It affects the subsequent classic report REPORT_C as well. The REPORT_A would be reset paging very well since it exists before the interactive report. Is this a bug in apex?

    I created an application of demonstration of test with specific steps to reproduce the problem. The steps are on the demo site itself.

    http://Apex.Oracle.com/pls/Apex/f?p=56638
    SUP: testuser
    P: password

    Apex Version: 4.2.4.00.08

    In my real application I wish a dropdownlist control on the page based on which I would like to filter the data. The dropdownlist control will have a corresponding branch of after-submit who will absolutely perfect pagination to reset & RIR. But when we visit Web site by tab the above problem would break the page.

    I tried the solutions like gReport.search ('SEARCH') but that will only set the interactive report, not the classic REPORT_C. It's just a hack anyway.

    Any ideas. ?

    Hello

    Create before that the process header on page 12 that calls APEX_UTIL. IR_RESET

    Kind regards
    Jari

  • Pass the interactive report shaped filters

    Hello
    I have a set of interactive reports that act as an exploration by the information. At each level, there is a button 'Create', which includes a form for creating an item at the lower level. User does not have the ability to change the filters.

    For the highest level, showing that a form is empty is fine. However, we would if at lower levels to values that have been filtered are passed in the form.

    A bit like:
    Business-> create [employee]
    -Divisions [company = company]-> create [new employee - company = company]
    -Location [company = company;] Division = Division]-> create [new employee - company = company;] Division = Division]
    If it makes no sense at all?

    See you soon,.
    Andrew

    Edit: I tried to use Anthony [name] and [name] #IR_ #, no effect (except if I'm doing it wrong)

    Published by: ad13 on August 12, 2009 02:38

    Published by: ad13 on August 12, 2009 02:39

    Hi André,.

    It makes no sense to me. Do you mean that, for example, you select marketing department and then on the page navigated to your query shows people in marketing? Or he assigns the Ministry of people so when you click on 'create' the user didn't specify a marketing department? If so then have an item hidden on the new page, for example: P2_DEP. Send the previous page have a link on the Department column which passes the value at this point. The Insert (to darken) or the select query (for a report) will use this item as a base for their process.

    If no explanation then take 2 =)

    Mike

  • Need help with setting up in checkbox in interactive reports

    I need help with setting up in checkbox in interactive reports, I use this statement a query

    SELECT apex_item.checkbox

    (

    1, ROLEID,

    'onchange = "spCheckChange (this);". ',

    : F_ROLEID_LIST,.

    ':'

    ), del.

    ROLEID, ROLEDESCRIPTION

    OF EBA_ROLES

    When I run it I get the following

    < input type = "checkbox" name = "f01" value = "1" onchange = "spCheckChange (this); ' / > instead of the checkbox

    Do I need to configure anything else

    Aditya Gupta wrote:

    I need help with setting up in checkbox in interactive reports, I use this statement a query

    SELECT apex_item.checkbox

    (

    1, ROLEID,

    'onchange = "spCheckChange (this);". ',

    : F_ROLEID_LIST,.

    ':'

    ), del.

    ROLEID, ROLEDESCRIPTION

    OF EBA_ROLES

    When I run it I get the following

    instead of the checkbox

    Do I need to configure anything else

    This is one of the most frequently asked questions in this forum. Set the column attribute the text to display as Standard report column and not display text (special escape characters).


    Always include the information referred to in these guidelines when you ask a question and if you use APEX 5.0, State, if you develop using the pages or the view of the component designer.

  • Interactive report with display of the icon to set the page element

    Hi all

    I am currently using Apex 4.2.4, I have an interactive report using icons, each icon has a link to another page but a few I want to set a value in a page hidden in the same page element which is then used as a variable for a classic report.

    I have this work via link href in the icon as f? p ='|| FA.page |': 1 :'|| : app_session |': P10_ID_ITEM :'|| FA.link_name without error.

    My problem is that I wanted to put the value of the element without using a link href that I could handle the clicked icon to change the background color so that the user can have a Visual representation, where it was clicked, then using the value of the page item appears the classic report in another region with a partial refresh.

    Any help is appreciated, thanks.

    Can you provide a detailed explanation of the purpose of this report and the logic used in the report query? What are the rules to control which icons appear in the IR, what icons link to the second report on the page of IR, and icons to link to separate pages?

    For me, the report query seems too complicated and inefficient by returning the data it does, and if another level of data is added to the hierarchy or more data is added to the second level, it fails with:

    ORA-01427: einreihig subquery returns multiple rows

    I'm guessing that the intent is that the IR displays only the icons at the top level of the hierarchy and icons for posting a link to a different page when they have no descendants, or to display the related lines in the secondary report below the IR when they do. I created a new page with the report query modified to a route of tree and keep the upper level lines. It is much more effective than the original query and simplifies the logic necessary for the verification of end-nodes. Instead of generating a URL link (which violates the separation of concerns), the query returns of the discrete values that can be used to implement the HTML link in the Icon View link Custom property:

    with icon_tree as (
          select
              ic.id_icon
            , ic.icon_name
            , ic.link_name
            , nullif(connect_by_isleaf, 1) is_parent
            , level depth
          from
              icons ic
                connect by
                    prior ic.link_name = ic.id_parent
                start with
                    ic.id_parent is null)
    select
        id_icon
      , icon_name
      , link_name
      , apex_util.get_blob_file_src('P10_ICON_IMAGE', id_icon) img_src
      , nvl2(is_parent, '586', link_name) target
      , nvl2(is_parent, 'P586_ID_PARENT', null) parent_item
      , nvl2(is_parent, link_name, null) parent_id
      , :app_id app_id
      , :app_session app_session
      , :debug debug
    from
        icon_tree
    where
        depth = 1
    

    In the interactive report, Use Custom Icon Link is set to Yes, and the custom link is:

    
      
      
    #ICON_NAME#

    Public static ID icons and results are applied to the IR and the regions second report respectively for use as selectors in action dynamics and CSS. The protected value property for the page P586_ID_PARENT element must be set to No for the value can be defined by a dynamic action.

    Dynamic action with several real actions is needed to bind alternatives click behavior to the links on the icons that have descendants (i.e. where the data-parent-id attribute has a value):

    Event: Click

    Selection type: jQuery Selector

    jQuery Selector:.apexir_WORKSHEET_ICONS a:not([data-parent-id=""])

    Real Actions

    Seq: 10

    Action: Delete the class

    Class:selected

    Selection type: jQuery Selector

    jQuery Selector:.apexir_WORKSHEET_ICONS a

    Seq: 20

    Action: Add the class

    Class:selected

    Selection type: trigger element

    Seq: 30

    Action: Set value

    Wait for result: Yes

    Type of value: Expression of JavaScript

    JavaScript expression:$(this.triggeringElement).attr('data-parent-id')

    Selection type: Agenda

    Point: P586_ID_PARENT

    Seq: 40

    Action: Discount

    Selection type: Region

    Region: results

    Seq:50

    Action: Show

    Selection type: Region

    Region: results

    Seq: 60

    Action: Cancel event

    Finally, add a style sheet to the Inline CSS property page. Initially, this hides the secondary report and select the parent clicked icon:

    #results {
      display: none;
    }
    #icons .apexir_WORKSHEET_ICONS a {
      border: 1px solid transparent;
      border-radius: 3px;
      padding: 0.8em 0 0.5em;
    }
      #icons .apexir_WORKSHEET_ICONS a.selected {
        border-color: #6a9cda;
        background-color: #bbd1ec;
        transition: 0.6s;
      }
    

    However, after all it is the question of why you use an interactive report here if you turned off all the features of the IR? A dynamic list with a custom template box seems to be more applicable?

  • Call the procedure to set the context before interactive report refreshes the data

    Hi guys,.

    I have a question mind an interactive report which takes the data in a view.

    The problem is that whenever I take the data from the database I need to define a context (user name and password) before running the query so the view will be taken into account the context and return only the lines that I have access.

    Everything works fine when I'm first loading of the page: I have first to define the context, then load all the data I need on the page, including the IR. But when I try to apply IR filters, or even don't go to the next page no data is returned. I believe this happens because the context is not defined before the execution of the query to load the data and I don't seem to find a way to put it.

    I tried to add a dynamic action on some events on IR (change, clicking, etc.) that executes the procedure to set the context, but without success - even if the event is raised, the report still doesn't return any data.

    Can someone help me with this issue please?

    Florin

    Use the attributes of application security Code PL/SQL of the initialization/cleanup of the database Session to do this: http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/bldr_attr.htm#HTMDB28929

  • Set the size of the field in the report and the interactive report

    Hello.

    I have 2 questions.

    1. How do I report and interactive report to broadcast 100% of the width of the screen, even with just 1 column?
    2. how to set the custom field size. For example, first field should be 100px 200px second and so forth

    Thank you.

    This is to answer your second question.
    Define the columns with a width of custom field?
    Go to declare attributes--> click Change next to the domain name-->
    Find the region column--> CSS formatting style:
    Enter the values you want to account for your specifications.

    Ex: CSS Style: Width: 100px
    or Style CSS: Width: 200px

  • 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.

  • APEX 5.0 Interactive report (nopadding, how to set the line height)?

    APEX 5.0.

    Theme: 26. Productivity applications

    Interactive report region

    Where and how can I global set Dimensions height of the line and policies, etc., lines in interactive report?
    I use standard interactive report.

    Thank you

    user555867 wrote:

    Please help me in detail.

    The best way to get detailed help is to create an example on apex.oracle.com and share credentials of developer comments in the workspace here.

    I have:

    1 created a (= external CSS style sheet) file with the name 'ir_css_padding.css' local on PC (C:\tmp).

    2 added "Shared components"-> 'Static Application files'-> 'Download the file statistics Appl.': 'c:\tmp\ir_css_padding.css '.

    3. under "attributes of User Interface:

    (General properties)

    The value 'Statistics file prefix': ' #APP_IMAGES #ir_css_padding.css.

    'Media Type' value: text/css

    Why have you changed these settings? They are not relevant to the addition of static CSS files in the repository database. Read the help on line for these properties:

    Static file prefix

    Determines the virtual path of the Web server uses to point to static files when you use the #APP_IMAGES substitution string #.

    Do not specify what to do refers to files that are stored with your application definition in the database.

    For performance reasons, you can also store your application files on your Web server. Use a valid URL to refer to them.

    Media type

    Enter the Internet media type. An Internet media type is identifier into two parts for the formats of files on the Internet. A media type is composed of at least two parts: a type and a subtype and one or more optional parameters. This type of media used in the HTTP Content-Type header when the page is rendered.

    If both the values of page-level and the level of the application for the media Type are NULL, text/html is used.

    Two of these parameters must be null in your current environment.

    (The User Interface definition)

    "CSS File URL' value: 'text/css/ir_css_padding.css '.

    This parameter must use the static text of APP_IMAGES substitution string:

    &APP_IMAGES.ir_css_padding.css

    After that, I can't jerome in application. (See the only CSS text in the browser)

    --> WHAT IS THE PROBLEM?

    APEX is serving pages using the type of text/css media according to the incorrect media Type parameter described above. Remove and the app will return to normal.

    4. WHERE and HOW VALUE / reference the CSS file?

    I need this change for all interactive reports in my application, self think I can change my model that I use: 'interactive report Region '.

    Interactive report region isn't just a region container designed for use with interactive reports. It does not control the appearance of the interactive reports somehow. Not there at - it a report model for interactive reports. Their appearance can be changed using CSS.

  • Interactive report Question (sort of)

    This has probably been concave, but I have not found how to ask the question to find the answer, so I apologize in advance.

    Running APEX 4.2.3 I need do the following:

    I need to be able to send an email to all registrants in a filtered interactive report, with one of the interactive report fields e-mail address.  So I imagine something like this:

    1 run an interactive report and it returns 1000 rows.

    2. I filter the report so that the subset resulting contains 30 rows.

    3. I click on a button that says Compose Message

    4. a box perhaps (a modal window?) to allow the body of the message type.

    5. click a button to send a Message

    6 to run a PL/SQL procedure cycles to each line of the EIS filtered to get the email address.  (This IS THE PART that I KNOW not HOW to DO it)

    7. use the same PL/SQL procedure from step 6 to send the e-mail message.

    I understand how do anything but striking since the interactive report filtered e-mail addresses.

    Any help would be greatly appreciated.

    Bob

    Now look at the process... You need build the e-mail process, but the query NOW respect filtering done on the report.  I added a function to your workspace that you want to download where you want to develop this...

    This function determines the ACTIVE query for the report, binds with the values bind variables and returns the query, where I add a selection to the e-mail address to select it and build an array of values to loop through...

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • 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;
    
  • Interactive Reporting 11.1.2.1 Questions

    I have a few questions about creating interactive reports 11.1.2.1 after being unable to find anything searching extensively here and in several articles, engines search, Readme, admin guides, etc.

    I have not had training in IR again... my departure to training depends on several things, be able to use the IPad with these reports of IR.

    -J' noticed that I'm only able to create a connection file of database through the client for the studio Office IR interface. For the web client, no luck. Would that be correct?

    -The consultation of reports of IR and perforating dimensions would, through the workspace on an IPad? Or y at - it another way to view reports of the IR on an IPad?

    All info provided would be extremely useful and appreciated.

    Thanks - C

    FYI, Safari is not a browser supported for 11.1.2.2 and before. If I remember when I finally tested - I think I could open a session, but none of the objects or the menus worked, so you could ' t do anything.

    Financial information is supported in the latest version (11.1.2.3.):

    Apple:
    iOS5, iOS6: financial reports support only native browser only
    Android:
    3.x, 4.x: financial reports support only native browser only

    Not 100% sure what exactly means and will have to implement a test environment.

    It also seems that the documentation is well supported on Safari.

    Best regards, Iain

    Details of EN added: May 22, 2013 04:01

  • Interactive report CSS question...

    Hi all..

    APEX: 4.1
    BROWSER: IE 7
    Database: 11g

    Please help me with this CSS problem.
    I have an interactive report that is too large for the region.
    I use the following CSS to have a bar scrolling for this region,
    If it grows more.
    Region Header:
    <div style="overflow:auto;overflow-y: hidden;">
    
    Region Footer:
    </div>
    Please see the following page.

    http://Apex.Oracle.com/pls/Apex/f?p=41803:4
    workspace: kumar2003
    Username:test_user
    password: test
    application: 41803
    Page: 4




    I have the following problems with the report.

    (1) If you scroll the report, "" OBSERVE THE "' GO AND ' ' BUTTONS of ACTION '" interactive reports.
    Even the button are also mobile and spoil the appearance of interactive report.
    Is anyway to keep the buttons in the same situation?

    Another question:

    (2) instead of a scroll at the bottom of the area bar, it is possible to
    '' increase the width of the region' "until the report develops?
    What CSS changes in the level of the region as I do?

    Please help me

    Hello

    I don't know what the problem is.
    But if fix you this move button, I guess you have problem that drop downs column header are not aligned correctly when you click the header.

    Maybe you check this plugin
    http://www.apex-plugin.com/Oracle-Apex-plugins/dynamic-action-plugin/IR-plugin-package_108.html

    Kind regards
    Jari

    http://dbswh.webhop.NET/dbswh/f?p=blog:Home:0

Maybe you are looking for

  • Satellite A200 - Question on the reference numbers

    I have a Satellite A200-221 (PSAE3E) motherboard is faulty. I sent him the public support of Toshiba and they confirmed that the motherboard is faulty and I had to buy a new one. It was too expensive, so I don't let them fix my laptop. Now, I've seen

  • Agilent 4263 B time-out error

    I changed the model of implementation of Agilent 4263 B to include three additional screws (seen on the bottom row of the image included). I get a timeout error (GPIB-213, ignored measure opening request for another measure was already underway) to i

  • Veriton WES7 rather need to start DeTOS

    Veriton WES7 rather need to start DeTOS Hello Veriton WES7 Grub boot loader boots WES7, but how do I boot DeTOS?  I can see the DeTOS folder and exe.  I hold the ESC key at startup and the grub boot loader comes with options for WES7, Edit, Update or

  • OfficeJet all in one printer 5610

    the more dice "cartridge jam" pantalla cambie por nuevos the don't total the apague by no black haga absolutamente nada Gracias

  • Does anyone have an index of the default locations of pilot...?

    Can someone help please with an index of the default driver on T500s localities? As provided, machines have a C:\Drivers\ folder containing the subfolders masses more with names that don't talk much to the uninitiated. I'm up a machine for purposes o