Jump to content

Select Column from table based on Name


Recommended Posts

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 )

Link to comment
Share on other sites

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

Link to comment
Share on other sites

×
×
  • Create New...