question

Arun Kr avatar image
0 Likes"
Arun Kr asked Jason Lightfoot answered

Derived /Expression Value Columns In Object Property Table

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

FlexSim 24.0.0
property table
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered

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")
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.