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

Similar Messages

  • Interactive Reports filter ignoring case

    Is there a way to have the built-in interactive report filter ignore case? I am currently passing the 'LIKE' filter to my interactive report to search for employee names. I want it to ignore the case so 'SMITH' would be the same as 'Smith' when doing search.
    ie. upper(:P1_NAME) like upper(EMP.NAME)

    But I'm not capturing the time. The default format is DD-MON-RR.
    This is crazy, I have used other Adhoc tools that didn't treat dates that way.
    Seeing as the operators change depending on the data type selected by the user, the option must be controlled in the application. Oracle is excluding it for some reason, but they really need to let the administrator control that.
    This is in Interactive Reports. The users don't want to have to format the dates, or anything else. They just want to filter the data to a certain date and the = sign should be allowed. If they are capturing time, then the administrator can truncate the date and make it available via another field/column.
    Edited by: ABD -- DBA on Jan 22, 2010 11:56 AM
    Edited by: ABD -- DBA on Jan 25, 2010 8:05 AM

  • SAP CRM 7.0 - Interactive reporting tool enhancing reports with new fields

    Hi Everyone,
    I am a BW Professional, currently working on evaluating the true benefits of implementing Interactive Reporting tool for our company. As I understand the Interactive reporting tool restricts us to report on individual reporting areas like Activities, Leads, Opportunties etc.
    But according to our business it is very important for us to be able to report on cross reporting areas real time i.e. activities & leads together or activties, leads & opportunties together etc.
    I learned about the enhancement work bench in interactive reporting tool where we can add SAP fields to individual reporting areas, so I thought of adding leads & opportunties to activities. This is where the fun part starts.
    Here I learned that all activty ID, Lead ID and Oppo ID are all fed from one single field from SAP CRM i.e. OBJECT_ID, which means the system is dividing this data into individual reporting areas based on type of data i.e. leads or oppor's etc. and may be based on some key like account etc. So here is a technical question, for me to add a new field to a reporting area I have to give a field name but we already have OBJECT_ID from where I am pulling activties data, so if I want to include leads also in activties then I will have to add some logic manually to get that and can't use enhancement workbench because it is for missing fields from SAP CRM whereas in my case I already have OBJECT_ID from where I am getting Activity data.
    Sorry if I am driving you guys crazy but I am just trying to think loud to make myself clear with concepts.
    Also I have seen that a reporting area in Interactive reporting tool is based on a BW query, but I am not sure why not all the fields in BW query are available for reporting in Interactive reporting tool?
    Any help or commets will be greatly appreciated.
    Thanks & Regards,
    SRV

    Hello,
    checking with the config wizard is always a good idea since it's the only supported way to configure this scenario
    The secret is that you apparently did not activate the report areas. It is a bit missleading that the queries are checked before the report areas are checked, therefore you see the errors concerning the queries first. Below those errors you should find some lines like
        Report areas: delivered 15, active <?>
        CRM interactive reports: delivered 20, active <?>
        Activation of report areas checked
    The last line offers some documentation and the actual link to activate the report areas.
    Best regards

  • CRM - BI Interactive Reports in CRM

    Hi,
    I have some questions regarding BI Interactive Reports. Can anyone help me?
    1. Can we access the BI Interactive reports in the CRM client itself through CRM_UI transaction or do we need to login into the   
        BI client separately?
    2. If we don't maintain the users in the Central User Administration, What will be the impact?
    Thanks
    Ravi

    Hi
    1. Can we access the BI Interactive reports in the CRM client itself through CRM_UI transaction or do we need to login into the
    BI client separately?
    Yes you can access BI interactive reports in CRM client itself.
    2. If we don't maintain the users in the Central User Administration, What will be the impact?
    BI reports will not work when the users are not maintained in the central user administration
    Thanks

  • Total Rows returned in interactive report

    Hi
    I have an interactive report that displays a warning message if more than 200 rows are returned. Is there anything within APEX that tells me the exact number of rows returned in my report, or at the very least if my report has exceeded my 200 row limit?
    I have a button on my page that I only want to display if the number of rows returned in my query is <= 200.
    I know that I could use say NDS to execute my select statement in order to determine the number of rows as a seperate statement - but this seems a bit of over-kill.
    Many thanks
    Paul

    M Tajuddin wrote:
    Hi Paul,
    You can change the this from report attributes. Click on Edit page >> click on the Interactive report >> click on Report Attributes on the top >> down the bottom there is an option where you can change the row numbers and error message etc.
    Hope this helps,
    M Tajuddin
    http://tajuddin.whitepagesbd.com
    Hi
    I dont want to modify the number of rows returned. I just want to know how many rows are returned so that I can display or hide a button.
    Thanks
    Paul

  • Data model in Interactive Reporting

    Hi,
    Could any one clarify me on What is Data model in Interactive report and how we can use exactly.

    A data model is the physical representation of your tables joined together.
    In SQL terms it the FROM and WHERE (JOIN) clauses.
    an IR Query section depends on a Data Model. That Data Model can be a Master Data Model (Shared with many Query Sections) or a regular Data Model.
    Master Data Models cannot be changed within the Query Section - Their Background is Grey and will indicate so in the upper left corner of the screen...
    Locked Data Model: {data model section name}
    Master Data Models are useful in that you only design it once and then it and its connection are shared with many Query Sections. And modifications to the Data Model are then applied in the Data Model Section and each dependent Query Section has those changes.
    For a more comple defintion open Interactive Reporting and go to HELP. In the Search type "Data Modeling"
    You will have plenty to read.
    Wayne Van Sluys
    TopDown Consulting

  • Reg. alv and interactive reports

    Hi Friends,
    What is the difference between alv and interactive reports?.
    rewards are helpful answers.

    Hi,
    ABAP List Viewer
    The common features of report are column alignment, sorting, filtering, subtotals, totals etc. To implement these, a lot of coding and logic is to be put. To avoid that we can use a concept called ABAP List Viewer (ALV).
    Using ALV, we can have three types of reports:
    1. Simple Report
    2. Block Report
    3. Hierarchical Sequential Report
    Interactive Reports
    As the name suggests, the user can Interact with the report. We can have a drill down into the report data.
    Purpose
        Interactive report provides you with comfortable functions for navigating through your data.
    Use
    Interactive report are used to display multiple list in one single report
    It has basic list and then you can  navigate to one or other screens in one single report
    Enhance the efficiency & transparency of Business Processes
    Example :  Column one of the report displays the material numbers, and the user feels that he needs some more specific data about the vendor for that material, he can HIDE that data under those material numbers.
    And when the user clicks the material number, another report (actually sub report/secondary list) which displays the vendor details.
    Advantage of ALV over Interactive:--
    1> Graphic Can be added
    2> Less Amount Of coding
    Reward If Helpful

  • How to use Templates in Interactive Report?

    Hi,
    I have migrated a report into interactive report, but the template used in earlier report are not applying into new report? Could you pls tell me how can i do that?
    Thanks,
    -Amit

    Hi Amit
    Interactive reports work differently than classic reports - the formatting is controlled by the AJAX controls - not by fixed templates.
    While interactive reports have brought some wonderful new possibilities, there may well be times when you'll want to retain the more rigid, formatted look of a classic report.
    You should choose what the purpose of the report is, and what facilities you want to offer your user - this will guide you to choose an interactive or classic report.
    Both have their place in applications.
    In summary, the short answer to your question - there is no direct equivalent of the report formatting template in interactive reports.
    Hope this helps.
    Mike

  • Error installation oracle Hyperion interactive reporting web client

    I can't install the web client through Hyperion workspace v11.
    My steps are:
    Workspace --> Tool --> Install --> Interactive Reporting Web Client
    Then error message is shown: unexpected status 400 (no host matches server name XXXXXX.com) returned on XXXXXX:45000/workspace*/dataaccess/../../InsightInstaller/setup.ini access check
    Please check if the server is properly configured.
    After I pressed OK, another error message is shown:
    unable to launch the installer. Please use the information bar (if available) to install activeX control or check if you have Admin right on this computer.
    I am using IIS v5.1.
    Can any friends help on this issue?
    Is there anything to configure in my IIS? or the version is too old ?
    Thank you ~!
    Jeff T

    The solution to this problem is simple and easy.
    Which port are you using to login to workspace for installing the client. I predict its 45000 port.
    Try using the 19000 port for logging into the workspace and try installing the IR web client. It works.
    Let me know if there are still any issues.

  • Interactive report and HTML Expressions

    Currently I am using standard reports showing some icons using expression like:
    <img src="f?p=&APP_ID.:&APP_PAGE_ID.:&SESSION.:APPLICATION_PROCESS=ShowIcon:::F105_BILD_ID:#GUI_ID#">
    I would like to recreate my page using the interactive report capabilities from APEX 3.1. I couldn't find the column formatting section in the interactive report however.
    How can I reproduce the current icons showing behaviour using an interactive report ?
    Thanks for help
    Valéry

    Hello Valery,
    You don't have the HTML Expressions section in an Interactive Report.
    However what you can do is include your img tag in your select statement directly. So you would have something like
    SELECT '<img src="f?p='||:APP_ID||':'||:APP_PAGE_ID||':'||:SESSION||':APPLICATION_PROCESS=ShowIcon:::F105_BILD_ID:'|| gui_id || '">' as col1
    FROM your_table
    Make sure your IR column is set to standard column and not Text.
    That should do it.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

  • Error when installation of Hyperion 11 interactive reporting web client

    I can't install the web client through Hyperion workspace v11.
    My steps are:
    h3. Workspace --> Tool --> Install --> Interactive Reporting Web Client
    Then error message is shown:
    unexpected status 400 (no host matches server name XXXXXX.com) returned on XXXXXX:45000/workspace*/dataaccess/../../InsightInstaller/setup.ini access check
    Please check if the server is properly configured.
    After I pressed OK, another error message is shown:
    unable to launch the installer. Please use the information bar (if available) to install activeX control or check if you have Admin right on this computer.
    I am using IIS v5.1.
    Can any friends help on this issue?
    Is there anything to configure in my IIS? or the version is too old ?
    Thank you ~!
    Jeff T
    Edited by: user8102244 on Mar 18, 2009 12:00 AM

    Hi,
    First try to go the below path and execute setup file
    C:\Hyperion\products\Foundation\workspace\AppServer\InstalledApps\workspace_static\zeroadmin\component\Insight
    After executing setup file try to install web clientthrough workspace.

  • Interactive Report: collection not limited to screen?

    Hi,
    My problem: I want to use the selection made in an interactive report and put that into an APEX collection. BUT I do not want it to be limited to the rows shown on the screen.
    For instance: if a user makes a selection with his interactive report of 2000 rows, the screen only shows for instance the first 50. I want the id's of the all the 2000 rows, so I can make a fixed report to be exported out of that.
    Is it possible to obtain the collection that the interactive report uses?
    Any help is appreciated...

    Hi lilhelp,
    If you dont want to show the report defaultly then, restrict your region source query of the report with some filter page items in your WHERE clause.
    Brgds,
    Mini
    Mark Answers Promptly

  • 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 Reports and menu list translations

    Can anyone tell me how to translate the menu items contained in the interactive reports menu list (ie Select Columns, Filter, Sort....) ? I have translated an application into french and when I switch to that language the menu items in the interactive reports are still displayed in english yet the rest of my application is french. The translation file does not contain these items to translate. Can I make these french somehow? Its a pretty powerful tool, but not not if you can't make it language specific. Our french users would not accept this in english.

    Hello,
    >> Can anyone tell me how to translate the menu items contained in the interactive reports menu list …
    The following section of the documentation explains exactly that - http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/global.htm#BABHCAAH .
    For complete translation of the IR, you’ll need to translate all the string messages in table 16-4.
    Regards,
    Arie.
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • Interactive report messages - translation

    Hello,
    I'm trying to translate all of the interactive report messages, on Apex 4.2.
    I'm using this [http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/global_messages.htm] as a reference.
    I have several problems translating the help section of the interactive report.
    First of all, I can't seem to find all of the message names. The ones I couldn't find were:
    Sets the number of records to display per page.(regarding displaying certain number of rows per page)
    Format enable you to customize the display of the report. Format contains the following submenu:
        Sort
        Control Break
        Highlight
        Compute
        Aggregate
        Chart
        Group By(regarding format)
    You can define one Group By report per saved report. Once defined, you can switch between the group by and report views using links below the Search bar. To create a Group By report, you select:
        the columns on which to group (up to 3 columns can be selected)
        the columns to aggregate along with the function to be performed (average, sum, count, etc.)
        the columns to use for sorting (up to 3 columns can be selected along with direction and null sorting options)(regarding group by)
    And secondly, I have translated this message
        Select columns icon enables you to identify which column to search (or all).
        Text area enables you to enter case insensitive search criteria (wild card characters are implied).
        Go button executes the search.
        Reports displays alternate default and saved private or public reports.
        Actions Menu enables you to customize a report. See the sections that follow.using this message name: APEXIR_HELP_SEARCH_BAR.
    However, now I have two messages shown in that section: the original one, in English, and the translated one.
    Could someone please help me out?
    Thank you!

    Bump.

