PMC Forums  

Go Back   PMC Forums > Scheduling > Scheduling Software
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Scheduling Software Software comparisons, customization, data integration, and more...

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-15-2007, 08:45 AM
Alexander Alexander is offline
Member
 
Join Date: Jun 2007
Posts: 4
Question Display subresources in Asprova?

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.
Reply With Quote
  #2 (permalink)  
Old 06-15-2007, 08:52 AM
SteveW SteveW is offline
Administrator
 
Join Date: May 2007
Posts: 6
Default

In order to display a subresource in the Operation table, you have to create a custom column. After you create the custom column, assign it this virtual property:

ME.ProductionTask.UseInstructions[2].Resource
Reply With Quote
  #3 (permalink)  
Old 06-15-2007, 09:16 AM
Alexander Alexander is offline
Member
 
Join Date: Jun 2007
Posts: 4
Default

That only gives me one subresource, I need to show all of them. (Operations in this model can have up to 3 subresources.)
Reply With Quote
  #4 (permalink)  
Old 06-16-2007, 11:19 AM
SteveW SteveW is offline
Administrator
 
Join Date: May 2007
Posts: 6
Default

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...
Reply With Quote
  #5 (permalink)  
Old 06-18-2007, 10:54 AM
Alexander Alexander is offline
Member
 
Join Date: Jun 2007
Posts: 4
Default

Cool. It worked.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is Off
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 01:11 PM.



Content Relevant URLs by vBSEO 3.0.0