www.projectwizards.net/

Merlin – Do a bit of Magic in Reports – Part X

on 6. June 2012

Those of you who have checked our new post series about “Merlin report templates” know by now…

Now let’s do some magic with the reports.


What if you want to report resources work cost per phase?
We have used snippets from previous report templates posted in this series and related thread of Merlin’s user forum in Google.
In the WBL we mainly output all resources in the header of the table. This is possible over the following method in the Python script

And related WBL code iterating their titles

To output resource costs per phase, you need to iterate in all assignments of the phase and add costs for each and one resource used in the project separately. This can be done by the following method:

and  related WBL code outputing it

While creating the report we noticed it looked fishy when applied to projects with default work rates and lots of unassigned tasks. To solve this, we added a method calculating costs on unassigned tasks per phase

and placed this is an extra tab of the table:

Making it flexible:

To make the report more flexible we have inserted an option to show unassigned costs or not.

And added the option for actual or actual work costs.

Result

An output sample:

And the report options:

Installation:

  • Extract the zip first
  • place the contained mrept package under the following path of your mac: ~/Library/Application Support/Merlin/Reports
  • (in case you have no “Reports” folder please create it first and pay attention to name it exactly as “Reports”)
  • restart your Merlin and
  • call File > New Report… to find the new report called “Cost per Phase and Resources”.

Tags: , ,

Written by Vicky Stamatopoulou
Vicky Stamatopoulou works at ProjectWizards. She contributes to the MacPM.net blog, Merlin user forums, or other web spaces of ProjectWizards. The content provided is about Merlin or Mac usage, documentation, AppleScripting, or customization. Google+

7 Comments »

  1. Pingback by MERLIN – DO A BIT OF MAGIC IN REPORTS – PART XVIII » MacPM (March 12, 2013 @ 2:01 pm

    [...] Report resources work cost per phase [...]

  2. Pingback by Merlin – Do a bit of magic in reports – PART XIIX » MacPM (March 15, 2013 @ 10:29 pm

    [...] Merlin – Do a bit of magic in reports – PART XIIX [...]

  3. Pingback by Merlin – Do a bit of magic in reports – PART XX » MacPM (March 21, 2013 @ 4:13 pm

    [...] Merlin – Do a bit of magic in reports – PART XX [...]

  4. Pingback by Merlin – Do a bit of magic in reports – PART XXI » MacPM (April 8, 2013 @ 8:55 pm

    [...] Merlin – Do a bit of magic in reports – PART XXI [...]

  5. Pingback by Merlin – Do a bit of Magic in Reports – Part XV » MacPM (April 8, 2013 @ 9:03 pm

    [...] Merlin – Do a bit of Magic in Reports – Part XV [...]

  6. Pingback by Merlin – Do a bit of Magic in Reports – Part XVI » MacPM (April 12, 2013 @ 12:11 pm

    [...] Merlin – Do a bit of Magic in Reports – Part XVI [...]

  7. Pingback by Merlin – Do a bit of magic in Merlin reports – PART XXII » MacPM (May 3, 2013 @ 2:24 pm

    [...] Merlin – Do a bit of magic in Merlin reports – PART XXII [...]

RSS feed for comments on this post. TrackBack URL

Leave a comment