Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with ACWP, BCWS, BCWP, SV, CV, ... MPP Fields methods #340

Open
amitparsha opened this issue Aug 26, 2022 · 2 comments
Open

Issue with ACWP, BCWS, BCWP, SV, CV, ... MPP Fields methods #340

amitparsha opened this issue Aug 26, 2022 · 2 comments

Comments

@amitparsha
Copy link

amitparsha commented Aug 26, 2022

Hey,

For the following MPP Fields
ACWP: Method getACWP()
BCWS: Method getBCWS()
BCWP: Method getBCWP()
SV: Method getSV()
Project: Method getProject()
Resource Initials: getResourceInitials()

These above method always return None value even there are values available in the MPP file.

CV: Method getCV()
CV method always return 0.0 value even there are values available in MPP file.

@amitparsha amitparsha changed the title Issue with ACWP, BCWS, BCWP, SV, CV MPP Fields methods Issue with ACWP, BCWS, BCWP, SV, CV, ... MPP Fields methods Aug 29, 2022
@joniles
Copy link
Owner

joniles commented Aug 30, 2022

@amitparsha thanks for opening this issue. As far as I can tell, the ACWP, BCWS, BCWP, BCWP, SV and CV attributes are all calculated dynamically by MS Project rather than being stored in the MPP file. This means that I'll need to perform the same calculation in MPXJ in order to provide these values. This is certainly an enhancement I'd like to make, but it's just not something that I have prioritised currently.

I will take a look at the Project and Resource Initials attributes. I'm assuming you are referring to the Task.getProject() and Task.getResourceInitials() methods?

@amitparsha
Copy link
Author

@amitparsha thanks for opening this issue. As far as I can tell, the ACWP, BCWS, BCWP, BCWP, SV and CV attributes are all calculated dynamically by MS Project rather than being stored in the MPP file. This means that I'll need to perform the same calculation in MPXJ in order to provide these values. This is certainly an enhancement I'd like to make, but it's just not something that I have prioritised currently.

I will take a look at the Project and Resource Initials attributes. I'm assuming you are referring to the Task.getProject() and Task.getResourceInitials() methods?

Yes, I'm referring to the Task.getProject() and Task.getResourceInitials() methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants