luizfvpereira Posted May 12, 2017 Posted May 12, 2017 Is there a way to select a table column based on its name? (instead of specifically writting its name on the search step)
jzhou Posted May 13, 2017 Posted May 13, 2017 I think this is exactly what I look for, I think Simio team will have a look at it . My request is: Is there a function that can return the ColumnName of a typical cell. for example Table1[1, 2].ColumnName Table1[2, 3].ColumnName or if know current col number( a statevaribale) , then return the Table's ColumnName(string )
luizfvpereira Posted May 15, 2017 Author Posted May 15, 2017 What I want is a bit different but might come with implementing what you requested. For instance, if I know that the entity traveling a process is in "Server2" I want to access the column with the name "Server2": TableName.(Entity.CurrentNode.AssociatedObject.Name) Something like this, if possible
Recommended Posts