The decimal separator in the model generator XML Word formatting

Hello
I am a model in the XML Editor, for a report of accounts receivable in the E-Business Suite. So I use MS Word with the Publisher Oracle XML model builder plug-in software component.

The data comes from the E-Business suite by using the comma as decimal separator. For example: 123,99
My goal is to have the period as the decimal separator. For example: 123.99
Does anyone know what code should I use to achieve this?
Thanks colin

in the next time use appropriate forum - Forum: Editor of BI - BI Publisher

>
The data comes from the E-Business suite by using the comma as decimal separator. For example: 123,99
My goal is to have the period as the decimal separator. For example: 123.99
>
use


where VAL is tag with 123,99

Tags: Oracle Development

Similar Questions

  • What is the point of XML to format log alerts in 11g?

    DB version: 11.1.0.6.0
    OS: RHEL 5

    What is the point of having XML format log alerts in 11G?


    When I tried to open in Internet Explorer
    Only one top level element is allowed in an XML document. Error processing resource 'file:///D:/Work/FILES/log.xm...
    <msg time='2011-01-27T19:42:53.484+08:00' org_id='oracle' comp_id='rdbms'
    I got an error of similair with FireFox. How did the newspaper alert XML file used in the diagnosis?

    It is used by the ADRCI command line utility:

    http://download.Oracle.com/docs/CD/B28359_01/server.111/b28319/adrci.htm#BGBBBBEA

  • Fixing the quotes generated by Word in the HR project

    Hi all.

    I'm running RH8 and the generation of HTML help. I have imported a large amount of text from Word and have since learned that "Quotes" of the Word appear as question marks in the context of the user (although they seem OK in Robohelp). I want to fix this in the Robohelp HTML file.

    Here is what I see when I look at the HTML in Robohelp:

    "Curly quote of the word opening shows that:

    "Curly quote of the word opening shows that:

    Quote on the right shows that: & quot; (This is the goal for both word quotes.)

    "Curly apostrophe Word shows that:

    Straight apostrophe indicates that: "(this is the purpose of the apostrophes).

    Looks like a search/replace simple should solve this problem. But when I try to use the HR "Search and replace in files" function on the folder of the project, looking for citations of the word, I get the error "no files found matching text.

    I was using copy/paste to copy the characters in question directly from Robohelp HTML and in the areas of search/replace. I tried the two parameters of the checkbox "Ignore HTML tags" and helped search for files named *. * (for example all files in the folder), but I get the same error.

    No idea what I could do wrong?

    The only posts on what I find on this forum suggest using a tool third find/replace, and I'll find and install one of these if really necessary, but it would need approval of our internal IT Department, so I'd rather not.

    Any help is appreciated!

    -George

    Hmm, I see the problem now. I think that the quotes used to enter with HTML code, now they show as the french quotes.

    Good news, however, I found the search and replace failed until I turned on the respect of the case. Try this.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • Is there an event when the model color depth/pixel format is changed?

    Is there a way I can detect the change in depth of color in a composition?
    I know that I can react differently by calling PF_GetPixelFormat() on render for the format/bit depth of current, but I was wondering if there is a way to detect and react to the event when a user changes the number of colors in the publication manual?
    Basically, what I want to do is hide/change settings in the ECW according to the bit depth.

    Any help appreciated :-)

    You can use PF_UpdateParamUI during the call to render to force AE to refresh the user interface.

    You can also hide/show params at any time using AEGP_SetDynamicStreamFlag and AEGP_DynStreamFlag_HIDDEN.

  • Cannot convert the pdf drawings in word format available

    I use adobe 8.1 and can't convert the file into a searchable documents in Word.  I'm following the guidelines for the OCR character recognition, but without success.  Any suggestions or a newer versio of acrobat or prhaps another application.

    Try ClearScan option. The search option is the choice. You may need to use the latter since the fonts for ClearScan in some versions are created on the fly and are not system fonts.

  • Numbered for lower alpha list lose formatting when generated to Word (format numbered plan)

    I can't get my Word generated by RoboHelp 7 docs to look as it does in the WYSWYG:
    ---------------------------------------------
    Example:

    1 do
    a. then do
    b. then do this

    NOTE: Do not forget to do.
    (It does not show correctly here either, but the 'a' and 'b' are under "C".)

    -------------------------------------------------------
    When I generate term, it looks like this:

    1 do
    a. then do
    b. then do this


    (You can't see above, but in Word, the 'a' and 'b' are a tab to the left of the "1", when they should be aligned to the right of the '1'.
    ------------------------------
    How can I get the number correctly configure RoboHelp so that the Word doc is correct and I can't put the word manually?
    Thank you!
    Here is my actual code:

    I think I understood the problem. When I was setting shaped the sorted list to be a, b, c, I wasn't pressing ENTER to create a new paragraph - I me pressing SHIFT ENTER after the numbers (i.e. 1,2,3), then changing the number format a, b, c. Now when I generate term, it works very well. Thank you!

  • update the model in the data model generator

    I was wondering how to upgrade the data model in the model generator (MS Word), so that I must not close word every time I have change the query (e.g. adding additional fields) - if anyone knows?

    Thank you
    Trent

    Try to reload the data file.

  • a dynamic image in the plugin model generator does not work

    Hi all
    The documentation says:
    Direct insertion
    Insert the jpg, gif or png image directly into your model.
    +... This works of course.
    Reference URL
    1 insert a dummy image in your model.
    2. in the image of Microsoft Word Format dialog box, select the Web tab enter the following syntax in the alternative text box to reference the URL of the image:
    URL: {'location http://image'}
    For example, enter: url: {'http://www.oracle.com/images/ora_log.gif'}
    +... This also works when I encode a url in the form url: {"http://www.google.com.tr/images/firefox/mobiledownload.png"} +.

    The element of the XML file reference
    1 insert a dummy image in your model.
    2. in the image of Microsoft Word Format dialog box, select the Web tab enter the following syntax in the alternative text box to reference the URL of the image:
    URL: {IMAGE_LOCATION}
    where IMAGE_LOCATION represents an element of your XML file that contains the full URL of the image.
    +... This, however, does not work. +

    I use Apex' report query tool and my query is like
    Select 'http://www.google.com.tr/images/firefox/mobiledownload.png' IMAGE_LOCATION of... (a single results set for my model)
    the xml data is generated by an IMAGE_LOCATION tag. I have load to plug-in model of word. The Url appears correctly in the report if I get a simple ordinary field.
    But when he is at the image-> Internet-> alt as a url text format: {IMAGE_LOCATION} no image displayed.
    I need to keep this simple design for a user procedure simple word could design a report using the just of the plugin model generator. I do not wish to explore the region of xsl - fo... yet.
    Could you tell me why I can't get this url: {IMAGE_LOCATION} to work?
    Concerning

    PS: My BI version: 10.1.3.4.1

    Published by: oeren June 8, 2011 12:28 AM

    Try to replace IMAGE_LOCATION .//IMAGE_LOCATION
    It worked for me.
    Kind regards
    Joshua

  • Take the model and comparing with previous versions

    Hello:

    We use Subversion to the version of the model generated off SQL Developer Data Modeler.  As is Erwin, possible to have a base line of each modified version of the model in a single file?  If this is not the case, how do compare us the latest version of the model with the previous to find all the changes?  Very happy if someone could share it please details if never done like this before.

    Thank you

    Spengler

    Hi Spengler,

    You can use "team in v4 (or Versioning) > Design Version History ' to view all changes committed to the repository. You can see the changes (at the object level) between revisions or compare (fusion) to the local version.

    Otherwise you have to checkout of design at revisions versions you want to compare and can use "tools > models of comparison/merging of views" or "file > import > Design Modeler data" in order to view any changes.

    Philippe

  • Hello Mr President! I have a few questions about the Word report generation please.1.How can I add a border to a page in word? 2. How can I add gridlines to a table generated related word?. Can 3. how I add a border to a picture of the Word report?. Thank

    Hello!

    Sir, I have a few questions about generating word reports using (C language in labwindows) please.

    1. How can I add a border to a page in word?

    2. How do I add border lines and grid to a table generated in Word report (not "cvi control table"inserted from gui, I wonder about the table generated in Word report)?

    3. How can I fill a table cell of report word with the data type other than 'character '.

    And sir a question on the use of the timer in labwindows cvi please.

    Sir, I'm trying to set a time minimum interval timer to 1millisecond (0.001 s), that I have set, timer cares about the interval set by me he only meets the minimum default time interval which is, I think as 10milliseconds (I'm using windows xp service Pack 3 version 2002).

    Concerning

    Imran

    Pakistan

    Have you read this statement ? It explains how to set the registry value:

    If the REG_SZ useDefaultTimer does not already exist, you must create it under HKEY_LOCAL_MACHINE\SOFTWARE\National Instruments\CVI Run-Time Engine\cvirte. "" This can be done navigate to the appropriate folder, and then click Edit "New" string value. Then, click on means the name of the new value created, select Rename, and then specify useDefaultTimer as the name. Finally, double click on the name and specify the value True or False.

  • Download the model for pub 5.6.3 xml generator

    Hello

    could someone tell me please where I can download the model for pub 5.6.3 xml generator.

    I tried in google and I found that I can do edelivery.oracle.com
    I did connect on delivery, but I could not find.

    Can someone help me onthis.

    Thank you

    Download Desktop to 5.6.2 of the above referenced link XML editor.

    For XML Publisher Desktop 5.6.3, you can download it from Metalink (Patch 5887917 - ORACLE XML PUBLISHER DESKTOP PATCH 5.6. 3)

    Note: 422508.1 - on Oracle XML Publisher version 5.6.3
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=422508.1

  • change the decimal separator


    I think the problem was the misconfigured import filter.

    You can change the decimal separator for each column in the last step of the configuration dialog box. Simply select the numeric column (data channel) in the data preview and select the good seprator for data in the upper part of the dialog box.

    hope this helps

  • The locale-specific decimal separator in Fmt?

    Is there a way to get the floating point numbers using the locale-specific decimal separator in the Fmt() function?

    It seems that SetSystemAttribute will only change the separator of UI elements, as described in this thread.  Call setlocale (LC_ALL, "") doesn't seem to work either.

    Is this possible?

    Thanks for the reply.  I ended up just do a search / replace and permutation of every instance of Fmt() with sprintf_s(), which DOES pay attention to the setlocale() function.

  • duplicates of the repeating group XML model

    Data duplicated under Group in the model XML Extensible

    My beginning and end of the group even as

    <? for-each: G_EMP_RESOURCE_CODE? >

    <? end foreach? >

    my output

    Name and first name Code resource Start date / time End Date / Time Duration
    Joseph, Mr. BijuSUPFM148925/05/2014-08:0025/05/2014-10:002

    Nery, Mr. Ernesto guardian

    ELE106325/05/2014-08:0025/05/2014-10:002
    Joseph, Mr. BijuSUPFM148925/05/2014-08:0025/05/2014-10:002

    Nery, Mr. Ernesto guardian

    ELE106325/05/2014-08:0025/05/2014-10:002

    I should avoid duplication of table...
    output should be only 2 rows.
    Kind regards

    Try this:

    Open your table tag F and change as below

  • Error trying to update the model XML using XML Publisher administrator

    Hello people,

    We are on R12.1.3

    I changed a condition in a report and you try to download the new model XML using XML Publisher administrator.

    When I click the button to apply, it is throwing an error "bad request".

    Navigation: XML Publisher Admin > data definitions > query report

    Click on the report name > click 'Update file', in addition to the data model > choose file > click Apply

    I get the below error

    Bad request

    Your browser has requested that this server could not understand.


    Now, I could not download a new model of XML.


    I'm doing something wrong.


    Kind regards

    Kris

    user10163762 wrote:

    Thanks Eugen and Hussein.

    The problem is not with the template.

    It seems to be a problem in this particular case.

    Transferred to another instance.

    However once I run the program, I can't display the output as flashes and disappears from the window of the browser.

    My colleague says, it's to do with the trusted site to download something from the browser.

    Can you please guide me on how to solve this problem?

    http://bit.LY/1k8e2vi

    Thank you

    Hussein

Maybe you are looking for

  • ITunes credit can use

    I have money from an iTunes card that I bought and it does not allow me to use it.  He continues to ask me to pay when I try to buy a song.  It does not indicate that I have 15,18 remaining but it does not allow me to use it.

  • Several problems since 22.0 update

    Firefox updated itself yesterday. Before the update it remembered my choice of different zoom levels for Web sites, including the zoom levels different for different pages in Web sites. Now every page I go to a Web site is changed when I enlarge or d

  • Satellite P855 - Flash Card Utility does not work

    The Flash card utility on my laptop doesn't work anymore since a few months. I used to be able to for example just press F12 to turn WiFi on or off. I would like to see also the map at the top of the screen, showing the pictogram of the WiFi is enabl

  • Download error

    Graphics for Presario CQ60 101AU driver fails to download completely for windows 7(32 bit), sp45230.exe, display error after only 90% download if direct and if downloaded through bitcomet he complete 100% downloaded but again once goes back to 80% an

  • Failure to supply ink message Officejet Pro 8500 has

    I have a 8500 has only a few months, on an iMac.  I have frequent printing problems where the print queue shows the message "failure of ink.  When I power cycle the printer, it almost always clears the error and the print job goes by, and I can print