Format for a number including the tousand separator (')

I like to have the following format
1'234'567.90 // NNN'NNN'NNN.NN
How can I do that in R6i ?

Roger,
Try the following:
assign a format mask NNNGNNNGNNNDNN.
G stands for Group separator
D stands for Decimal separator
both are standard SQL format mask elements and must be UPPERCASE.
In the Registry, under HKEY_LOCAL_MACHINE\Software\Oracle, create a new entry NLS_NUMERIC_CHARACTERS with value .' (two symbols, the first is the decimal, the second is the group).
Close and re-open Reports Builder (or Reports Runtime) and try it.
Unfortunately, this will affect all reports, not just this one.
If you wanted this effect only for this one, one workaround is to create a DOS batch file that sets the value for the NLS_NUMERIC_CHARACTERS and runs the report.
Hope this helps,
Pedro das Neves
([email protected])

Similar Messages

  • How do I let lightroom show the actrual number of files in a map and not a number including the total of all submaps?

    How do I let lightroom show the actrual number of files in a map and not a number including the total of all submaps?

    If by "map" you mean directory or folder, in the Library menu there is a toggle for "show photos in subfolders".

  • How to get multiple output formats for each execution of the report?

    Hi,
    Is it possible to get multiple output formats for each execution of the report? If so can you provide some details?
    Thanks

    In Reports 6i, Reports Distribution was introduced. This allows you to run the report once and output to a number of destinations with a different format. It also allows you to distribute individual sections within a report to different destinations in different formats.
    The Destinations for a Report to distribute to are defined either in a distribution file and passed on the command line or inside of the report definition.
    To add a destination to the the report definition, bring up the property palette against the report object and then select the "Distribution" property under the "Report" node. This will bring up a dialog that allows you to create a distribution list. You can then test this list by selecting "file->distribute" from the menu.
    To run a report that is to be distributed through rwrun60, you need to add "distribute=yes" to the command line. It will pick up the destinations from the report definition. If you add "destination=<filename>" then it will pick up the destinations from the specified "<filename>" and ignore the destinations in the report definition.
    Note: if "distribute=yes" is specified on the command line then the destype/desname/desformat parameters will be used to format the report (ie: which printer/display to use during formatting for sizing objects) but will be ignored when the report is sent to the destinations.

  • Request for developers to include the Dell Quadro FX 3450 in their beta linux flashplayer for 10.1

    request for developers to include the Dell Quadro FX 3450 in their beta linux flashplayer for 10.1.  i'm guessing it wouldn't be hard to do.  its the same chip that is used in the Nvidia Geforce 6800.  It has NV42GL core processor.  please don't leave this device behind, any acceleration that can be done to the existing flash player would definitely count, as great.
    thank you

    Hi it turns out that the SVN version is the most up to date which does not need to be patched as it has the right version numbers. I have created a new PKGBUILD.
    # Maintainer: kso <keansum AT gmail DOT com>
    pkgname=freechart-svn
    pkgver=r3169
    pkgrel=1
    pkgdesc="Free powerful charting library based on wxWidgets."
    arch=('x86_64' 'i686')
    url="http://wxcode.sourceforge.net/components/freechart/"
    license=('custom:"wxWindows"')
    depends=('wxgtk')
    makedepends=('subversion')
    source=('svn+http://svn.code.sf.net/p/wxcode/code/trunk/wxCode/components/freechart/')
    md5sums=('SKIP')
    _svntrunk=http://svn.code.sf.net/p/wxcode/code/trunk/wxCode/components/freechart/
    _svnmod=freechart
    pkgver() {
    cd "$_svnmod"
    local ver="$(svnversion)"
    printf "r%s" "${ver//[[:alpha:]]}"
    build() {
    cd "$srcdir"
    msg "Connecting to SVN server...."
    if [[ -d "$_svnmod/.svn" ]]; then
    (cd "$_svnmod" && svn up -r "$pkgver")
    else
    svn co "$_svntrunk" --config-dir ./ -r "$pkgver" "$_svnmod"
    fi
    msg "SVN checkout done or server timeout"
    msg "Starting build..."
    rm -rf "$srcdir/$_svnmod-build"
    svn export "$srcdir/$_svnmod" "$srcdir/$_svnmod-build"
    cd "$srcdir/$_svnmod-build"
    # BUILD HERE
    ./configure --prefix=/usr
    make
    package() {
    cd "$srcdir/$_svnmod-build"
    make DESTDIR="$pkgdir/" install
    # install LICENSE
    install -D -m644 $srcdir/$_svnmod/license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
    I have uploaded onto the AUR. I have checked using namcap. Please let me know if there are any mistakes.  Many thanks!

  • Invalid date format for 'Created' field in the getVersions web service Response.

    Hi all,
    I am trying to get all versions for selected document by calling getVersions method Versions.asmxweb service, but getting ‘Created’ date attribute value is in the format "29-05-2012 12:01"
    but I am expecting either one of the following date formats.
     1.      yyyy-MM-dd HH:mm:ss  or  yyyy-MM-ddTHH:mm:ssz
     2.      MM/dd/yyyy HH:mm a   (a means AM/PM)
     3.      MM/dd/yyyy
     4.      yyyyMMdd HH:mm:ss
    where do I need to change?
    what are all the formate will be support by SharePoint?
    please find attached response xml of getVersions call.
    <results xmlns="http://schemas.microsoft.com/sharepoint/soap/">
        <list id="{6A6F6CD1-2E9C-44CC-B1F5-56G7JB5C8778}"/>
        <versioning enabled="1"/>
        <settings url="http://hbngjfgj47s20/reg/_layouts/LstSetng.aspx?List={7S6F6CD1-2E9C-44CC-B1F5-KO9J8Y7Y6H78}"/>
        <result version="@0.3" url="http://vmesxsrv47s20/register/Shared Documents/Parent/child/my_doc" created="29-05-2012 12:01" createdRaw="2014-12-02T12:46:02Z" createdBy="my_dom\agi_sharepoint"
    createdByName="AGI_Sharepoint" size="288" comments=""/>
        <result version="0.1" url="http://hbngjfgj47s20/register/_vti_history/1/Shared Documents/Parent/child/my_doc" created="29-05-2012 10:01" createdRaw="2014-12-02T10:55:18Z" createdBy="my_dom\my_sharepoint"
    createdByName="my_sharepoint" size="288" comments=""/>
        <result version="0.2" url="http://hbngjfgj47s20/register/_vti_history/2/Shared Documents/Parent/child/my_doc.txt" created="29-05-2012 11:01" createdRaw="2014-12-02T10:59:25Z" createdBy="my_dom\my_sharepoint"
    createdByName="my_sharepoint" size="288" comments=""/>
    </results>
    Kindly help me on this.

    Hi,
    According to your post, my understanding is that you want to change date format for ‘Created’ field in the getVersions web service.
    Per my knowledge, you can get the date format for ‘Created’ field as “MM/dd/yyyy HH:mm a”.
    For more information, you can refer to:
    Versions.GetVersions Method (Versions)
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Formatting for page number

    I use an iMac with System 10.3.9, and Appleworks 6.2.9. I frequently need the page format "Page X of Y" (For example, Page 1 of 3). Is there any way to set up this format so I can type it in with one key stroke?
    iMac   Mac OS X (10.3.9)  

    Welcome to Apple Discussions Sharon
    I'm assuming you want to put "Page x of y" in a header or footer. Actually, once you set this up it won't require any keystrokes.
    Start with a new, blank document & insert the header or footer from the Format menu. Type "Page" then [space]. Now, choose Insert Page #... from the Edit menu & leave "Page Number" selected. Type [space] of [space}. Insert Page #... again, but this time, choose "Document Page Count." You can select all of the text now in the header/footer, copy & paste it into the header/footer of any AppleWorks document & it will appear as intended without any more typing.
    Make any other changes such as margins, fonts, tabs, etc. that you want each time you create a new document with this header/footer & then Save As... a template giving the template a name. Don't change the default location & this template will then be available in Starting Points.
    Should you want all of your new documents to be in this format, save the template with the name AppleWorks WP Options. My user tip, New, blank documents with your settings, has more on creating default templates.

  • Do the Templates and Themes for iBooks Author include the flip page animation?

    Well, this question is concern about something similar asked by romondodavis on 28-mar-2012  (https://discussions.apple.com/message/17981772#17981772) and also answered by K T.
    So my question refers to know if when buying the Templates and Themes for iBooks Author the curl/turn/flip animation is included with them or should I have to buy necessary Pages so I can generate those industry standard e-pubs as K T suggests in order to get the turn page animation enabled by default?
    Thanks in advance
    Alex

    When asking about a product, always ask the seller...

  • How to I get the Keyboard Plug In for Logic that includes the B3 Hammond Organ?

    I just downloaded Logic Pro X, along with all the additonal instruments, but I can't seem to find any of the keyboard plug ins that I thought came with it. I'm really interrested in the B3 Hammond Organ plug in. How to do I get that? Can anyone help me?
    Thank you!

    Search for Organ patches, the instrument used is named "Vintage B3 Organ"

  • Abap report for PO details including the person releasing the PO last.

    Hi gurus,
    I need to create a abap report for the purchase order details. I am finding difficulty in getting the last person who released the PO. Can anyone tell me how can I get the person who released the PO last ??
    From which table I can get this detail ??

    Hey hi ,
    thanks for your reply,
    Actually , I already went through the tables before, but here, there is one scenario listed below which is creating the problem :
    1. There are two person related with the release of PO and either of the two can release the PO ( in other's absense ). Now, how to check who released the PO among the two. Here link with the PO is necessary as the person released this PO might not release the next PO.
    Thats why i feel the link of the PO must be existing based on release code too. As suppose the organization assign another manager to release the PO, it should not affect previous PO's released by the Old manager.
    thanks
    Edited by: kanak bhandari on Feb 6, 2008 1:19 PM

  • Is there any chance that the next update for iBooks will include the ability to highlight?

    It's great as it is though, just the highlighting part. I just don't really want to use other apps for my books and PDF files (cause I'm lazy like that and I'm saving my space for other apps); especially e-books I use for school.

    Nobody in these forums represents Apple, so you can't get any answer to your question here.  To let Apple know about new features you want, use
    http://www.apple.com/feedback

  • I recently purchased a book from itunes on my ipad 2 but when i open the book in ibooks i get (incorrectly formatted or not formatted for ibooks) somebody please help

    I am currently deployed over seas.. I recently purchased a book that im pretty stoked about. but when i open it in ibooks i get ( incorrectly formatted or not formatted for ibooks to recognize) the file is an .epub so i dont see how it could be a format issue.. I tried emailing apple but because of the situation they want me to call. I have very limited telecomminications at my location .. somebody please help

    The Report a Problem link can also be found in iTunes/Store/View Account/Purchase History.
    Before asking for a refund, also try deleting the book and redownloading it.
    If you find that the iBookstore is does not meet your needs, you can try one of the others like Kindle, Nook, Kobo, Googlebooks, or Sony.
    To let Apple know your views on their apps or services, use
    http://www.apple.com/feedback

  • How to get the Next free Number for External Number Range

    Hi ,
    To get next free number for External Number Range, I have used NUMBER_GET_NEXT Function module.
    It is throws the exception like  NUMBER_RANGE_NOT_INTERN.
    How can i get the next free number for external number range object. And How to update the Current Number for External Number Range Object
    Scenario.
    Call Function module              NUMBER_GET_NEXT
    Import Parameter.
    NR_RANGE_NR : 02
    OBJECT            : RV_BELEG
    QUANTITY         : 00000000000000000001
    I am getting Exception : NUMBER_RANGE_NOT_INTERN
    Thanks in advance.
    Regards
    Ram

    Hi Anand,
    The SAP system issues the numbers for internal number range intervals automatically. This number is between the from-number and the to-number. The last number issued is logged in the current number level.
    You need to enter a number for external number issue. The number you enter needs to be between the from-number and the to-number. For external number ranges, the number number used is not logged. So the next available number is not possible in a straight forward way.
    Only for Internal number ranges, the FM NUMBER_GET_NEXT can get the next available number.
    Hope this helps.
    Thanks,
    Balaji

  • Save a phone number without the input mask

    Hi,
    I actually have 2 related issues that I hope you might be able to help me with.
    I have a form linked to an interactive report, so when I click a record, the form is populated with the record's data. I just started using the new text field masked input plugin to handle phone number formatting, etc., which Patrick recommended.
    The plugin works nicely when a phone number being displayed from the source is 10 characters. The input mask I'm using is (999) 999-9999. However, I also have phone numbers in records that don't include the area code. When I select one of those records, the phone number field is blank. I would like it to display 999-9999, and be right justified. Is there an easy fix for that?
    My next problem occurs when I try to save the record. The process tries to save the phone number, including the mask, (14 characters), to the table. I only want to save the number to the table, excluding the mask. I'm sure there is a way to do this but I haven't found it yet.
    Thanks in advance for any help,
    Gary

    This is my solution to parsing the number only from the masked phone number:
    1) Create a field, 'P1_PHONE_MASKED', with a phone number mask: (?***) 999-9999
    2) Create a hidden Database Column like: 'P1_PHONE' It will initially hold the value of the record's phone column.
    3) create a javascript function in the page's before header section, between the space tags, to strip out all non-numeric values and update the hidden field:
    function remmask(src,tar){
    var mystring = $x(src).value;
    mystring = mystring.replace(/\D/g,'');
    $x(tar).value = mystring;
    4) Place the function call in the from in the HTML Form Elements Attributes of P1_PHONE_MASKED: onBlur="javascript:remmask('P1_PHONE_MASKED','P1_PHONE');"
    Now, anytime you change the value in P1_PHONE_MASKED, P1_PHONE gets updated with just the number values from P1_PHONE_MASKED.
    You can also add validation to the function to ensure that the length of the phone number is either 7, no area code, or 10, including area code. Normally, the mask should handle validation, but as you can see, to make this work, I had to make the mask more flexible, to allow for alpha numeric values in the first 3 positions and to allow for either 7 or 10 characters. Unfortunately, that means a user could enter something like XXX12 and the mask won't reject it.
    Partial solution to displaying ( ) 999-9999 in the masked input field P1_PHONE_MASKED when initially selecting a record for display.
    1) Make the Source Type for P1_PHONE_MASKED "SQL Query"
    2) Insert a query similar to the one below into "Source Value or Expression"
    SELECT
    CASE
    WHEN length(METAREPO.CONTACTS.CONTACT_PHONE) = 10
    THEN
    METAREPO.CONTACTS.CONTACT_PHONE
    WHEN length(METAREPO.CONTACTS.CONTACT_PHONE) = 7
    THEN
    '___'||METAREPO.CONTACTS_2011.CONTACT_PHONE
    END
    FROM METAREPO.CONTACTS
    WHERE METAREPO.CONTACTS.CONTACT_ID = :P1_CONTACT_ID
    This will display 7 digit phone nubers as follows: (___) 999-9999 in the masked field: P1_PHONE_MASKED.
    I wanted to use spaces between the () to make it perfect, but I'm unable to get this to work. I've tried things like:
    ' '||METAREPO.CONTACTS_2011.CONTACT_PHONE
    LPAD(METAREPO.CONTACTS_2011.CONTACT_PHONE,3,' ')
    Both of which work in PL/SQL Developer, but not in Apex. I believe this is because HTML collapses spaces by default.
    I would like very much to resolve this last issue. Any suggestions?
    Regards,
    Gary

  • RoboKnights: IS there a foolproof format for Help hosted in a website?

    Once open a time, I generated WebHelp, uploaded it to our company site, dubbed it a noble Knowledgebase, and there it sat, accessible to all. It was the Best Beloved of people desirous of viewing Help via Google Translate.
    And so, the years passed, and the poor WebHelp Knowledgebase was forgotten and fell into disuse. Even the Fairy DocMomma (that would be me) ignored it.
    It was rediscovered by an intrepid explorer. And it was decreed that the Fairy DocMamma would wave her magic wand and update Knowledgebase in renewed glory....
    THUNK!!! You hear that?!!! That is the sound of the Fairy DocMomma's headdesk: THUNK THUNNK!!!
    So, RoboKnights--what do you recommend?
    What is the best, most foolproof method and format for putting Help on the Web?
    What dragons might rear up and bite the DocMomma in areas not mentioned in publick support forums...?
    Using RoboHelp 10, updated + patched.
    I actually generated an AIR output, and had it uploaded...just AIR, not the AIR for browser...and it seems to be OK. I did not yet try to generate it with the inter-related projects that I traditionally include with my .chm for the desktop application. I should note that this is a big project. about 500 topics in the main project, at least that many in the sub-projects, lots of graphics.

    On my site I make the point that Adobe have not updated AIR (installed or browser based) for several versions of RoboHelp. It's a format that didn't really take off so I wouldn't recommend that anyone starts to use it now.
    Webhelp is really the only format for server based help. That later your version of Rh, the better the browser support but Rh10 should be OK.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Searching for a number that is not black

    I need to search a long document for a number at the start of a paragraph that is not black in color. Is there a way to do this in InDesign?
    With GREP I can look for ^\d+ to find paragraphs starting with a number, but I don't know how to specify the formatting constraint.

    It can't be done -- or rather, not in one go.
    A four-pass method is this: add Underline to all numbers. Remove underline from all numbers that are black. Check remaining underlined numbers. Remove underline from all numbers.
    You should do this, of course, with an attribute of which you are sure you didn't use!

Maybe you are looking for

  • [Solved] System completely broken after update

    Today while updating my system as usual something went south terribly fast Here's the pacman log of the update [2009-07-09 12:14] synchronizing package lists [2009-07-09 12:14] starting full system upgrade [2009-07-09 12:18] upgraded kernel-headers (

  • After update IOS from 6.0 to 7.1, my Apple Id cannot access to my Iphone due to the Apple ID that comment on IOS 7.0.2 was not matched to the old one.

    I have gotten the problem after updated IOS to version 7.0.2.  I signed up my IPhone with su* @pttplc.com as Apple ID via older IOS version and can use it normally but after I update the IOS version from 6.0 to 7.0.2, the Apple ID that commented on m

  • Spanish layout on English keyboard

    Hi, I have a new MacBook white and it ships with US keyboard layout; my native language is Spanish and I want to use the Spanish ISO keyboard layout anyway. I set up the layout properly and everything works fine: when I press the ";2 key I get the "ñ

  • IPhone Shutting Off When In Sleep Mode

    So, I had a problem with my iphone, and took it to the mac store and got it replaced. now, my new iphone will completely shut down within minutes of being in sleep mode. it will only stay on in sleep mode when it's connected to power. is there any wa

  • Help with a module pool snippet

    Dear experts, I am provding a small code snippet of my program from module pool .Here my aim is that incase message 'No pending gatenentry found by this no.Plz check details.' is displayed .Program should go back to screen. However, it moves to next