question

Jan Brinkjans avatar image
2 Likes"
Jan Brinkjans asked Jan Brinkjans commented

SQL query on internal list?

To copy a global list to a global table you can use the following command:
Table.query("SELECT * FROM List1").cloneTo("GlobalTable1");

Is it possible to do something similar with an internal list?
List InternalList = ?
Table.query("SELECT * FROM $1”, InternalList).cloneTo("GlobalTable1");

Thank you!

bumped

FlexSim 18.2.2
sql queryinternal lists
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

·
Jordan Johnson avatar image
2 Likes"
Jordan Johnson answered Jan Brinkjans commented

I don't think it's possible to use the Table.query command on an internal list in the List shared asset. If the list is global, create an identical list in the Toolbox, and reference that list instead. Then you will be able to query it.

· 1
5 |100000

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

Jan Brinkjans avatar image Jan Brinkjans commented ·

Thank you! It would be great if you could implement the feature in a future version of FlexSim.

0 Likes 0 ·

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.