Interactive reports - how to translate ?

I have an application which I migrated from 3.2 to 4.0. In the 3.2 version I had translated most of the IR menu items which were included with that version. Now in 4.0 I notice there are a couple different ones which are not translated. The messages I have translated correspond to 3.2. Is there a place or a document where I can find the new menu item names (ie Rows per page) for version 4.0 because I have been unable to find said documentation. This way I can include them in the 4.0 application. I could try to guess the names but it would take a while.... rather have the documentation.

I have already seen this. However, based on changes to the IR menu in version 4.0 there are some menu entries which are not in this list. I am unable to find the updated list. I was able to find an install log for version 4.0 which coicidentally had the new messages in the log and I was able to register some of the new messages that way for my translated app. It would be nice though, if Oracle could update documentation with the release. Perhaps they have, I just want to know where because looking through an install log and attempting to match a message with whats on your screen can be a bit tricky.

Similar Messages

  • Translation of Interactive Report (IR ignores translated help messages)

    Hi
    I've spend my time translating all 242 IR messages to Dutch and loaded them into my app.
    All seemed well. The IR is completely Dutch now. However when I choose help from the Action Menu the help text remains English. I really did translate all this help to. Why doesn't it use the translated text?
    The translations have been properly loaded as I can see them when I execute
    select *
    from flows_WWV_FLOW_MESSAGES$
    where flow_id = :APP_ID
    So I'm puzzled why is it picking up every piece of translation except for the help translations? Is this a bug?
    Anyone any experience

    Hi Geert,
    This is Bug 7001615 - fixed in the APEX 3.1.1 patch set, which is available now.
    Re: Bug? Interactive Report - Help not Translated
    Joel

  • Interactive Report: how to get value of given row/col cell in selected row

    Hi -- I have an interactive report. Instead of the default behavior of the link going to a single row view, I want it to
    go to a form for editing the row. This means I have to be able to populate the form w/ the correct row's information...
    so need to get the value(s) for the PK column(s) in the selected row of the interactive report, so I can select the row
    from the database.
    How can I do this? I see in the report attributes, Link Column section, I can set Rows Uniquely Identified by, and a Unique
    Column (though there could be more than one in a PK). I imagine I'd want to use the rowid, but I'm not sure how the
    rowid of the selected IR row can be referenced. And at that point, I'm not sure how to get the IR column value for
    that row. (Say I'm on the 8th row and I need the first column... How is the column referenced? By a number, it's name,
    its heading?)
    Or maybe I'm not on the right track at all...
    Ideas?
    Thanks,
    Carol

    Hi Carol,
    What I´m trying to do is: defining a button such as when you click it a pl-sql procedure is called, which needs as an input parameter the id of the row selected in my form. what I need first, then, is to get the id of the selected row. how did you get it?
    Thanks in advance
    Francesco

  • Interactive report: How to display "count" column on total data set?

    Hi,
    I'm a relative newbie to APEX and would appreciate some help with the following:
    I have an interactive report that will usually contain around 8000 rows.
    I need to report the total number of distinct values in one of the columns - but I need to get around the limitation of APEX where it only counts the number of rows displayed on the screen.
    I thought to create a separate region and use a separate SQL query to show the full total regardless of the number of rows displayed - however, I've now got the problem of not being able to access the interactive report "query", so, for example, if someone running the report adds a filter, I need the total to report with this new filter applied.
    Does anyone know if I can:
    a) get around the the limitation of only counting the number of rows displayed?
    or, if not,
    b) how to access the interactive report "query" that is being run?
    or
    c) any other way of doing this!?
    I do hope this makes sense. Thanks in advance for any help....
    Helen

    Hi all,
    Thanks for your responses. They really are much appreciated.
    I had hoped to spend some time on this over the weekend - but haven't got round to it. I'll work on it again tomorrow and will certainly look at the thread you mentioned Tony.
    Sorry I'm not being very clear about what I want. Why are these things always so hard to explain in words :o)
    I'll have another go....
    I have an interactive report that would report around, say, 8000 rows. Obviously I don't want to display all 8000 on the screen so I'll probably display them in chunks of 15 rows. If I use the aggregation function on the report, I can add a count of the distinct account numbers to the bottom of the display, but it will only count the ones displayed on the screen. I need the count to be of all the rows - so 8000 instead of 15 - but still displaying only 15 rows. When a user then applies a filter to the report, I need the count to change in accordance with the filter - so if the number of rows returned as a result of the filter is now 4000 instead of 8000, I need the count to now say 4000 instead of 8000 even though still only 15 rows are actually displayed on the screen.
    I'll try and pre-empt the questions...
    1) There will always be duplicate account numbers in there so the count will never be the actual number of rows - but I'm simplifying above to help explain the problem better
    2) Why would they want 8000 rows? Don't ask. I'm sure it's something to do with exporting the lot into an excel spreadsheet but they'll never admit it :o)
    I hope this makes more sense......
    Thanks again!!
    Helen
    P.S. Almost forgot again... I'm using Apex 4.1 on the Oracle hosted environment which I assume is 11g.

  • Interactive Report: how can I display carriage returns?

    Hello everybody.
    Here is my problem: I created a table containing a field COMMENT varchar2(4000) and using APEX 4.1 I built an interactive report on it.
    Users can fill the field COMMENT with sentences on different rows, ex:
    " this is the first line
    this is the second line
    this is the third line"
    This is correctly managed in the FORM, where I defined the field COMMENT as 'Text Area', but in the REPORT I wasn't able to set it in a way which permits to see it whit the carriage returns: the content is displayed on one row only : "this is the first linethis is the second linethis is the third line".
    I tried and set all the possible field types, but I found no ways to display the content exactly as it is (with carriage returns).
    Obviously I cannot use HTML
    , since I cannot ask users to digit it when inserting their text.
    Could someone suggest me how to reach this result? In need to use the interactive report because the searching/filtering tool is fundamental.
    Thanks in advance,
    Daniele

    >
    Please update your forum profile with a real handle instead of "user9211286".
    Here is my problem: I created a table containing a field COMMENT varchar2(4000) and using APEX 4.1 I built an interactive report on it.
    Users can fill the field COMMENT with sentences on different rows, ex:
    " this is the first line
    this is the second line
    this is the third line"
    This is correctly managed in the FORM, where I defined the field COMMENT as 'Text Area', but in the REPORT I wasn't able to set it in a way which permits to see it whit the carriage returns: the content is displayed on one row only : "this is the first linethis is the second linethis is the third line".
    I tried and set all the possible field types, but I found no ways to display the content exactly as it is (with carriage returns).
    Obviously I cannot use HTML
    , since I cannot ask users to digit it when inserting their text.
    Could someone suggest me how to reach this result? In need to use the interactive report because the searching/filtering tool is fundamental.Use a CSS style sheet with attribute selectors. Put this in the page HTML Header, replacing the <tt>T_EMP_NAME</tt> etc selectors with the actual <tt>id</tt> attributes of your column headers:
    <style type="text/css">
    .apexir_WORKSHEET_DATA td[headers="T_EMP_NAME"] {
      white-space: pre;
    </style>
    Interactive Report Control Break disregards HTML Header style.

  • Interactive Reports - how to add a link to a document?

    Hi there,
    I have an interactive report that displays a list of items, I would like to add a column which displays a link for each item in the report, the link should display the Word/Excel document which is located somewhere on our network. The path to the document is stored in the table along with the items. Does anybody know how I can do this?
    Thanks...

    I got an answer from the Edge Commons dream team and I am very grateful to them :
    "The problem that you bumped into was that you hadn't included a valid URL so far. We weren't sure if you wanted to include them within the SVG file or if you wanted to implement the functionality within Edge Animate. We came up with a solution for the latter one, with a simple switch in the js code:
    You have to type in the appropriate URL of course for all the cases."
    I have to share the final result:
    http://www.madudesign.com/works/france/france_map/
    And the zipped project file:
    http://www.madudesign.com/works/france/france_map.zip
    Thanks to Daniel & Simon
    Matt

  • Interactive Report - How to display Aggregate values in first row

    Hi,
    I have an interactive report in which I have included aggregate for count.
    But the count doesn't show until I navigate to the last page of the report.
    Any idea how to display all the aggregate values on the top(in first row), so that the user doesn't have to click next to see these values.
    Also when I downloaded the report the aggregate columns are not exported into csv. Any thoughts on this highly appreciated.
    Thanks,
    Raj.

    Any help on this guys ?

  • Bug? Interactive Report - Help not Translated

    Hi,
    I translated all Text Messages regarding Interactive Report, but Help (popup window) is still in English. Everything else is translated.
    Is this a Bug, or am I missing something?
    Best Regards,
    Hrvoje.

    Hi Joel,
    I played a bit more with the IR, as this is one of the most important additions to 3.1.
    I have to say that even with the bug in the help windows, which will be fixed, as you said, in 3.1.1, the APEX team did a tremendous job with the translation options of this new feature, and you can see that a lot of work has been done to allow us to translate every aspect of the IR region, thus utilizing this great feature in all the other languages APEX is supporting. I was especially pleased to find out that even the CSS relevant selectors of the help window, are part of an external file, which allow me, very easily, to add RTL support, for example.
    I strongly believe that this approach – putting as much as possible in an external resources, and not as an internal (inline) APEX engine generated code – is the best approach, and it will help us to better use this great product.
    Thanks,
    Arie.

  • Interactive report - how to change language in labels

    Hello All,
    I am writing an application, which uses an interactive report with all these great possibilities as: Sort, Filter, Control, Highlight, Aggregate etc.).
    The problem is that some users do not understand English language and they would like to see equivalents for above labels in their home language :) (let's say - in polish).
    Does anybody know how to do this?
    Thanks for the answer
    Best regards
    Jarek Zurek

    Jarek,
    This document should prove very helpful for all your work with IRs.
    http://tunahuntress.files.wordpress.com/2008/04/apexir_goodbadugly.pdf
    Be sure to check out the recommended reading list at the bottom.
    Finally, Paul McMillan helped me define custom labels for the display (but not the menu items) here:
    Re: Interactive Reports - Larger Actions Menu Image doesn't fit in IE?
    Note that this javascript source should go in the page template's footer (right after </BODY>).
    Good luck,
    Stew
    Edited by: StewStryker on Dec 21, 2009 11:29 AM

  • Pagination on interactive report - how to move it on my layout

    okay, I am working with the basic interactive report, no tweaks. My end user doesn't seem to worry about much horizontal scrolling, although it goes against my personal web dev standards to do that without significant necessity. But with the templates as they are, the pagination for the next/prev set of records is WAAAY over to the right. I find this bothersome, and for the benefit of my user, I would like to left-align this. I've looked on Google, done a search in this forum, and checked the APEX docs, not much leaping out at me. I suspect I can tweak a div class on some template, not having an easy time finding that.
    helpful thoughts on this? TYIA, and points for a working idea.

    Hi,
    Have you try change "Pagination Display Position" from Interactive Report Attributes?
    Regards,
    Jari
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Interactive Report how to get Item Values

    Hi there,
    I have created a workflow which is going through 12 pages. At each page the user needs to choose his variables.
    This could be the y-axes, x-axes, amount, surname ... etc.
    The variables are given to the next page via branch to next page process. Everything works well until I need to create an interactive report out of the choosen variables.
    Lets say I have a variable called :P7_XAXIS with static LOV :
    Amount,Amount;Date,Date;quantity,quantity
    Page 8 is my IR. If I try :
    Select :P7_XAXIS  from mytable This will not work.
    But if I try
    Select Date from mytable This will work. Why? In my workflow there are several variables that can be used in a where condition. This also works. But I need to access the values before the condition and I also need to get a chart out of it.

    Even if I try
    Select (Select :P7_XAXIS from dual)  from mytable this will not work in my IR. Just getting no result.

  • Interactive reporting - how to share reports to IC_AGENT?

    I am able to share the report to an employee, if i login as sales professional i am able to view the report. But if i login as IC_AGENT role which has Reports workcenter from sales professional navigation bar profile, i am not able to run the report. i am able to see the shared reports. but i am not able to execute.
    How to run the shared report for IC Agent business role?
    Thanks
    Muthappan

    Hi Sven,
    i am able to share the report. When i login to IC agent business role and click the report. It is not showing any results. It is not showing any error even.
    Later i checked with SAP. Arvind devalla from SAP gave a solution for the issue.
    I forgot to add Generic OP mapping CRM_OR_DISPLAY in the navigation profile. Which solved the issue. Now i am able to see the report output for IC agent.
    Thanks
    Muthu

  • Interactive Report - How does it build the where claue when filtering data?

    I am curious how APEX builds the where clause when users add filters or does APEX simply filter the data?
    The reason I am asking, is for performance reasons, we have used inner selects to retrieve columns vs. using outer joins. However, I am just curious if we will suffer doing so when users add filters on these columns.
    Below are some details about our report:
    We have a report where we are joining many tables (25 tables) together. Initially, we created the report with outer joins and noticed that the cost of the explain plan was 2600 and the performance was marginal. We then started to remove the outer joins and replacing with inner selects and the cost and performance of the report improved. Currently, we have replaced 13 of the outer joins with inner selects and the cost is down to 650 and the performance is better.
    Below are examples:
    -- Using Outer Joins
    Select q.quote_id, q.quote_name, l.location_name, sr.sales_rep_name
    from quote q, location l, sales_rep sr
    where q.location_id = l.loation_id
    and q.sales_rep_id = sr.sales_rep_id
    -- Using Inner Selects
    Select q.quote_id, q.quote_name,
    (select location_name from location where location_id = q.location_id) location_name,
    (select sales_rep_name from sales_rep where sales_rep_id = q.sales_rep_id) sales_rep_name
    from quote q
    Just curious,
    Thanks,
    Brian

    Hi -
    If you switch on debug in Apex developer toolbar you can see the effect of user built filters on the sql that is actually executed for report.
    Good luck.

  • Interactive Report in CRM

    Hi All,
                I want to create a interactive report in crm7 .0.can any body help in interactive report.how to create a interactive in crm 7.0.
    Thanks in advance.
    Vishwas

    Hi Sree.
    <removed_by moderator>
    Thanks in advance
    Vishwas
    Moderator Message:  Please do not post your e-mail address asking for documents as it is against the rules of engagement.  Please review the rules of engagement before posting further:
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/home/rulesofEngagement
    Edited by: Stephen Johannes on Apr 17, 2009 8:36 AM

  • Need unique Variants in ALV interactive report

    Hello Experts,
                          I have a ALV interactive report in which a layout variant  created in one layout is been reflecting in all other layouts, which i dont want. I want to create different variants for different layouts in interactive report.How can i achieve this.

    Hi,
        Event form names are appended to an internal table and passed to the ALV. And whatever you write inside that form
    can be called through the function module.
    What you are trying to do is modify the internal table with the form name, which does not exsist. Instead of this append it.
    There are lot of example of this ALV list events.
    DATA:     T_EVENT TYPE SLIS_T_EVENT,
         W_EVENT TYPE SLIS_ALV_EVENT.
    CLEAR W_EVENT.
    W_EVENT-FORM = SLIS_EV_AFTER_LINE_OUTPUT.
    W_EVENT-NAME = SLIS_EV_AFTER_LINE_OUTPUT."AFTER_LINE_OUTPUT event
    APPEND W_EVENT TO T_EVENT.
    Thanks & Regards,
    Tapodipta Khan

Maybe you are looking for

  • Is it possible Creative pulled the Zen Touch Wired FM Remotes for a redesig

    I was thinking of purchasing one of these wired remotes for my Zen Touch...but can't find them anywhere...anywhere here on creatives site and anywhere else online...all say out of stock...would make sense and all since it is Xmas coming up...but afte

  • Performance Problem in Select query

    Hi, I have performance Problem in following Select Query : SELECT VBELN POSNR LFIMG VRKME VGBEL VGPOS   FROM LIPS INTO CORRESPONDING FIELDS OF TABLE GT_LIPS    FOR ALL ENTRIES IN GT_EKPO1    WHERE VGBEL = GT_EKPO1-EBELN      AND VGPOS = GT_EKPO1-EBEL

  • Hiya, my ipod touch 4th generation cameras are not working.

    Hiya, my ipod touch 4th generation cameras are not working. I had the screen replaced about a month ago and it was working fine.  I woke up the other day and went on my camera and it had stopped working, it won't let me change from the front to back

  • Is there a single file that holds all of my PATH data?

    In the process of getting some things (Skype and Maven) to run I've managed to get some directories to appear twice when I echo $PATH. Is there a single file that I can edit to as to keep this list tidy and readily accessible?

  • Dynamic physical table source schema

    Hi All, Is it possible to dynamically change the physical schema name ? I am in process of creating a report, but the report should shows the data based on logged in user. NOTE: There is a one to one mapping between BI user and oracle database schema