Maybe you are looking for

  • Smartforms for SAP process orders.

    Hi, We want  to use smart forms instead of SAP scripts for process order for various reasons. COnfig does not allow using smart forms. So we called the smart form in the print program of the sap script. But this process is not using the configuration

  • I lost my laptop but still have my synced phone. how do i get the new laptop to sync? i cant find any options on the phone to display the recovery key

    the faq says to click options and tgen click sync option. i have a moto atrix and it seems it doesnt have those options, i can see that its currently synced but there are no options for recovery or add a device. i have passwords stored in sync that i

  • Looking for a simple hash function

    I need the equivalent Oracle statement to this MySQL statement: INSERT INTO `site_users` (`username`, `password`) VALUES ('test', SHA1('testpw')) That SHA1 function is what I'm looking for, and for the life of me I can't find the equivalent. It's jus

  • Missing inverse index on remove?

    When pre-loading a cache with data I get the following text on the storage nodes. What is likely to be wrong with my cluster/configuration? As far as I know I am using the latest 3.5 release (I know there weresome problem causing a similar message to

  • Can't download the Photoshop manual in italian linguage...

    I tried to download the Photoshop manual in italian, but the link don't works... This is the address: http://help.adobe.com/archive/it/photoshop/cs6/photoshop_reference.pdf I need for the italian manual beccose the program is in italian language.