How do I correct % complete to show whole numbers, not two decimal places

I just installed version P6 6.2 on my laptop and restored a schedule. The percent complete is showing two decimal places for activities less than 100%. What I would like is to have whole percentages, e.i. 84%, not 83.76%. How do I correct this? I thought it would be under the user preferences, but it's not there.
Edited by: 795589 on Sep 20, 2010 5:46 AM
Edited by: 795589 on Sep 20, 2010 5:47 AM

*795589,*
What particular percent complete are you having trouble with?
*(Found in the P6 knowledgebase) This issue is an existing Enhancement Request. It will be considered for a future release*
Other than that, maybe try creating a global change to manually calculate your percents.
hope this helps,
+*** Can the number of decimal places for Percent Complete be changed? [ID 895884.1] Modified 30-OCT-2009+

Similar Messages

  • How to correct a double value to two decimal places

    hi,
    How to correct a double value to two decimal places
    eg.
    double tt=100.100032
    i want to correct to 2 decimal places
    ie tt=100.10
    regards,
    jagan

    Check my other reply on the other thread. Please don't cross-post.

  • How to get i cloud to show phone numbers and not emails

    how to get i cloud to show phone numbers and not emails

    In the contacts app the information is as you have entered it.  You can include the added information you want for the contacts.  Open a contact and tap edit and add the information you want there and then tap done.  It soulds to me like Facebook friends who have email addresses only have been merged into your contacts

  • How do I correct this error, "The catalog could not be opened due to an unexpected error."?

    How do I correct this error, "The catalog could not be opened due to an unexpected error."?

    Surely you could provide some more information. Your system, what version of LR, is this your first attempt at using the program, or what has been prior experience?  Things are a bit foggy.

  • How to take float precision to two decimal places?

    Hi, everybody:
    I'm a straight noob...first week in Java programming. Before you bash me for not checking FAQs and such, believe me, I have.
    I have tried BigDecimal movePointLeft, but I don't know how to construct it using proper syntax. I also tried currency and toString but I keep messing up my syntax somehow. Four hours into this and nothing is working.
    Here is the problem: I have a float. I want to format its output to two decimal places, trying to achieve in Java what C would produce as:
    printf("The amount you owe is $%.2f", fltAnyName);
    Any help would be appreciated.
    Thanks,
    Rob

    Sorry, guys. I have tried both recommendations and I can't get either to work. I'm getting a compile error pointing to the delineating period between the "out" and "printf" when I try the C-like code. I have 1.5, too. I know your advice is sound so I must be doing something wrong. Can you insert the code DecimalFormat code that will correct this problem where it needs to go? The packages below have been included becasue of all the different solutions I have attempted.
    import java.io.*;
    import java.math.*;
    import java.text.*;
    import java.lang.*;
    public class CoinCalculator2
         public static void main(String[] args) throws IOException
              String strQuartes, strDimes, strNickels, strPennies;
              int intQuartes, intDimes, intNickels, intPennies;
              float fltValue;
              BufferedReader dataIn = new BufferedReader(new InputStreamReader(System.in));
              System.out.println("THE COIN CALCULATOR");
              System.out.println();
              System.out.print("Enter the number of quarters you have: ");
                   strQuartes = dataIn.readLine();
                   intQuartes = Integer.parseInt(strQuartes) * 25;
              System.out.print("Enter the number of dimes you have: ");
                   strDimes = dataIn.readLine();
                   intDimes = Integer.parseInt(strDimes) * 10;
              System.out.print("Enter the number of nickles you have: ");
                   strNickels = dataIn.readLine();
                   intNickels = Integer.parseInt(strNickels) * 5;
              System.out.print("Enter the number of pennies you have: ");
                   strPennies = dataIn.readLine();
                   intPennies = Integer.parseInt(strPennies);
              fltValue = (intQuartes + intDimes + intNickels + intPennies) / 100;
              System.out.println();
              System.out.println("The value of your coins is $" + fltValue);
              System.out.println();
    }

  • How to set  two decimal places in currency inr

    hi,
    i want to set two decimal places for my co.code currencu inr.  In t-code oy04 there is no 2 decimal places. Please tell me how set decimal places so that amount in account balances should be in two decimal places.
    thanks
    amol

    Hello,
    If your currency code entry isn't in OY04 customizing step, your currency code has 2 decimal place automaticly. If you want to define a special decimal place without "2", you must define it in OY04.
    Regards,
    Burak

  • How can I limit a double value to two decimal place?

    How can I limit a double value to two decimal place?
    Java keeps on adding zero's to a simple double subtraction:
    1497 - 179.64 = 1317.3600000000001The answer must have been simply: 1317.36

    If the trouble is with output ...
    If the trouble is with value accuracy ...The trouble is with OPs understanding of and/or expectations of IEEE 754 floating point numbers. o_O
    [And it's probably a view (output) issue.]
    how can i actually use numberformat to cut those
    unwanted decimal places?Read the API - Puce already provided the link.

  • How do I round calculations to two decimal places (form-wide)

    Hi,
    I've created an order form where customers input the quantity of product they want to order and the form outputs the total due (including shipping and sales tax). Depending on user input, the resulting total sometimes contains more than two decimal places. How do I round calculations to two decimal places? Is there a way to do this form-wide?
    I'm new at using Acrobat for calculations. Any help would be greatly appreciated! Thanks...

    The above will affect the displayed value not the actual value of the field nor its value when accessed in another computation. This behavior may cause an error of 1 cent or more in the grand total or sales tax computation. If you want the the value and displayed value to be the same value you can use the following Validation script:
    event.value = util.scand("%,1 0.2f", event.value);

  • IDCS6 - How do I create tables with large whole numbers and small fractions?

    I have a lot of engineering data, dimensions, etc, to enter into an existing IDCS6 Table. I need whole numbers to display full size, but fractions to be small size. I know I can use Open Type and select the Fractions option for each individual fraction, but that would take forever and give me a roaring headache.
    How do I create a style (or whatever) that will allow me to just type in the numbers and have them automatically apply small formatting to the fraction portion of the number whenever it sees a "/"?
    Along a similar line, I was trying to copy table data from a PDF document from Acrobat X Pro and paste that into an IDCS6 table, so each cell is populated by the appropriate cell data from the PDF file, but didn't have any success. That would really save me a lot of time, because I have many complete tables in PDF format. The data is not protected in the PDF, but I'm having a hard time figuring out how to bring it over to IDCS6.
    On a Mac, OSX 10.8.5.
    Thanks,
    Lou

    There are a number of ways to do it, but I make fractions using Dan Rodney's excellent (and free) Proper Fraction script. After it's installed; assign it a keyboard shortcut. Then type your numerator/denominator, select it, and invoke the script. With just a couple keystrokes, you've got a perfectly formatted fraction.
    As for the PDF tables, I'd try exporting the host file to RTF and copy/pasting from there. In case you're unaware, to paste values into InDesign table cells, the number of (pre-existing), cells/rows/columns in InDesign must match those copied (from) exactly, and must be pre-selected when the Paste command is executed. So...
    1. Set up empty destination table in InDesign which matches the source structure.
    2. Select source cells and Copy.
    3. In Indesign, select exact same (x, y, qty), range of destination cells and Paste.

  • How can i correct my ipad from hanging and not going out to get mail in g mail

    i need to restart my ipad to resolve the situtation. this is a new issue. how can i correct the situation.

    Is the software owned by the company or the employee?  The software should have been registered under a company Adobe ID and not an employee.  It sounds like that serial number is now associated with the employee's own Adobe account and not the company so essentially she owns that serial number.  Your company doesn't sound too efficient when purchasing and managing their own software.
    Your IT department should have had control of all software and ID's.  Have you checked with them to see if they have access to that account?  Is it possible the employee took the software with her when she left then installed it on her own computer?  That might be why your serial number no longer works.
    Adobe's tech support stinks especially if you ask a question outside of their knowledge and what they have on a script.  They may as well have monkeys answering the phone.  Actually monkeys are easier to understand than the reps are.
    Maybe somebody else will come along with a better resolution.  You should return the upgrade of CS6 and may have to either get the CC version or re-purchase the full-price CS6 while it is still available.

  • How to assign Two Decimal Places for numeric Columns(urgent)

    Hi all,
    I have lot of Numeric fields under Advance table Section.
    for those fields data is coming single decimal point (42.5).
    but client want to see the data upto two decimal points like 42.50
    how to achieve this functionality.
    Please give me some idea on this functionality.
    it is very urgent for me.thanks in advance
    thanks
    vinu

    Use OADataBoundVariables and set the US currency format for the data. It would come accordingly. You can look for the exact code in some other threads.
    Another option is to set the decimal format in the getter of the VO. It would show accordingly on the page.

  • How do I add more than 5 phone numbers and two emails to a contact in Thunderbird address book?

    I have just started using TB 31.4 and am planning to move contacts (about 1400 from Outlook) into the TB Address Book. Many of my contacts have multiple email addresses, more than five telephone numbers, and more than two street addresses.
    In doing a small import test I noticed that TB only has space for five telephone numbers and two email addresses, two street addresses. Is there a way to add more so that I do not lose this data on the import?
    Is there a way to rename telephone number fields (as almost no one has a pager anymore)?
    Can you create a third street address location?
    I understand the use of custom fields but that seems less than satisfactory method.

    There is an addon called 'MorefunctionsForAddressBook'. See link below.
    * https://freeshell.de/~kaosmos/morecols-en.html
    scroll down to the bottom to see the download link, which looks like this;
    '''Download MoreFunctionsForAddressBook - 0.7.1 version (TB 3.0 or higher)'''
    Download .xpi file to desktop or downloads file.
    '''How to install addon:'''
    In Thunderbird
    * 'Tools' > 'Add-ons' OR 'Menu Icon' > 'Add-ons'
    * Click on the gear wheel icon and select 'Install addon from file'
    * locate the addon .xpi file you downloaded and click on 'Open'.
    * Once installed it will appear in the list of Addon Extensions.
    * You will need to restart Thunderbird.
    This addon offers more fields etc and much more eg; importing etc.

  • VB: How do i format two decimal places?

    I'm using VB in Visual Studio 2013.
    The professor wants the answers from the textboxes to be displayed with dwo decimal places. 
    all he gave us was the following syntax:
    format (#,#.00)
    however i have no idea how to get this to work as i tried to figure it out on my own and nothing. i would like it to be displayed with the dollar symbol if possible with the comma separators when needed.
    i tried declaring a variable as a string and a double but i kept coming to a dead end. help please. this is the last thing i need to turn this in tomorrow.

    Hi guys,
    I don't know how long is your forum experience. 
    But there is a long time etiquette in the forums, which stands from the first day of newsgroups not to help people with code for homework.
    Do you real think I could not do that?
    Now it took me more time, but probably a wast because your replies.
    Success
    Cor
    Success
    Cor

  • HT3275 How do I correct this problem - Time Machine could not complete back up. An error occurred while creating the backup folder? The problem started on 5th March but I had backed up to an iomega HD since I got my iMac in October.

    I have had a problem since 5th March with Time Machine on my iMac. I have had no problem since I got the computer in October backing up to an iomega HD but now I keep getting a message that "Time Machine could not complete the backup. An error occurred while creating the backup folder". Anyone know how to correct this?

    I had the same "Error creating the backup folder" error - many times over.
    I went into the Disk Utility, selected the Backup Disk and ran Verify. It checked out OK. But if not, could have run Repair.
    Then did a complete shutdown and restart of the iMac and then tried "Backup Now" from the Time Machine icon's menu - it worked fine.

  • How do you see individual tv show episodes and not the cover for the tv show in cover flow?

    I used iFlicks to import some of my TV series to iTunes. I then selected the cover flow view because its easier to see when sitting on the coach. The only problem i've got is that iTunes shows covers for each TV series but I can't seem to find a way to see how many episodes are in a series and how to select that episode. This is specifically for cover flow view. I took screenshot that shows Season 1 of Alphas that consists of 5 episodes:
    [IMG]http://i1219.photobucket.com/albums/dd432/vmoodleyzaf/ScreenShot2011-12-21at1933 27.png[/IMG]
    As you can see in the screenshot, there's no indication of the episodes contained within the series. If anyone has any ideas about this, i'd really appreciate it.

    If you are in Cover Flow view, fullscreen, selecting the cover only plays the first episode of the series. I even tried downloading an entire season from iTunes and it does the same thing. Obviously, iTunes names the episodes and season numbers correctly. If I press the skip button on the remote while watching an episode, it jumps to the next episodes without showing any info about the new episode. Please note that this is in fullscreen mode. If I exit fullscreen mode, then a list of episodes is shown below the cover of the tv show. However, that list is not viewable from a distance.

Maybe you are looking for

  • Query to get G/L accounts even with the Zero transactions

    Dear experts, i have tried a query as below SELECT T0.[AcctCode], T0.[AcctName], T0.[CurrTotal] AS 'Bank Balance', sum(T1.[Debit]) as 'Payment', sum(T1.[Credit]) as 'Collection' FROM OACT T0  LEFT OUTER JOIN JDT1 T1 ON T0.AcctCode = T1.Account WHERE

  • 3.5mm to 2.5mm adapter for E71

    Hi I am at wits end with fnding a dongle type adapter for music. 2 ring, 3 ring.. I bought a 90 degree 2 ring adapter from Tandy that did not work. I may need a 3 ring type. Is there a  3 ring type 90 degree adapter with a short wire (like a dongle)

  • Source selection is empty due to inverse mapping

    Hi Experts, When execute data collection task, one of Cons unit got the below error. "Source selection is empty due to inverse mapping" Message no. UCT8250. I checked BI mapping rules and also compare mapping rules in LDS with other cons unit.  There

  • Help in regards to file names when importing to iTunes.

    I recently bought an iPod and I'm dying to use it but at the moment, I can't due to an annoyance I have. I have all my mp3's neatly organized like this: Artist - Song Name.mp3 The thing is, that's only the file name. I never bothered to modify their

  • Need help with silent install of Peoplesoft Internet Architecture

    I have PT8.49.15 and need to do a silent installation of the web tier on linux. I am supposed to run the $PS_HOME/setup/PsMpPIAInstall/setup.linux which is a Microfocus Installshiled wizard. Any ideas how I can make this a silent installation? I need