Derived /Expression Value Columns In Object Property Table

Derived /Expression Value Columns In Object Property Table

arunTTT2P
Collaborator Collaborator
289 Views
1 Reply
Message 1 of 2

Derived /Expression Value Columns In Object Property Table

arunTTT2P
Collaborator
Collaborator

[ FlexSim 24.0.0 ]

Is it possible to have derived values/expressions as a column value in the object property table? By using a label we can do that, other than using a label is it possible?

Regards,

Arun KR

0 Likes
Accepted solutions (1)
290 Views
1 Reply
Reply (1)
Message 2 of 2

jason_lightfoot_adsk
Autodesk
Autodesk
Accepted solution

Can you just use the table query to create your table and use a custom expression or user command in the query?

Table.query("SELECT Object, Name, myexpression(Object) FROM Objects()").cloneTo("CustomPropertiesTable")
0 Likes