Multi-language report using selection locale

Hi,
I am using Crystal report 2008. I need to display the report based on user selection profile. This report has dynamic parameter with some text which also need to change according to the user selection locale.
I am using CMC to view the reports (not using any other viewer).
Question: Can I pass the user selection locale to dynamic parameter procedure as a input parameter?
If so how to do this.
Or is there any other method to acheive this (use same template with dynamic parameter to view in multiple locale,
including dynamic parameter in different locale.
(using same database procedure with viewing language as parameter or
using different database procedure depends on viewing locale)
Thanks
Mammoty

Hello,
The OTN forum for XML Publisher (now called BI Publisher) is here :
BI Publisher
Regards

Similar Messages

  • Multi language Report

    SSRS 2012 Sp1
    Hi guys,
    I need to deploy the same report in several country with different languages.
    Therefore the customer requires to have the report displaying labels in the local language (this must be applied to all the labels, meaning report itself and the parameters area).
    Currently our main constraint is how to change the parameter label in the parameter area.
    Can you provide any info in how to customize the report based on different languages (unique report regardless the local language)?
    The goal should be to load the report automatically with the correct language (In particular the parameter prompt).
    Thanks for your help

    Hi Fasttrack2,
    According to your description, you want to display the report with different languages. Besides, you want to change report parameter labels as multiple language.
    Starting with SSRS 2008, the Report Definition Customization Extension is added. This extension can receive a XML report definition, modify or transform it, then send it to the rendering engine. In your scenario, since you want to display the same report
    with multiple language, you can develop a Report Definition Customization Extension which can display multiple language reports. For more information, please refer to this article:
    Developing a Report Definition Customization Extension for Multi-Language Reports.
    Besides, you can also create a new table which control all translations, then create a parameter for users to select different languages to run the report. For more information, please refer to this article:
    Localization of your SSRS reports. Translations of labels in your reports.
    Regarding changing the parameter label as multiple languages, it’s can’t be changed dynamically because that parameters render earlier than other variables. But if you are designing the report with SSDT, you can change the appsettings element in web.config
    file. For more information, please refer to the similar thread:
    multi-language support for report parameter names.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Multi-Language report in XML Publisher(Its is urgent, Please help)

    Hi All,
    I am working on Multi-Language report. We have installed just 3 languages (English, Japaneese, Spanish) but my requirement is to display the reports in few more un-installed languages like Korea, chineese etc. I tought of doing the lables (all hard coded fields) to translate using .XLIFF file. When i try to run the report, in language settings (this is the place where the XML report takes the language input)i can see only those languages which are installed. How can pass other languages (un-installed) as a parameter in the XML report?
    Please suggest. It is very urgent.
    Thanks,
    AS

    for this functionality, i had to write a custom package to submit the request for that particualr language and set the language while setting the parameters .
    Thanks.

  • Multi-language report in XML publisher (This is urgent!!)

    Hi All,
    i am working on Multi-Language report. We have installed just 3 languages (English, Japaneese, Spanish) but my requirement is to display the reports in few more un-installed languages like Korea, chineese etc. I thought of doing the lables (all hard coded fields) translation using .XLIFF file. When i try to run the report, in language settings (this is the place where the XML report takes the language input) i can see only those languages which are installed. How can pass other languages (un-installed) as a parameter in the XML report?
    Please suggest. It is very urgent.
    Thanks,
    AS

    Hello,
    The OTN forum for XML Publisher (now called BI Publisher) is here :
    BI Publisher
    Regards

  • Submit report using selection-table to report 'RKAEP000'(Tcode ksb1)

    Hi,
    I am calling report "RKAEP000'(This is the report for tcode KSB1) using submit statement in my program to import the ksb1 output in my program. For time being I am calling this report using selection-set 'variant'.
    The selection screen of ksb1 is designed with modulepool program (screen 100).
    The selection screen of my program is similar to ksb1 initial screen, except layout option and controlling area is on the screen itself instead of calling it through menu.
    Please tell me how to post the selction criteria of my report to the calling program 'RKAEP000'.
    Thanks,
    suresh

    You can use WITH addition of SUBMIT statement.
    SUBMIT report1 USING SELECTION-SCREEN '1100'
                   WITH SELECTION-TABLE rspar_tab
                   WITH selcrit2 BETWEEN 'H' AND 'K'
                   WITH selcrit2 IN range_tab
                   AND RETURN.
    Regards,
    Premal

  • Submitting of report using selection screen

    Hi,
                       My requirement is iam having one report so it is executed when we r given site and date it gives one excel file data so now iam having 150 sites so now I want to write the report as date as selection screen and I want to submit that report in this one (new report) so it wants to take the sites automatically from werks (t001w table) and it wants to execute in a loop upto 150 times then it gives 150 excel files so now how can I pass the sites and date to the submitting selection screen date as same for all but only the site wants to varry in the submitting report pls provide the coding ..
    Thanks & Regards,
    Mohan Reddy.

    Hello Mohan Reddy,
    I think we can try in this way
      data:     y_v_rspar_line    LIKE LINE OF y_v_rspar_tab,
                  y_v_rspar_tab     TYPE TABLE OF rsparams,
            y_lk_parm3 TYPE char5 VALUE 'SPERR'.  " Selection screen variable name
      y_v_rspar_line-selname = y_lk_parm3.
      y_v_rspar_line-kind    = y_k_p.
      y_v_rspar_line-sign    = y_k_i.
      y_v_rspar_line-option  = y_k_eq.
      y_v_rspar_line-low     = y_k_e.                "Excel file site value.
      APPEND y_v_rspar_line TO y_v_rspar_tab.
        SUBMIT Program name USING SELECTION-SCREEN '1000'
        WITH SELECTION-TABLE y_v_rspar_tab  AND RETURN.
    But try in 2different ways i.e
    1) Keep the submit program in the loop of the excel file internal table
       and take the site value in the variable and pass the value to this y_v_rspar_line-low
      and call submit program.
    2) Sort the excel file internal table then pass all the values to y_v_rspar_line-low and use the append statement in the same way and then call the SUBMIT program outside the loop.

  • Multi format report using BI Analytics

    Hi,
    I would like to know if it is possible to design and build a multi format report (each format on a different page) using BI Analytics.
    For eg if i have to display a report containing performance details of a single portfolio belonging to a customer. So in terms of formats - first page may contain information like customer id, name, portfolio id,etc. There may also be some static text. Second page may contain aggregated information about the portfolio performance. And so on. Last page may have information in tabular format.
    can we have such multiiple formats in a single Analytics report ?
    Thanks
    Nusrat

    Hi,
    Is my undertsanding correct - I create a new dashboard and in that i add a new page for each section of the report.
    Thanks
    Nusrat

  • SUBMIT report using selection-table issue

    Hi Experts,
    Actually I am calling report2 from report1.
    In report1 i have  select-options field WERKS.
    In report2 I have parameters field WERKS.
    Please let m know how to call report2 using SUBMIT button selection-table concept.
    How to insert records in selection-table and how to use this values to submit for parameter field.
    Please help me.

    Hello,
    For selct options create a range same as tha of plant type,fill the data and submit as follow.
    submit XYZ report
    with s_werks in r_werks
             p_bukrs eq lv_bukrs,
    and return.
    Hope it helps.
    Pleas e let me know in case of any problem.
    Regards,
    Nabheet Madan

  • Multi Language reports

    Hey Everyone,
    I'm designing a report that will be used in Norway, Finland and Sweden. Currently we deploy three sets of reports with different language translations for each country. Is there any way i can use a single report and update the label fields to show the filed names in the language of the region it is currently being used in.
    Note: All three countries use a common DB and same report format.

    the repeating frame part is merely format/output work.
    you have to get the values for the labels from the database at some point. i imagine there is an indicator/key you use to join the proper data label/field to the 'real data' (which language does this record need?)
    i'm suggesting you get the values for the labels in the report query. done once, when the rest of the data is gathered - row-by-row. join the label tables to the 'real data tables'. then the report is formatted with 'fields' only - the labels are inserted as fields, just like the 'real' data. put the data labels in the same groups/frames as the 'real data' in the data format section.

  • Submit report using selection table not working in OO CL_SALV classes

    I have used CL_SALV classes in my report. now the problem is submit report is not working. any suggestions.
    It works in REUSE_ALV  FM

    Still i m facing the same problem

  • XML Publisher Multi tab Report: Help needed

    Hi,
    I have a requirement like below--
    Need to develop master detail XML Report in R12. O/P will be in excel.
    Excel output having two Work sheet.
    Some columns data must be non editable in excel output ,whereas some columns will be editable.
    User must not be able to add any line manually in the report.
    Can anyone pls help me out to find a way to build this?????????
    Thanks
    Titas

    Hi Titas,
    Any luck with this? Were you able to create a multi-tab report using XML Publisher? Any help on this will be greatly appreciated.
    Thanks.

  • Interactive report on SELECT * FROM X

    Hi,
    Is there anyway to create an interactive report using SELECT * FROM my_table; where you can add a new column to "my_table" and for the interactive report to pick up the new column without having to go into the report region and hit apply changes?
    I've tried using a collection but that doesn't work as you still have to manually refresh the report region.
    I've even tried hacking my way into:
    wwv_flow_f4000_util.save_interactive_rpt_region (
    p_region_id in number,
    p_flow_id in number,
    p_plug_name in varchar2 default null,
    p_region_name in varchar2 default null,
    p_region_template in number default null,
    p_display_seq in number default null,
    p_display_column in number default null,
    p_display_point in varchar2 default null,
    p_region_source in varchar2 default null,
    p_breadcrumb_template in number default null,
    p_list_template in number default null,
    p_region_display_error_msg in varchar2 default null,
    p_required_role in varchar2 default null,
    p_display_when_cond in varchar2 default null,
    p_display_when_cond2 in varchar2 default null,
    p_display_cond_type in varchar2 default null,
    p_region_header in varchar2 default null,
    p_region_footer in varchar2 default null,
    p_region_column_width in varchar2 default null,
    p_customized in varchar2 default null,
    p_customized_name in varchar2 default null,
    p_requied_patch in number default null,
    p_url_text_begin in varchar2 default null,
    p_url_text_end in varchar2 default null,
    p_translate_title in varchar2 default null,
    p_comment in varchar2 default null);
    (Yes, I know that's bad!)
    Still can't get this to work anyway.
    There must be a way of doing this....
    Any help gratefully recieved.
    Thanks
    Yog

    Keith,
    No it doesn't.
    Here is an example.
    1. Created an interactive report with source as select * fom dept.
    2. Ran my page and saw a report based on columns deptno, dname and loc
    3. Added a column to dept called "newcol"
    4. Reran the page - columns are still deptno, dname and loc
    5. clicked on green cog / select columns and the only options avaiable are still deptno, dname and loc
    In order to get "newcol" to appear I have to edit the page, go to my report region and click Apply Changes. A summary appears with the new column "newcol" shown. I click apply changes again and run the page and only then does the new column appear.
    Cheers
    Yog

  • Multi Lenguage report in XML publisher

    Hello,
    I need to generate multi language reports in XML publisher. I have never worked on multi language reports earlier. can you please suggest me something on this?
    Thanks,
    Regards,
    AS

    Hi,
    You can go through the link for Translating reports
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e12187/T421739T432386.htm#xdosa_wwtrans
    and for demo on localization go through the link
    http://www.oracle.com/technology/products/xml-publisher/demos/XMLP_LOCALIZATION.html
    Thanks
    skr

  • Question regarding multi-language installation

    Hello,
    I would like to know if there are any known solution regarding multi-language packages for the different Creative Suites that we can create using AAMEE?
    I was thinking to create a trial version with a serialization answer file after the installation, but I think I will run into issues using this method.
    Thanks for the help!

    Hi,
    Currently you cant create a single multi-language package using AAMEE. You will have to create a different package for every language. All the serial numbers will ultimately serialize the product in 1 language only. Even for serialization file approach you will have to create a trial package using AAMEE and trial packages are also language specific. If you have a multilingual serial number, my suggestion would be to create a serialized package for each language seperately and deploy them.
    Thanks,
    Saransh Katariya | Adobe Systems | [email protected]

  • Multi Language Solution (not by use of "Translate Application")

    Hi All,
    I try to implement a "multi language" functionality into my APEX Application but want to avoid the "Translate Application" method.
    As I'm not very keen in JavaScript and PL/SQL Coding, I need your help.
    What I want to do:
    I have a table tbl_lang (var varchar2(20), lang_en varchar2(50), lang_de varchar2(50), lang_fr varchar2(50)).
    It contains the name of a variable "var" that shall be filled with the Item Titles in the preselected language (de, fr or en).
    The language can be chosen from a select list an dependent of the chosen language I do a "select var, lang_*en* from ... " or a "select var, lang_*de* from ... " and I fill my variable with the dependent language.
    Each Item on my Page has the variable set instead of a written Title.
    The Title of the Item Surname is for example &P2_LANG_SURENAME. and has the Value is "Surename" or "Vorname" or "Prénom".
    The Problem ist:
    I don't want to define a hidden Item for each Variable.
    Is it possible to read the translations from the tbe_lang and fill a bunch of variables or an array that I can use within the Apllication without binding it to a hidden Item?
    Best regards
    Thomas

    Hello Thomas,
    >> That menas if I want to change the original application I have to redeploy the language after each change!?
    I’m not sure what you mean by redeploy. The principle of the APEX translation mechanism is that you have your primary language application, which contains all your application logic. For each extra language, the APEX engine creates a language mapping application (a shadow copy as you call it) which contains a copy of your application logic and all the relevant translations to the underlying language. The translation mechanism includes a seed process which synchronize all the changes made to your primary language application (which is the only application you are working on) and also generate a XLIFF file that contains all the translatable components of your application. When you are done translating the XLIFF file, you can use the APEX translation mechanism to publish the new version and translation.
    Moreover, the APEX translation mechanism also allows you to translate all the APEX engine internal messages, which you can’t do by yourself.
    If by deployment you mean installing the multi-lingual application in a new APEX instance, working with the APEX translation mechanism means that you’ll need to install 3 (in your case) separate applications. The primary language application (which can also include all the supporting object) and simple import of all the other translated applications.
    From my own experience I can assure you that working with the APEX translation mechanism is much much more simpler, easier and efficient than the road you want to take, not to mention the far more simple (and central) maintenance options. Your way – specific PL/SQL code for each language – can be a maintenance nightmare.
    Also, bear in mind (and I believe this was your original question) that you’ll need to maintain a hidden item for every page component with a label, e.g. page items, buttons, tabs, report headers, etc. You’ll probably need to use some dynamic SQL functions otherwise you’ll have to deal with each component separately. In other words, you’re not only want to reinvent the wheel (as all of it has already been done by the development team) you are not dealing with very small and basic wheel, but something far more complicated.
    From your response to my questions, I understand that you never experience the use of the APEX translation mechanism. I think you should try it. You can use apex.oracle.com for that. Develop a simple application that includes all the component types you going to use (Forms, Reports, Tabular Forms, IR etc.) and see how you can handle it all. Only then, you should decide what road to take.
    As I said in my first post, what you are asking is probably doable. The question is whether you need to do it.
    Regards,
    Arie.
    ♦ Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    ♦ Author of Oracle Application Express 3.2 – The Essentials and More

Maybe you are looking for

  • Calling Java Method on an Object?????

    It is quite clear how to call a method that passes an argument in Express i.e. <invoke name='methodName' class='com.waveset.ui.ClassName'> <ref>argument</ref> </invoke> Essentially this is the same as calling methodName( argument ); How is is possibl

  • GL account-FB60 billing-Profit Center

    Hi, I have a doubt regarding the GL account. I have created a new GL account for Expense and also have a Cost Element with CE category 1. When I use this GL account for posting thru FB60(Vendor invoice creation) the system is prompting me to enter  a

  • Payment Scheme - Extrapolation Amount

    Hi All, This is regarding payment scheme that we create through transaction EA61PS. The problem is: The extrapolation amount that system calculates is only for one installment (i.e. one month). The requirement was to enhance the extrapolation period

  • How do I get iPlanet 6.0 to use the Java Server VM?

    I've tried having java.option=-server in jvm12.conf, but the logs still say that the Client VM is being run. Apart from actually modifying the java executable to put -server in the command line, how else can I achieve this? Thanks, John.

  • Not able to reset password of users after upgrading to 12.1.2

    After upgrading a VISION Demo instance from 12.1.1 to 12.1.2 I am not able to change the passwords for existing users. SSO is not used. When I go to Users form and query the user the password feild is greyedout and I get the error frm-40200 feilds is