Hi,
We are in the process of upgrading Aspose.Tasks from version 19.7.0 to the latest stable release version 22.2.
We have however picked up that we get different results for some calculated fields, could you possibly assist as to why I would get this difference.
I have attached the microsoft project file.
The fields in question are Number1, Number2 and Text10 from the mpp file.
Date1 = Now()
Number1 = ProjDurValue([Duration])
Number2 = IIf([Finish]<=now(),100,IIf([Start]>now(),0,ProjDateDiff([Start],[Date1])/ProjDateDiff([Start],[Finish]))100)[Number1]/100
Text10 = IIf([Number1]=0,IIf([Finish]<=Now(),100,0),int([Number2]/[Number1]*100)) & “%”
Thanks.SimpleExample.7z (15.4 KB)