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

Tags: Database

Similar Questions

  • Create null values in the database for interactive report link column values

    Hello

    I'm pretty new to APEX and tries to create an interactive report with the form. This report examines essentially for more information for a particular employee. If the employee has any information in the table, the report presents information with a button change beside him. If there is no record in the table for this employee, a create button appears. Now when you click create, a new creation page. This page contains the employee number as a single display field with the value from the previous page. This value is displayed in the page, but it is not in the database. Create the page has view-only number and a couple of other columns. The other columns get inserted into the table with an empty number!

    Can someone please? Looks like the page keeps the value zero for the number of the employee who came during the search of the interactive report. Hope I made myself clear, being the newbie hope I haven't used any incorrect terminology.

    Thank you!
    Robet

    Without the DB column, apex will not determine which DB column the data in this field are mapped to (it would be quite impossible to guess the destination since the name of the element column).

    If you want to assign to the previous element of the page, use the default section

    return: P1_EMP_NUM

    By default the value Type: body of the PLSQL function

    and configure the attributes of source as I said before

  • Graphics and Date axis

    After looking at the API for JavaFX graphics, it looks like little to JFreeChart. The maps are based on JFreeChart code? If so, why isn't included DateAxis class?

    Hi countfloyd

    countfloyd wrote:
    After looking at the API for JavaFX graphics, it looks like little to JFreeChart. The maps are based on JFreeChart code? If so, why isn't included DateAxis class?

    It is not based on JFreeChart, any similarity is incidental as opposed to by design. As the absence of a DateAxis, I think that there is an RFE for her, he has not only to be.

    See you soon
    Richard

  • Interactive report with filter Date

    Hi out there,.

    I've created an interactive report that contains a date column. Default filtering options only work very well. But my users need to filter the data contained in the report, for example if a line contains 21.06.2000 they want to see the value in this column to date filter list and not the default predefined (five years, last day and so on).

    I already tried to specify the date string and made a select... wanted my users to_char (date_column, 'dd.mm.yyyy') who beat the sorting, but gave me the filter options. Specifying the date as yyyy.mm.dd is not an option for my users.

    Is it possible to get a filter that displays the 'real' data and maintains the right sort order?

    Best regards and thank you
    Markus

    Replace with a greater - than sign and which functions as expected maceyah.

    Make sure that the screen - with respect to the column is 'delete the HTML code... '. ».

    Kind regards
    Malcolm.

  • 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

  • cover of "no data found" message in the interactive report

    I have looked around and cannot know what is happening. Any help would be greatly appreciated.

    I have an interactive report that, when no data is found, displays the message "no data found" wrapping tight. I have uploaded a screenshot of it to TinyPic for you to see what I see.

    The HTML code generated around the text "no data found" is the following.

    >
    < DIV id = "apexir_DATA_PANEL" >
    < TABLE summary = "" >
    < TBODY >
    < b >
    < TD >
    < TABLE id = "12352007490697832" class = "apexir_WORKSHEET_DATA" border = "0" cellSpacing = "0" summary = "" cellPadding = "0" > "
    < SPAN class = "fielddata" >
    No communications have been found in the system.
    </span >
    < /table >
    < Table >
    < /TR >
    < Table >
    < /TR >
    < / TBODY >
    < /table >
    < / DIV >
    >

    I looked in the HTML code that is generated for the page, but cannot understand why words are packaging. Any thoughts?

    Shane.

    Hello

    I see exactly what is happening. It could be your theme that does this - or maybe you are using the version of Apex.

    I just did a test (with Apex 4, issue 18), and as though all the tags TABLE, TR and TD, I get a SPAN tag around the text:

    <span class="fielddata">No submissions were found in the system.</span>
    

    Try adding COVER tags around your text and see if that helps.

    Andy

  • Problem of interactive report performance through data link

    Hi gurus,

    I have an interactive report that retrieves values from two joined tables, all two places on the same remote database. It takes 45 seconds to complete (refresh) a page after the issuance of a search. If I take the actual selection that is generated by the apex (the one with count (*) ()...) and run it from sql environment, it takes 1 or 2 seconds. What on Earth consumes the rest time and how to speed this up? I would like to awoid, create and maintain local if possible materialized views.

    Concerning
    SAMO

    Hello

    APEX should normally return the full result for the use of paging (where you put something in the sense to see the x - y of z), it changes, or the maximum number of lines can greatly affect performance.

    The site led indicator would need to refer in the name of the view, but can be a little finicky with that sort of thing. The suspicion of materialization only works for requests under weighted (in a ' WITH bla AS (SELECT / * + MATERIALIZE * / * FROM etc. etc.)). They tend to materialize in any case and its better not to use advice like this for production code unless there is absolutely no other choice, but just sub factoring without advice can often have a profound effect on performance. For example

    WITH a AS
    (
     SELECT c1,
            c2,
            c3,
            c4,
            c5
     FROM schema1.view1)
    , b AS
    (
     SELECT c1,
            c2,
            c3
     FROM schema1.view2)
    SELECT *
    FROM a, b
    WHERE a.c5 = b.c3
    

    Can produce a different plan or even just sub factoring one of the outside tables can have an effect.

    You need to try things here and experience and keep watching the execution plans. You must also replace fetch of row of toads to be all 9 to get a real idea of the performance.

    Let me know how you go.

    See you soon

    Ben
    http://www.munkyben.WordPress.com
    Don't forget to mark the answers useful or correct ;)

    Published by: Munky on September 29, 2009 13:41

  • Adjust the height of the line in an interactive report for all lines

    Hello
    I have an interactive report with lots of data in certain cells. The height of the heights of lines varies, so that all data is visible in the cells.
    I want to correct or to limit the row height to a specific value, so that all lines are displayed with the same height.
    Do anyone knows how to win this? Thanks in advance.

    Published by: kps204020 on 26.12.2012 20:27

    kps204020 wrote:
    Thanks a lot for your answer.
    I tried your proposal, but it has no effect. The cells in the report show all their content using as many lines as you need for this.

    This is the default behavior for the HTML table data (tables and cells grow to fit their content).

    So I have always with lots of lines, lines and lines with only a few mixed lines in my IR dependant on the contents of the cell. Because some lines almost filling the whole screen, it is difficult to get an overview with regard to adjacent lines.
    I use the Application Express 4.1.1.00.23. with the theme 21. Scarlet and Firefox 17.0.1.

    All users using Firefox?

    In fact, I'm working on my first APEX Solution for use in my business and demanding customers a solution for this topic. So I'm very keen to find a solution.
    I am very looking forward to your reply.

    I have been involved in similar questions in the past. My first reaction is simple: these data must be included in the report? The offending column can be removed from the primary report? They will always be visible in the display of the row and the detail view when it exists.

    The second option is to create a detailed view of the report with a structure that is better suited to the data concerned and make it the default view. (For an example, see the treatment of the PRODUCT_DESCRIPTION column in the detail view of the report in the sample database Application: click the show details on the product page.)

    The third possibility is some sort of customization of the presentation of the data. It will be using a combination of HTML/CSS/dynamic of the Actions/Plug-ins/JavaScript that you may not be familiar with: do you have any experience of these? To go this route, you must describe in detail how you want to present data, or what behavior is required when the data is too long and share a sample of the report on the apex.oracle.com we can work with.

  • Height change of interactive report

    Hi all

    Currently I use Apex 5.0 interactive report to display the data in my opinion.

    But I feel I have more than 20 columns, and I have to use the horizontal scroll bar to display data.

    The problem is when I have more than 50 lines, appear vertical scroll bar and I have to pull it down to see the horizontal scroll bar

    333.png

    How can I set the "maximum height" of the interactive report?

    can you check just by giving the lines Maximum per page = 40 and insert several rows into the table

  • How to increase the size of the field the Filter Expression in an interactive report.

    Hello

    My uses user field of the expression of the filter in the interactive reports with multiple values and want to visualice the contents of the field, is it possible?

    Thank you

    Do you know how to use jQuery?

    I'm looking at this as, this is what I have so far:

    I don't really like how it works yet, but looks like a direction to go.

    Although I currently use Apex 3.2.

  • An interactive report partial Page Refresh

    Hello

    I use apex 4.0.1 and I have a page with an interactive report that displays different data to the user. The user can change the data by clicking on a column that uses a href link to open a page of DML in a modal window. The user can then modify some data in the modal window, tap on save that closes the modal window and uses the process of partial page refresh to refresh the report. (With the help of apex.event.trigger('#SOME_REGION'), 'apexrefresh')).

    If I navigate through the interactive report to show lines 31 to 45 and then click a href to edit a record. Pressing save, the interactive report is updated, but the displayed lines goes back to 1-15.

    How can I get the interactive report for stay showing lines 31 to 45?

    See you soon

    Paul.

    Hello

    You can try to use the undocumented feature

    gReport.pull();
    

    Kind regards
    Jari

  • Apex 4.0 how use the interactive report filter feature?

    Hi all
    Sorry for the nub question, but if there is a way to create and save 'report' with the filter condition using a function?
    What I want to do is to create an interactive table called TASK report.
    Table has two columns I want to use for filtering:
    FDate - DATE - date
    TDate - DATE - to date
    Then, I need to create multiple saved reports:
    last week the tasks = where FDate between sysdate - 7 AND sysdate...
    last month tasks = where FDate between ADD_MONTH(sysdate,-1) AND sysdate...
    but,
    Interactive report filter does not accept sysdate or calls to functions ADD_MONTH.
    Is there an easy way to configure this feature?
    TIA
    Thomas

    Sorry for the double post...

    Published by: thomaso on August 6, 2010 12:04

    Hi Thomas,

    Take a look at the type of filter 'Row' in the interactive reports filter dialog box. This allows more dynamic filters, such as those involving SYSDATE or ADD_MONTHS calls. See also the next thread for some more details on this:

    Re: Interactive report - line conditional highlighting date function

    It will be useful.

    Anthony.

  • Report interactive color display, but no data

    Apex 5

    Theme: universal

    I have an interactive report

    select 
    b.project_number,
    b.name project_name,
    b.description,
    b.start_date,
    b.end_date,
    a.ID, 
    a.STATUS_DATE,
    a.TIME_STATUS,
    a.COST_STATUS,
    a.SCOPE_STATUS,
    a.HR_STATUS,
    a.ISSUE_RISK_STATUS,
    a.OVERAL_ALL_STATUS,
    a.PROJECT_ID
    from ANG_PROJECT_STATUS a, ang_projects b
    where b.id = a.PROJECT_ID 
    and PROJECT_ID = :P20_ID
    and a.STATUS_DATE = (select max(d.STATUS_DATE)
                         from ANG_PROJECT_STATUS d
                         where d.PROJECT_ID = b.ID) 
    

    The columns

    a.TIME_STATUS,
    a.COST_STATUS,
    a.SCOPE_STATUS,
    a.HR_STATUS,
    a.ISSUE_RISK_STATUS,
    a.OVERAL_ALL_STATUS
    

    Can have data of green, orange or red, so I created conditions of climax.

    Anyway is to display the highlight color, but not the data

    Concerning

    Gus

    Gus C wrote:

    Apex 5

    Theme: universal

    I have an interactive report

    1. Select
    2. b.project_number,
    3. b.Name project_name,
    4. b.,
    5. b.start_date,
    6. b.end_date,
    7. a.ID,
    8. a.STATUS_DATE,
    9. a.TIME_STATUS,
    10. a.COST_STATUS,
    11. a.SCOPE_STATUS,
    12. a.HR_STATUS,
    13. a.ISSUE_RISK_STATUS,
    14. a.OVERAL_ALL_STATUS,
    15. a.PROJECT_ID
    16. ANG_PROJECT_STATUS a, ang_projects b
    17. where b.id = a.PROJECT_ID
    18. and = project: P20_ID
    19. and a.STATUS_DATE = (select max (d.STATUS_DATE)
    20. of ANG_PROJECT_STATUS d
    21. where d.PROJECT_ID = b.ID)

    The columns

    1. a.TIME_STATUS,
    2. a.COST_STATUS,
    3. a.SCOPE_STATUS,
    4. a.HR_STATUS,
    5. a.ISSUE_RISK_STATUS,
    6. a.OVERAL_ALL_STATUS

    Can have data of green, orange or red, so I created conditions of climax.

    Anyway is to display the highlight color, but not the data

    It is possible, but not appropriate for accessibility reasons. As noted in 1.4.1 WCAG success criteria, color should not be the only channel to transmit information. Without the status text, it will be difficult for color-blind users (up to 10% of the population) to distinguish colors in the report, giving them problems to understand and make the necessary arrangements. Here's how the report will look like to users with one of the most common types of color blindness:

    In a report like this, in addition to the color channel, I include the RAG status labels in its entirety as red/orange/green and include a title attribute detailing the underlying value or an explanation of how the status of CLOTH has been evaluated. In an interactive report, this can easily been done using an HTML Expression:

    #COST_STATUS#

  • date picker, hidden behind the interactive report header

    We are experiencing a problem where, when displaying, a date picker is hidden behind the fixed headers for an interactive report. During the initial inspection, it seems apparent to the z index of the interactive compared to the report header date picker...  Has anyone else seen elsewhere?

    Thank you!

    Dan

    Hi DanGillis,

    DanGillis wrote:

    We are experiencing a problem where, when displaying, a date picker is hidden behind the fixed headers for an interactive report. During the initial inspection, it seems apparent to the z index of the interactive compared to the report header date picker...  Has anyone else seen elsewhere?

    Yes. There is a bug in 5 APEX.

    Modify your interactive report-> report attributes-> position-> value 'None '.

    Reference: Datepicker dates behind the report header when you try to pick a date

    Kind regards

    Kiran

  • Interactive report - out has changed the value of the column selectlist

    Hello

    I try to use a selectlist in an interactive report. I used "APEX_ITEM. SELECT_LIST' for this. My interactive report request is

    SELECT APEX_ITEM.checkbox (1, CUSTOMER_ID, NULL, NULL, 'onclick = "javascript:setvalue (this.value)" ') as "-",

    CUST_FIRST_NAME,

    CUST_LAST_NAME,

    APEX_ITEM. SELECT_LIST)

    p_idx = > 2,

    p_value = > TEST.

    p_list_values = > ' Y; Y, N; NO

    ) 'test' for DEMO_CUSTOMERS

    I had a "Override" button on the page. I try to get the modified values (for the field "test") and the customer ID selected as a semicolon-separated list just by clicking on the ignore"" button. The process code on submit is

    : P8_TEST_VALUE: = NULL;

    BECAUSE me in 1... APEX_APPLICATION. G_F01. COUNTING LOOP

    : P8_TEST_VALUE: =: P8_TEST_VALUE | « ; » || APEX_APPLICATION. G_F01 (i) | APEX_APPLICATION. G_F02 (i);

    END LOOP;

    But I still get the data value, not the value for column 'test '.

    For example if I'm changing the value of "N" to 'Y' after selecting the checkbox (client code corresponds to "6") and click on 'Ignore' button. I get the value '; 6n 'instead of '; 6Y'. is it possible that I can get the value of seelectlist has changed?.

    Thank you

    JJ

    Your problem is in the values of the selection list. The element is not sent to use in PL/SQL, best way to do it is with jQuery

    try adding this to your report:

    SELECT APEX_ITEM.checkbox (1, CUSTOMER_ID, NULL, NULL, 'onclick = "javascript:setvalue (this.value)" ') as "-",

    CUST_FIRST_NAME,

    CUST_LAST_NAME,

    APEX_ITEM. SELECT_LIST)

    p_idx-online 2

    p_item_id => CUSTOMER_ID,

    p_value => TEST,

    p_list_values => ' Y; Y, N; NO

    ) 'test' for DEMO_CUSTOMERS

    and to add actions to the lick... button or other trigger.

    $x("P8_TEST_VALUE").value ="";

    $("input: checkbox[name='f01']:checked").each(function())

    {var val = $("select [id ='" + $(this) .val () + "']") .val ();}

    $x("P8_TEST_VALUE").value = $x ("P8_TEST_VALUE") .value + $(this) .val () + val + ";". " » ;

    });

    Hope that this post will be useful for you.
    Andrej Grlica

Maybe you are looking for