How do I change the decimal separator from a comma to a dot in numbers? I upload my bank statements into numbers and all contain dots. Numbers does not understand the dots.

Hi,
I am a recent convert from Exell to Numbers.
I have downloaded my bank statements to Numbers. The bank statement uses dots as decimal separators, whilst the Numbers default is a comma.
I need to change the Numbers format to dot to avoid having to manually change all in the downloaded spreadsheet.
This spreadsheet also includes my currency as R (ZAR Rands), so either need to remove these or get Numbers to understand it, again to avoid having to remove/change all manually.
Would really appreciate your help.

Hi,
Thanks for your response. Have figured it out with the help of Ross at the V & A Waterfront Apple Store.
System Preferences- Language and Region- at the bottom of the box click "Advanced"- then choose the dot/ comma under Number separators- Decimal and again under drop down box "decimal" under currency.
Regards
Teana

Similar Messages

  • I have a gen 3 ipod and can't get it into disk mode.  In itunes it does not have the option and I cant figure out how to do it on the ipod touch itself.  Any ideas?

    I have a gen 3 ipod and can't get it into disk mode.  In itunes it does not have the option and I cant figure out how to do it on the ipod touch itself.  Any ideas?

    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities

  • My flash reads the xml, but does not understand the tag php....

    my flash reads the xml, but does not understand the tag php. I want to read my xml dynamically, please help me.
    code:
    stop();
    function randomOrder(targetArray)
        var _loc2 = targetArray.length;
        var _loc3 = [];
        for (var _loc1 = 0; _loc1 < _loc2; ++_loc1)
            _loc3[_loc1] = _loc1;
        } // end of for
        var _loc4 = [];
        for (var _loc1 = 0; _loc1 < _loc2; ++_loc1)
            _loc4[_loc1] = _loc3.splice(Math.floor(Math.random() * _loc3.length), 1);
        } // end of for
        var _loc5 = [];
        for (var _loc1 = 0; _loc1 < _loc2; ++_loc1)
            _loc5[_loc1] = targetArray[_loc4[_loc1]];
        } // end of for
        return (_loc5);
    } // End of the function
    var randomNUM = "?n=" + random(9999);
    _root.lan = 1;
    var homehead;
    var homelink;
    var homelinkwindow;
    var homebg;
    var homeflash;
    var lamp = Array();
    var promo = Array();
    var promobottom = Array();
    var headimg = Array();
    f_xmlwork2 = new XML();
    f_xmlwork2.ignoreWhite=true;
    f_xmlwork2.load("banner.php");
    f_xmlwork2.onLoad = function(sucess){
        if (sucess){
             trace ("XML loaded!");
             f_xmlItemx2 = parseInt(this.firstChild.childNodes[0].firstChild);
             f_totalx2 = f_xmlItemx2.length;
            trace(f_totalx2);
             var _loc12 =0;
             // declarar a imagem de fundo
             homebg = this.firstChild.childNodes[0].firstChild.nodeValue;
             f_headimg = this.childNodes[1];
                 for (var _loc2 = 0; _loc2 < f_headimg.childNodes.length; ++_loc2)    {
    juju = f_headimg.childNodes[_loc2];
    jj = headimg.push({headimg: f_headimg.childNodes[_loc2].attributes.headimg, bgimg: f_headimg.childNodes[_loc2].attributes.bgimg, msgimg: f_headimg.childNodes[_loc2].attributes.msgimg, leftthrow: f_headimg.childNodes[_loc2].attributes.leftthrow, rightthrow: f_headimg.childNodes[_loc2].attributes.rightthrow});
                 //end for
    allpromo = this.childNodes[2];
    jjpromo = allpromo.childNodes;
    for (var _loc2 = 0; _loc2 < allpromo.childNodes.length; ++_loc2)
    trace (jjpromo[_loc2].attributes.title);
    jj = promo.push({img: jjpromo[_loc2].attributes.img, title: jjpromo[_loc2].attributes.title, url: jjpromo[_loc2].attributes.url, window: jjpromo[_loc2].attributes.window, info: jjpromo[_loc2].childNodes[0].nodeValue});
        // end of for
        allpromobottom = this.childNodes[3];
        jjpromobottom = allpromobottom.childNodes;
        for (var _loc2 = 0; _loc2 < allpromobottom.childNodes.length; ++_loc2)
            trace (jjpromo[_loc2].attributes.title);
            jj = promobottom.push({url: jjpromobottom[_loc2].attributes.url, window: jjpromobottom[_loc2].attributes.window, info: jjpromobottom[_loc2].childNodes[0].nodeValue});
        } // end of for
         if (f_xmlwork2.loaded == true)
            headimg = randomOrder(headimg);
            for (var _loc2 = 0; _loc2 < f_headimg.childNodes.length; ++_loc2)
                trace (headimg[_loc2].headimg);
            } // end of for
            play ();
        } // end if
    trace(f_xmlwork2);
    stop();
    PHP code:
    <?
    $link=  mysql_connect("localhost","rnpac_eco","123");
    mysql_select_db("rnpac");
    $dir="banner/";
    $dir1="produtos/img_pro/";
    $dir2="universo/actividades/";
    $sql = 'SELECT tbl_produto.id_produto, tbl_produto.produto, tbl_produto.legenda, tbl_produto.detalhe, tbl_produto.preco, tbl_produto.produto_cat_id, tbl_detalhe_produto.proprietario, tbl_detalhe_produto.local, tbl_detalhe_produto.qualidade, tbl_detalhe_produto.alcool, tbl_detalhe_produto.acidez, tbl_detalhe_produto.ph, tbl_detalhe_produto.informacao, tbl_detalhe_produto.gestor, tbl_detalhe_produto.condicionamento, tbl_detalhe_produto.detalhe_t, tbl_detalhe_produto.interesse, tbl_detalhe_produto.transporte, tbl_detalhe_produto.produto_id, tbl_imagem_produto.id_imagem, tbl_imagem_produto.imagem1, tbl_imagem_produto.imagem2, tbl_imagem_produto.imagem3, tbl_imagem_produto.imagem4, tbl_imagem_produto.imagem5, tbl_imagem_produto.imagem6
    FROM tbl_cat_produto, tbl_produto, tbl_detalhe_produto, tbl_imagem_produto WHERE tbl_produto.id_produto = tbl_detalhe_produto.produto_id AND tbl_produto.id_produto = tbl_imagem_produto.produto_id ORDER BY RAND()';
    $resultado = mysql_query($sql)
    or die ("Não foi possível realizar a consulta.");
    $row1=mysql_fetch_array($resultado);
    $sql = "SELECT  tbl_sub_universo.id_subuniverso, tbl_sub_universo.subuniverso, tbl_sub_universo.universo_id, tbl_actividade.id_actividade, tbl_actividade.entidade, tbl_actividade.legenda, tbl_actividade.subuniverso_id, tbl_actividade.det, tbl_actividade.preco, tbl_actividade.data, tbl_detalhe_actividade.actividade_id, tbl_detalhe_actividade.periodo, tbl_detalhe_actividade.descricao, tbl_detalhe_actividade.programa, tbl_detalhe_actividade.informacoes, tbl_detalhe_actividade.actividades, tbl_detalhe_actividade.localizacao, tbl_detalhe_actividade.locais, tbl_detalhe_actividade.servicos, tbl_imagem_produto.id_imagem, tbl_imagem_produto.imagem1,tbl_imagem_produto.imagem2, tbl_imagem_produto.imagem3, tbl_imagem_produto.imagem4, tbl_imagem_produto.imagem5, tbl_imagem_produto.imagem6, tbl_imagem_produto.actividade_id FROM  tbl_sub_universo, tbl_actividade, tbl_detalhe_actividade, tbl_imagem_produto WHERE tbl_actividade.id_actividade =tbl_imagem_produto.actividade_id AND tbl_actividade.id_actividade =tbl_detalhe_actividade.actividade_id ORDER BY RAND()";
    $resultado = mysql_query($sql)
    or die ("Não foi possível realizar a consulta.");
    $row2=mysql_fetch_array($resultado);
    $query='SELECT * FROM tbl_banner ORDER BY RAND()';
    $resultado = mysql_query($query);
    echo' <?xml version=\"1.0\"?>
    <home_left_headline>
    <bgimg>'.$dir2.''.$row1['imagem1'].'</bgimg>
    </home_left_headline>
    <home_flash>';
    while($row = mysql_fetch_array($resultado)) {
    echo'<swf headimg="" bgimg="" msgimg="" leftthrow="" rightthrow=""></swf>';
    echo'</home_flash>';
    echo'<promotop>
    <promo img="" title="" url="" ><![CDATA[]]></promo>
    <promo img="" title="" url="" ><![CDATA[]]></promo>
    </promotop>';
    mysql_close($link);

    i have two files banner.php, for testing my flash banner.
    This one works:
    -------------------------------| banner.php |---------------------------------------------
    <?xml version="1.0"?>
    <content>
    <settings>
    <menu X='160'/>
    </settings>
    <nav>
    <main Name='HOME' Link='home.swf'/>
    <main Name='EMPRESA' Link='home.swf' >
    <sub Name='HISTORIA' Link='content.swf' toLoad='content/contentrosa.xml'/>
    <sub Name='OBJECTIVO' Link='content.swf' toLoad='content/contentrosa2.xml'/>
    </main></nav>
    </content>
    -------------------------------|end  banner.php |---------------------------------------------
    this other does not work:
    -------------------------------| banner.php |---------------------------------------------
    <?php
    echo"<?xml version="1.0"?>
    <content>
    <settings>
    <menu X='160'/>
    </settings>
    <nav>
    <main Name='HOME' Link='home.swf'/>
    <main Name='EMPRESA' Link='home.swf' >
    <sub Name='HISTORIA' Link='content.swf' toLoad='content/contentrosa.xml'/>
    <sub Name='OBJECTIVO' Link='content.swf' toLoad='content/contentrosa2.xml'/>
    </main></nav>
    </content>";
    ?>
    -------------------------------|end  banner.php |---------------------------------------------
    Why? What is wrong? why does my flash does not understand the tag php
    Message was edited by: armandix

  • Why does Silverlight install process state that my 64-bit Win Vista OS does NOT support the 64-bit version of Silverlight?

    As of Monday 4/20, I've encountered a significant problem with Silverlight on my Vista PC. 
    Several weeks ago I read a brief item stating that Google would be dropping support for npapi and that it would affect Silverlight sometime in April.  One of my key daily apps uses Silverlight, but I didn't receive notification from that software's author
    about the pending change and how it would be handled.  Successfully used the app every week (Mon-Fri) this month for 8-10 hrs/dy day (as I've been doing for the past ~5+ years: past year under Chrome, year before that under FireFox, ~3 prior years
    under IE) and on Fri 4/17 shut it down for the weekend.  When I booted up on Mon morning and tried to log into the key app however, it prompted me to download and install Silverlight, acting as though I never had it installed!  
    I recalled the earlier warning about Google dropping support, so I closed Chrome, started up FireFox, but got the same prompt from the app -- it directed me to install Silverlight.  I downloaded it (had no choice as to which version, just got the "Silverlight_x64.exe"
    file) and got part-way through the install when this error msg popped up:  "Unable to Install Silverlight.  Your operating system does not support the 64-bit version of Silverlight".  WHAT?!   Clicking on the "more info"
    link led to this msg:  "Message ID: 1518.  Your operating system does not support the 64-bit version of Silverlight.  Click here for the latest version of Silverlight."  That link simply led back to the download page which resulted
    in receiving another copy of the same executable file.
    According to my system ( > Control Panel > System ), I'm running "Windows Vista Home Premium", with a "System Type:  64-bit Operating System".  I've been using this same Vista PC since Sep 2008 and running Silverlight for
    around the past 5 yrs.
    ? -- Why doe the Silverlight installer code flag my OS as not supported?   
    ? -- Is there a way to get an older version of Silverlight that will run under Vista?  
    Thanks in advance for any helpful comments.

    Andy -- Thanks for the link, but I'm not adventurous enough to download from a non-MSFT site.  
    Besides, since I didn't make any changes to my hardware/software config, I expect a MSFT rep to explain why their two programs suddenly stopped working together and then provide whatever code fix is needed.  A phone call to their tech support (predictably)
    led to nowhere but a recommendation to purchase one of the company's support offerings (which I declined to pursue).  The Silverlight development team appears to participate in these forums, so I'd hope one or more of them offers a realistic solution.
    Here's something I forgot to mention in my original post:  In several of the threads on this subject (some dating back to 2008!), people have
    suggested running IE as the browser vs FireFox or Chrome; however, that idea fails to note that the error msg (Message ID:1518) clearly states that "your operating
    system does not support the 64-bit version of Silverlight"; it doesn't say anything about
    what browser you're using.  

  • I have just updated to Yosemite, but now I can't get the custom shortkeys to work. In Mavericks I had no problem whatsoever, but now even after googeling and restart no solution. Does anyone have the problem? All the other shortcuts work!

    I have just updated to Yosemite, but now I can't get the custom short-keys to work.
    In Mavericks I had no problem whatsoever, but now even after googeling and restart no solution.
    Does anyone have the problem? All the other shortcuts work!

    Hi Thomas,
    I can confirm the problem you are hitting. The XML test trace does not get recognized at all, and it defaults to Eclipse's basic Open File behaviour. I am not sure if it's because the format definition is missing, or if it's because something prevents the trace type from being recognized. I will open a bug about it.
    Thanks for identifying this issue!
    In the meantime, if you'd like to experiment with XML analyses, you can also take a look at the example at https://github.com/tracecompass/xml-analysis-example .
    Cheers,
    Alex

  • We have an itunes account on our desktop and my kids have it on their ipod and iphone. I went in and changed our user name from my old e-mail address which is no longer accessible to my new one and now either of my kids can access the itunes store..

    We have an itunes account on our desktop and both my kids have it on iphone and ipod. I went in and changed out user name from an old e-mail address which is no longer accessible to my one I use now... When the kids try to sign onto the itunes store it tells them they have the wrong user name..
    Can this be fixed??

    Did you change the email address or create a new Apple ID?
    If the email address associated with the account was merely changed, sign out of the Apple ID on the devices and sign in using the new credentials.

  • HT1918 I am trying to change my account information and it always says it does not match the bank

    I am trying to update my credit card information on my account.  When I my finished, I get a message that says it does not match my back informaiton, I don't know what else to do, help?

    on ios device go to settings - itunes app stores - click on your apple id - select view apple id- and then enter password. - your billing info is in the account window. 
    on computer open itunes - go to itunes store - either sign in - or click apple id - view apple id - enter password - billing info under account window

  • When I cut and past text from Firefox to Microsoft Works I get an error stating 'Out of memory, close applicantions and restart windows'. This does not work. When I had IE I never had this issue. Help!

    When I try to cut and past text from Firefox to Microsoft Works I receive an error that says 'Not enough memory, close applications and restart windows'. This never works! I never had this issue with IE! How can I fix this issue?

    If the crashing only happens with other peoples projects it could be for a variety of reasons. There are tons of asset references saved in the library (the location every item was imported from) and much more. None of those locations will exist on your system and internal complications may simply happen, especially with any runtime shared assets.
    If possible you should consider adding more system RAM so you can multi-task. RAM is extremely cheap. I'm assuming from a smaller 500GB HD and 4GB RAM that you're probably on a laptop however. Installing RAM is still usually pretty easy if you have the notebook manual (or grab it online). It typically involves just lifting the keyboard or opening a single panel on the bottom of the notebook but it varies greatly. At any rate, 8GB RAM would help you quite a bit. If you do, just make sure you get the correct type of RAM (again, in the specs in your manual).
    Even when you run out of physical RAM, Flash (like any other application) will still see more RAM based on the OS's swap memory setting (using available space on your HD as RAM). It will get much slower but Flash should see the total amount the 32bit OS can handle for RAM (it doesn't know if it's physical fast RAM or SWAP (fake) HD RAM though). If you open other apps with Flash they should also operate, but will also use swap RAM and you've probably noticed your HD crunching a lot while more apps are open.
    That said, I have a 4GB RAM in my older i7 lappie and have used Flash CS5.5 and CS6 on it extensively, with other applications open. Although my projects contain mild assets and mostly tons of code. No issues at all. I just think your heavy assets are crashing you.
    Either way, glad you got your work done. You're welcome and good luck!

  • Attempt to use attachment uploader has frozen ability to create new e-mail as "TO" command respond and resetting Firefox to default does not solve the problem

    Previously, selecting "attach" worked fine. How do I undo the so-called better way to make attachments??

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • 10.8.3 update not completed and requests restart but restart does not complete the installation.

    After runnng the 10.8.3 update on my newest IMac, a restart is requested.  No matter how many times a restart is accomplished, the update remains flagged in the app store.  About this Mac reports 10.8.2.   The update was permormed on my other I-Mac and MBP without issue.  Any suggestions on how to remedy this update issue? 

    Boot into Recovery and Repair the Disk and Repair permissions using Disk Utility. http://support.apple.com/kb/ht4718
    Then, reboot and try the update again.
    You also might try the Combo update: http://support.apple.com/kb/DL1640

  • The calendar icon on my iphone 6 shows that I have 2 items in my inbox but when I click on it it does not open the inbox but goes black for a second and then returns to iphone

    The calendar icon on my iphone 6 shows that I have 2 items in my inbox but when I click on it it takes me to the full year calendar, at bottom of screen it says Inbox (2) - when i click on that the screen goes black for a second and then defaults back to the home screen. Have tried everything, rebooting, reinstalling, refreshing - very frustrating - can someone help?
    Thanks

    Try This...
    Close All Open Apps... Sign Out of your Account...  Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • When I close Firefox (all tabs) and then reopen later, it does not offer the link to restore my prior tabs, it opens on a blank page, not even a home page v 9.0.1

    I "upgraded"/ "updated" firefox to version 9.0.1, there are no newer updates offered. I used to be able to restore my prior session upon opening firefox the next time, now it doesn't even offer that link on the opening page. And it does not open a 'homepage' for firefox, just a blank page, with one empty tab/window, this is not an improvement

    Hi glivezey,
    Try typing ''about:home'' into the address bar. Is that the page you are looking for? If so, go to ''Tools > Options > General'' and save it as your homepage. If that home page doesn't show up the next time you start Firefox, you should look at [[Preferences are not saved]].
    Hopefully this helps!

  • When plug my ipod into computer and open Itune, my device does not show on the screen and so can not open it to transfer/sync/.... Used to show as soon as I plugged in?!

    Today, try to update, sync.... my ipod. When plugged it into my computer and opened Itune, my device never shown on the left side of the screen as it used to! Can not find it anywhere????? Could you give me a tip on this matter.

    Hi there atangney,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    -Griff W. 

  • How change decimal separator from . to ,

    Hi
    I need change the decimal separator from . to ,
    and apply ZZZ.ZZ9,99
    thanks

    There are a number of ways in which you can change these characters. They can be changed for all jobs by updating the jfmerge.ini, or for a single job by using command line options.
    You can update the jfmerge.ini either in an editor, or by using Central Control.
    In an editor you will update the entries for CurrencyComma (, by default) and CurrencyDot (. by default).
    In Central Control go to the 'Configuration' menu item, then select 'Configure Central and Agents', then select 'Print Agent' and Edit. Then select the 'Currency' button. You can now modify any of the currency options.
    On the command line you can enter -acucc=. for the thousand separator, and -acucd=, for the decimal separator.
    For more info on these options see the -acu Option Arguments in the Print Agent documentation.

  • Lookout 6.1 build 27 OPCClient does not launch the Opto 22 OPC SEVER

    In the same computer, with the same Lookout 6.1 a few weeks ago, I had communication between Opto 22 OPC Server and Lookout using the OPCClient in Lookout. Settings in OPCClient were for a really fast scanning rate (50 milliseconds) and de deadband was set to zero in order to see all the inputs changes with the best resolution. These I/O units are Opto PAC EB2 brains, and the OPC Server belongs to the suite of PAC 8.0 (I tried also 8.1) of Opto 22. The I/O Configuration and the OPC configuration was done with the same OPTO22 software version.This was a test done in order to see if I can get 20 samples per second from all the I/O's. It did go well, even a little faster than required. It was informed to my bosses, then I had the 'go' for the project I'm working on. That was the main concern of everyone here; the fast communication between Lookout an the Hardware.
    The computer runs windows XP SP2, has two ethernet ports; one with dynamic IP address on motherboard (for the company network), and a PCI ethernet cad with a fixed IP address in the range of the IP addresses of the Opto 22 brains dedicated to talk to these I/O units.
    I called first to the tech support of OPTO 22. They shown me how to double check and to launch manually the OPC Server, there is a tester software for it. The OPC Server was launched and I saw it in the task manager under processes tab.
    When I create the object in Lookout, it does not see the server, neither launches the server. I can see the data members of the OPCClient, but I can not see the variables or tags from the server.
    Again, it did work a few weeks before in the same PC, with the same Lookout and the same Opto 22 as a test. Now I need to add the OPCClient to my application and make the corresponding connections, but I can't.
    This is becoming a kind of hurry, time is running and the application can not get to work.
    Any suggestions?
    Thanks in advance.

    When the OPC Client object is created, I can select the OPTO22OPCSever.2 in the dropdown list of servers. It is there, and the object can be configured normally. I must see in the object explorer (expanding the OPCClient object) the tags configured in OPTO 22 Server,but they are not there. The Client object only shows its data members. Once Lookout is open with the OPCClient, the task manager/services does not show Opto22OPCSever.exe running, that tells me that Lookout's client does not launch the server and that's why it does not show the tags configured in the server.
    I have uninstalled Opto 22 software and re-installed, I called Opto 22 tech support and they shown me a way to launch manually the server, even how to monitor some of the values of its tags. I saw the Opto22OPCServer.exe in the processes list of the task manager, I read values of some tags with the OPC tester, To me, the server side is working fine.
    Then, I installed Lookout .During this process there was an error 1922 and a message saying that files mssgl.mdf, mssgl.mdl, and mssgl.ldl are not found, These files must be located in C:\ Program Files\ National Instruments\Lookout 6.1\ Database. During the first installation of Lookout 6.1, I followed the instructions in the README file, where some specific commands must be typed in the run windows and executed to create the database properly. It was done, no errors were displayed during the first installation.
    The thing is that this OPCClient/OPCServer DID WORK before. For some reason it does not work NOW.
    this computer didn't have any previous version of Lookout installed, there is no possible old database messing here.
    Again; the computer runs windows XP SP2, it has a dual core processor.

Maybe you are looking for

  • Crystal Report , Dot Matrix printer , Landscape , Legal

    Post Author: naser CA Forum: General IDE : VS .NET 2003, Platform : .NET 1.x, .NET 2.0, Hello I have been working 4 day's only to get print job which is should be on legal size and landscape mode Here is my story , I have u2022    Dot Matrix Epson Pr

  • Printing format control in ALV TREE

    Hello there, I searched all over SDN but I couldn't find a solution for my problem ! It would be nice of you if you can help me sort it out. I'm using an ALV TREE : DATA: gv_tree             TYPE REF TO cl_gui_alv_tree   CALL METHOD gv_tree->set_tabl

  • Run a Sell command

    hi all i wonder if anyone knows a way to run a shell command using pl/sql other than java stored procedure as it seems not to be working in mycase thanx in advance

  • Unable to define a policy OAM

    Hi All, I have created a workflow for oragnisation manager and i have protected the workflow url using form based authentication. but wen i click org manager in identity system, form based authentication populates even after logging into identity sys

  • Hyperlinks in Keynote?

    What is happening with Slide to slide hyperlinks in keynote on ipad 2?  I have new keynote software purchased november 2011.  I have read in these forums that the latest updates now allow for this - but it isnt working for me.  Anyone have any inform