AndréSousa Posted August 18, 2013 Share Posted August 18, 2013 Hello. How can i get the row index where the max value of some data table column is stored? I need this because in my model i will seize workers based on this max value. edit: Using Maximize Expression will get me there? Link to comment Share on other sites More sharing options...
ASagan Posted August 18, 2013 Share Posted August 18, 2013 That's right... use maximize expression with the Search step, set limit to 1 (default). The new token will be associated with the row. Alternatively, you can save the row index using the advanced properties of the search step. The Search step feels like the most powerful step in Simio to me... Link to comment Share on other sites More sharing options...
AndréSousa Posted August 18, 2013 Author Share Posted August 18, 2013 That's right... use maximize expression with the Search step, set limit to 1 (default). The new token will be associated with the row. Alternatively, you can save the row index using the advanced properties of the search step. The Search step feels like the most powerful step in Simio to me... I've solved my problem this way, many thanks Link to comment Share on other sites More sharing options...
Recommended Posts