![]() |
|
|||||||
| Scheduling Software Software comparisons, customization, data integration, and more... |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Does anybody know how to get Asprova to display sub-resources in the Operation table? When Asprova makes a schedule, it shows the use of the main resource and the subresources in the Gantt Chart. But on the Operation table, I only see a column for Main Resource code, not the sub-resources.
|
|
|||
|
Oh, I see. Then you want the column definition to look like this:
ME.ProductionTask.UseInstructions[2].Resource + ';' + ME.ProductionTask.UseInstructions[3].Resource + ';' + ME.ProductionTask.UseInstructions[4].Resource Asprova considers all of the resources and use instructions to be part of an indexed collection. The main resource is found in element [1] of the collection, followed by all of the other resources in [2], [3], [4], and so on. I hope that helps... |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|