Dear all,
I am just looking at the table reports and have the following question, regarding the below example of a schedule and a Resource-Hours report:
1) Question 1: in the below example of the report what is exactly Object and and what is Parameter?
2) Question 2 : how do I get rid of the resource being mentioned at the lowest level (I marked it in red) ?
https://drive.google.com/file/d/0B1FBt_G3gCVqZEp0MHl2NEpNZk0/edit?usp=sharing
Bodgan,
Identifying indents might not add much value other than placing the multi-valued name field on appropriate column so it does not get messed up under complicated resource assignments. A response to Evgeny request, it is something I have no real need for. To communicate schedule I see no substitute to electronic file and viewing the data using the software or the free viewer. For other audience a screen capture or a PDF is enough.
I use Excel every hour of the day but rarely to transfer Spider Data, even when it is available at a click of the mouse, for these purposes I find Reference Books superior method. Transfer of row color to Excel is implemented but not the indentations within Name field, here text functions might yield desired indentation while other formulas can transfer the Name value to appropriate columns.
Anyway Spider software somehow creates the indentation flawlessly.
I entered L1A & L2 values manually I have not worked on the formulas yet.
Note that Skill bar is missing.
I would rather like to see Spider Team finish their work on Tornado Charts for Monte Carlo, something that cannot be done with 3 scenarios approach.
Best Regards,
Rafael
Rafael,
I had no intention of creating indents for the column, I intended to find a simple solutin for Evgeny Z problem regarding reporting.
I don't think indentation can be created with a user formula since it would require a FOR function (formula using For () functions - number of indent levels = number of For (Functions) ).
Best Regards,
Bogdan
Bodgan,
Thanks, it seems to identify the meaning but still misses to identify hierarchy; in the following figure you will see Resource A under Team 1 and also under a Resource Skill but at a different level as you can see from the hierarchy indentations.
I would label the new field as Objects.
How to display missing Level values is another issue as in the example above resource A is under different hierarchical levels but it is still a resource line. Using two separate level definitions comes to my mind, one level definition for phase and activities and a separate level for assigments, the sum of two will give you the indentation/column number.
In the case of Resource A under Resource Skill - Team 1 phase and activity level would be 2 while assigment level would be 3 for a total of five indentations. Knowing the indentations then transfer to Excel can be performed using a separate column for each indentation instead to a single column.
I love the way Spider works with the indentations on a single field column, there is a lot behind the scene.
Best Regards,
Rafael
Rafael,
I forgot about teams, did not care about skills since they end up as being resource or multi-resrouces. Try this:
TestColumn = if ( Level = 1, 'Project Phase', if (NumDays = '' and DPH = '' and Variable = '' and Level = '', 'Team', if (NumDays = '' and DPH = '' and Level = '' and Variable != '', 'Multi-Resource', if ( NumDays = '' and DPH != '' and Variable = '' and Level = '', 'Skill', if ( NumDays = '' and Level = '', 'Resource', if (DPH = '' and Level != 1, 'Phase', 'Activity' ) ) ) ) ) )
I hope this considers all combinations, if not tell me so I can look at it again.
As you can see the order is pretty much a mess, if you desire you could re-arrange the conditions according to the default order of the columns in the layout:
Level, BSC, DPH, NumDays, Variable (I think this is the order).
Best Regards,
Bogdan
Bodgan,
After scheduling your solution seems to work, with the exception of Teams and Skills.
Best Regards,
Rafael
Rafael,
Here is my solution for separating the 5 objects (project phase, phases, activities, multi-resource, resrouces):
1. User define field, (check the text option for it's contents) - I named it TestColumn;
2. The formula (which will be applied after sheduling, if desired).
TestColumn = if ( Level = 1, 'Project Phase', if (NumDays = '' and DPH = '', 'Multi-Resource', if ( NumDays = '', 'Resource', if (DPH = '', 'Phase', 'Activity' ) ) ) )
I belive this should cover all possible combinations.
3. Add the user define field in the report, see the image below.
[[wysiwyg_imageupload:1936:]]
Best Regrads,
Bogdan
Evgeny;
RE: Is there are way to add column, which shows, whether this is activity, phase, or resource (I did not manage to find a way).
Rafael
Bogdan, Rafael, thanks.
It is clear now
I understand;
Best Regards,
Rafael
Q1:
[[wysiwyg_imageupload:1933:]]
[[wysiwyg_imageupload:1934:]]
Q2:
The colors are exported if you are using the the full version. In the demo version the export to excel is done via CSV. This option, if I remember corretly has been implemented since 11.01.01, before that you could not export to excel if you were using the demo version.
Regards,
Bogdan
Evgeny,
1) Question 1: in the below example of the report what is exactly Object and and what is Parameter?
2) Question 2 : how do I get rid of the resource being mentioned at the lowest level (I marked it in red) ?
Hope this helps,
Rafael