CDI does not react the same way as any other default column of P3. So, no surprise to me.
Please be noted that CDI will not give you a cummulative progress on any of the bands, since it is not a deafualt colum, it does not know what to do on the bands.
Regards
Member for
16 years 5 months
Member for16 years5 months
Submitted by Anbin Ponnith on Sat, 2009-08-15 05:44
P3 still calculates the cost/Resource on the % to 1 decimal place. So, if it is 80.3, although the % clo shows 80, the quantities or costs are calculated on 80.3 percent.
You need to create a CDI say its ID is PRCT & name as MyPercent. The data type should be PRECISION.
Add this PRCT column in your layout beside % column.
Now run a Global Change with the following syntax
In Top window
If PCT NE 100
Bottom Window
PRCT EQ PCT
In this case if you have any proress % like 80.3, the PRCT will display as 80.3. Now you can hide the % column & rename the title of PRCT column as %. You would have your desired data displayed.
Member for
18 years 5 monthsRE: decimal in percentage complete column
Dear Anbin
CDI does not react the same way as any other default column of P3. So, no surprise to me.
Please be noted that CDI will not give you a cummulative progress on any of the bands, since it is not a deafualt colum, it does not know what to do on the bands.
Regards
Member for
16 years 5 monthsRE: decimal in percentage complete column
Dear Sajid,
I tried and for most of the activities it got changed execpt for some showing,
"Overflow/Underflow condition, custom data item not changed"
So the overall percentage comes error.
Regards,
Anbin Ponnith
Member for
18 years 5 monthsRE: decimal in percentage complete column
I am sorry to mention the imp thing.
P3 still calculates the cost/Resource on the % to 1 decimal place. So, if it is 80.3, although the % clo shows 80, the quantities or costs are calculated on 80.3 percent.
Regards
Member for
18 years 5 monthsRE: decimal in percentage complete column
Hi Anbin
You need to create a CDI say its ID is PRCT & name as MyPercent. The data type should be PRECISION.
Add this PRCT column in your layout beside % column.
Now run a Global Change with the following syntax
In Top window
If PCT NE 100
Bottom Window
PRCT EQ PCT
In this case if you have any proress % like 80.3, the PRCT will display as 80.3. Now you can hide the % column & rename the title of PRCT column as %. You would have your desired data displayed.
Regards