Set Date/Currency/Numeric Format in WebIntelligence - Regional Settings

We have migrated from BOE R2 to BOE R3.1, and our users have observed that the date & numeric format is not localized to spanish (Spain).
How can Web Intelligence regional settings be configured to all the users (not editing personal configuration of every user)?
For instance the time is indicated with AM/PM instead of 24h time format and the numbers are separated by comma (,) and not by dot (.).
Example 11,816,138 instead of 11.816.138
Thank you!

Problem solved, the fp 1.3 installation did not complete.
We reinstalled it and now everything works properly.

Similar Messages

  • Red X - Due to conflict between date format in Windows Regional settings

    Hello
    I face the following issue. To display some graphes that result of the selection of a date in a Java calendar (format mm/dd/yy) I have to change the Windows regional settings.
    Which of course impact other applications like Excel....
    Is there some settings/applet that can be set in Java JRE to prevent this issue ?
    Same issue what ever the JRE version used.
    currently JRE 1.4.2_07 VM 1.4.2_07-b05, plug-in 1.4.2_07

    Hi Kevin,
    I doubt anyone outside of Sun would be able to give you a definite answer to this one, but from my understanding of the JDK's interactions with Windows, I'd have to say no.
    I usually find that about the only Windows default that the JDK picks on is the current user locale. From there, the JDK likely chooses its own default date and currency formatting instances, as these are all packaged up within i18n.jar within the JDK libraries.
    If anyone can prove me wrong though, please do!
    Hope that helps!
    Martin Hughes

  • Why is the date format tied to regional settings

    i like my date/time format to be customized to my liking. for me, the only way i can do this is to set my region to be the uk, even though i live here in the us. i find this kind of annoying since this causes some weird things to happen in other apps as well. for example, visiting the apple link would take me to the uk site instead of the us site. i understand that this is because i chose the uk in the international settings. but it's the only way i can get the date format that's close to what i want. is there a reason why apple doesn't allow you to customize the time/date format separately from choosing what country you reside in?

    hue tang wrote:
    is there a reason why apple doesn't allow you to customize the time/date format separately from choosing what country you reside in?
    "We" are users like you, with no knowledge of why Apple does or does not include particular features. In this case, I'd guess for simplicity, but that's just a guess.
    You can submit feedback to Apple: http://www.apple.com/feedback/iphone.html.

  • Date in numeric format - how to map ?

    Hi,
    I have a scenario, where i get all the characteristics of an Equipment from R3 to XI. One of the characteristics (installation date) is maintained as YYYYMMDD format in R3 so when it reaches XI it appears as a numeric value(exponential).
    How can i have XI re-format this numeric value back in to a date ?

    Dear Ramchan
    >><i>when it reaches XI it appears as a numeric value(exponential).</i>
    By this do you mean that you are getting date some thing like 2.0070605 * 10^ 7???
    Generally XI does not realize any format.  I mean if you define a data type as integer and give a string in it, XI will take it blindly.  So i dont think such a problem should ever come...but may be you can write a small UDF where you try and define date as long int or something like that to remove the 10 power component

  • Date and Numeric Formatting in SQL Report

    In a sql report, under column formatting, I would like to format one of the columns to show percentage so it looks like this - 36%. I have tried to input a % symbol in the format mask and this does not seem to work. Is a percentage value permissible and if it is what is the correct format mask I should use?

    Melissa,
    Putting "%" is not a valid format. To achieve the result that you are looking for just concatinate it with "%".
    like:
    select to_char(deptno)&#0124; &#0124;'%' DeptNo, .. from emp

  • Currency display format as per user settings?

    Dear Friends,
    I need a help.
    I am printing currency grand total amount in my report.
    the default format setting is like : 1,234,567.89
    if user changes is format settings (going into system, user profile, own data, default) 1.234.567,89 then it should print in this format.
    what i mean report grand total should come as per user display settings.
    how to solve this?
    Thanks in advanvce
    Sridhar.

    hi sreedhar,
    data: c(100) type c.
    data: l_amnt(100) type c.
    data: length type i.
    data: offset type i.
    l_amnt = '1,234,567.89'.
    replace all occurrences of ',' in l_amnt with '#'.
    replace all occurrences of '.' in l_amnt with ','.
    replace all occurrences of '#' in l_amnt with '.'.
    length = strlen( l_amnt ).
    offset = length - 3.
    translate c+offset(1) using '.,'.
    write : l_amnt.
    rgds
    anver
    if hlped mark points

  • Currency in report taken from regional setting and not infocube

    Dear All,
    I am facing very strange issue. I am using BEx analyzer 7.0
    I executed a report in Windows 2000, Excel 2003. The values are displayed correctly with currency which is in cube irrespective of the currency set in regional option in control panel.
    We are doing testing on windows vista and excel 2007 as we will upgrade to SAP GUI 7.10 and windows vista. I executed the report and the result values are matching but the currency is differant. The currency is taken from the regional settings in control panel. If I go to regional setting and change the currency, the report which is open in BEx analyzer changes the currency.
    We are facing this strange issue for only queries on 1 infocube. Other queries on another infocubes/multicubes are working fine.
    Has anyone faced the same issue. Please provide some pointers/solutions for above issue.
    Regards,
    Niraj

    Hi Shalu
    The Library 0FL has 4 currencies... i.e.
    HSL  - Local Currency  
    TSL   - Transaction Curre
    KSL  - Second Currency 
    OSL  - Third Currency  
    Go to GRR2 (Report form of your report), and double click on any column... You choose Key Figures in the Columns in a areport painter report... there you would have chosen any one of these currencies...
    Right click on the column and Copy it and paste it... Now change the Key Figure of the copied column to the one you desire...
    This should give you values in both currency...
    To identify which form you have used in GRR2 - Execute your report and go to Extras Menu > Technical Information.. In the pop up window that opens, double click on field "Report".
    Regards
    Ajay M

  • No data to refresh in BPC clients with Russian regional settings

    Hello, colleagues
    I hope to get some advices and information about saving data in BPC client computers with non-English regional settings (e.g., decimal point is set ","). Our BPC server has English regional settings.
    BPC 7.0, SQL Server 2008. I created new Input Schedule by using standard EVDRE function. And data was not sent to SQL Server after clicking Send and Refresh, I got the message "No data to refresh". I examined hidden sheet EVDRE_DATACACHE and found cells in row A with cache data in XML format. After some experiments I found out that if all data values will be replaced with symbol "S" then all data in the sheet with EVDRE could be saved correctly. I don't know any other methods to make data with decimal point "," to be saved. Also I tried to change members of Measure (Periodic - YTD) but i got the same result.
    Thanks for your help.

    Actually you have the problem into server.
    I think you have the regional settings wrong into server.
    We have actually many customers using French, German, Dutch language having "," for decimal separator and it is working fine.
    It is not working when actually the settings into the server are not English US.
    Please check the follow keys from application server:
    HKEY_USERS - .Default - Control Panel - International
    HKEY_USERS - S-1-18.. - Control Panel - International
    HKEY_USERS - S-1-19 ..- Control Panel - International
    HKEY_USERS - S-1-20 ..- Control Panel - International
    HKEY_USERS - S-1-21..- Control Panel - International
    HKEY_USERS - S-1-21........ ..- Control Panel - International
    These keys should be sett all for english US. If it is at least one not correct that can cause problems with sending data.
    Regards
    Sorin Radulescu

  • Date in different formats

    Hello All,
    I have requirement in SAP script where I need to compare the system date and condition validity date and display the value if todays date lies in validity date. What is the best way to do this , I have tried using a perform statment but the date when being passed into the program is appearing in different formats in dev server (dd.mm.yyyy) and test servers(yyyy.mm.dd), I have checked the user settings and they are similar why is the date being passed in different formats.
    Thanks in advance,
    ranjan

    Hi Ranjan,
    or if you want to compare two dates.
    use the FM "CONVERT_DATE_TO_INTERNAL " it converts user setting date to internal format YYYYMMDD
    then you can compare
    USe the FM "CONVERT_DATE_TO_EXTERNAL "  it converts the input date to user setting format it is (dd.mm.yyyy) and test servers(yyyy.mm.dd),
    data : formatted_date(10).
    WRITE sy-datum  TO formatted_date MMDDYYYY.
    Now for all users the date format will appear MMDDYYYY regardless to user setting.
    Prabhudas

  • When attempting to format region and set date and time the busy icon appears and seems to stay like this?

    when attempting to format region and set date and time the busy icon appears and seems to stay like this?

    Click on DU's Partition tab when you have the raw drive name selected, then set it to one partition, Mac OS Extended. If it crashes or freezes, it is finding a bad block and can't write.
    In any event, if you want to use the drive, and have not zeroed it before, you should now.
    Click on Erase -> Security Options -> Zero out data. Still with the full drive selected and not any partition(s).
    Then repartition the drive if needed.
    Boot from the DVD if that doesn't work. And no, TTPro has never mapped out bad blocks let alone create partitions.
    Disk Utility in 10.4.8 is quite good, excellent in fact. No need for an alternative.
    Your eMac drive may need to touch of Disk Utility itself. FSCK from the command line, clear the caches with Applejack along with check for corrupt plists. Between Disk Utilty and Applejack (free/shareware) never had to use TechTool Pro - or at least there weren't any errors after those two got done. But if you want a good 3rd party, pick up Disk Warrior 4.

  • How do you change the date/currency format for every user in OSX 10.6?

    I imaged a bunch of mac labs at work only to realize the base image has the date/currency set for United States rather then United Kingdom. The regional settings are correct.
    I tried changing it on the local admin account but it does not affect a new user that logs onto an AD account.
    Workgroup manager does not seem to offer anything either unless I am missing it.
    Any ideas?

    Hi Uncle,
    Page 116 of the Pages'09 User Guide: Control Click the date, Edit Date and Time.
    Date and time can also be in a table. Format the table cell.
    The User Guide is well worth a read. Download it from the Help menu in Pages.
    Regards,
    Ian.

  • Albanian regional settings, date-time format

    We need to have the regional settings on our SharePoint 2013 installation set to the Albanian language.
    When the Albanian regional settings are selected, in many places the time part of a date disappear. If I revert back to another language (en-us for example) the time is shown again.
    Why is this happening, how could we correct the time format?
    d.

    A (totaly) random discovery:
    $siteURL = "http://siteURL"
    $site = Get-SPSite $siteURL 
    Write-host - starting for $siteURL
    $web = $site.OpenWeb()
    $web.RegionalSettings.Time24 = $true
    $web.Update()
    Setting the time to 24H format displays the time.
    Setting it back to 12H format will hide the time part of a date-time. Weird...
    d.

  • Currency format and Regional Settings

    Is it possible for WebI reports to honor Regional Settings (client system or BO system or BO setup) and correctly handle the currency format without making any changes to the report?
    Neeraj Bhatia

    There might be a smarter way, but you could use alerters and the GetLocale() function.
    Create a new variable called, Currency Type with the formula
    =If GetLocale() InList("en_AU";"en_US") THEN "Dollar" ELSE "Euro"
    Or whatever. Then use an alerter where the "Filtered object or cell" is the Currency Type variable, and the Operand is "Dollar" then click Format... then at the top click Default next to Number Format and set the appropriate currency format.
    Add a sub-alerter to do the same for Euro, and whatever other currencies you must allow for.
    Hope that helps.

  • How to store numeric format data in a database

    In order to properly format a report generated from data stored in a database using a TestStand schema,
    I would like to add formating information for numeric values to the database.
    My intent was to store the numeric format string data in a separate column in the MEAS_NUMERICLIMIT table in the database.
    By using this format string I can then format the numeric values in my report.
    I have successfully retrieved the numeric format string by calling the 'NI TestStand API 3.0', using the ActiveX/COM adapter.
    In the 'PropertyObject' class there is an action called 'Get Property'.
    This action can retrive the 'NumericFormat' property for a given object reference.
    The problem is that I don´t know HOW to do this in the dat
    abase logging schema.
    Can I use this method in the API to retrive and store the numeric format string in the database??
    Or is there any other way of achieving this functionality?
    All ideas for solutions are appreciated.
    Thanks in advance!

    Yes you can. I think it would be helpful if you explain in more detail what you are trying to do.
    >>>> Basically I am trying to reproduce the data sheet created by test stand by using the data in the database.
    Are you using an NI default schema or have you already customized it?
    >>>> I already have a custom schema that I created many years ago, But if I have to start with a 'newer' default schema it wouldn't be to much of a problem to incorporate my changes into it. (I had added Model number and Comment to UUT result table and provided support for custom step types, the custom step types are based on the default NumericLimit step type )
    If default, what about the schema is insufficient for what you want to do?
    >>>> In order to generate a datasheet from the data in the database that replicates the datasheet produced by teststand, I need the Formatted values for the test results and the test limits. So I'm thinking it would be easier for me to query the database for the formatted numbers (as strings) instead of having to query the database for the 'numeric value' and the 'format string' and then creating the string for my datasheet.
    Is the data and limits that you are trying to log custom properties or or is this for the NI numeric or multi-numeric step type?
    >>>> No using custom properties, just dealing with 'NumericLimit' step types
    I had looked at how the 'SequentialModel.Seq' calls the modelsupport2.dll to  to produce the data sheet entries.
         ProcessModelPostResultListEntry >
         Process Step Result >
         Get Step Result Body (Sequence) >
         Add Flagged Values >
         modelsupport2.dll >
         GetFlaggedValuesForReport_Html
    But, alas, I don't understanding the whole traversing concept.

  • Numeric format based on data in another field

    I am trying to set up a form where the numeric format of one field is based on units of measure in another field. The fields are: units1 and iq1. What I want to do is have the iq1 field format for percent with two decimal places when units1 is  LS or ls or L.S. or l.s. otherwise the field should be formatted for a number with the format nnn,nnn,nnn.nn. Any help for this newbie is appreciated.

    I think this is what you are looking for:
    Make sure that you select "Commit selected value immediately" in the options tab of the drop down menu.
    //Place this script in the custom validation script of the drop down menu
    //Create a text field caleld Text2
    var MySelection = event.value;
    switch (MySelection) {
    case "Accountability":
        this.getField("Text2").value = "Accepts personal responsibility for the quality and timeliness of work. Can be relied upon to achieve results with little need for supervision. ";   
    break;
      case "Compliance":
        this.getField("Text2").value = "Complies with policies, procedures, workflows and instructions.";
        break;
    I hope this helps.

Maybe you are looking for