What do you think about a method tonot clear a complete global table but only one/some rows or columns. Actually I´m allways doing this with for Loops.
What do you think about a method tonot clear a complete global table but only one/some rows or columns. Actually I´m allways doing this with for Loops.
Table.query("UPDATE GlobalTable1 SET [Col 1]=0,[Col 3]=''")
FlexSim 2017 Update 1 (just released in beta [2017-03-08]) adds a reset trigger to global tables that could fulfill this request.
It allows users to put custom reset code right on the global table itself, so that the table can be reset to whatever custom state your model requires, and keep that reset logic directly with the global table itself.
I think it would be great if one could clear a certain row or column with the clear command, e.g. using optional parameters like Table.clear(row or column, row/column number). The loop solution obviously works, but allowing the user to clear the whole row or column with one command would be more user friendly.
Axel
@Ben Wilson I think what sebastian is suggesting is basically an addition to Table.deleteRow. Currently, you can use Table.clear to remove all values from a table, or Table.deleteRow to delete a specific row. Deleting multiple rows, but not all requires a for loop to delete each row specifically. It would be helpful if you could use Table.deleteRow(startingRow, EndRow) where it will delete all the rows within the range specified.
Share your great idea, or help out by voting for other people's ideas.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved