Sometimes when browsing a table, it is difficult to spot specific rows or entries. It would be great to be able to filter tables to show/hide rows maybe with the typical tools filter, order A>Z / Z>A.
Sometimes when browsing a table, it is difficult to spot specific rows or entries. It would be great to be able to filter tables to show/hide rows maybe with the typical tools filter, order A>Z / Z>A.
The tables in FlexSim are designed to be a bit simpler than what a full fledged spreadsheet program has. Having said that, the Table class of objects in FlexSim does allow you to sort via command script.
Using the Table.sort command in a script or On Reset trigger could give you what you're looking for.
Tablesort(Variantcolumns ,VariantsortDirections = 0 ) |
columns | The column or columns to sort. |
sortDirections | The directions each column should be sorted. 0 is Descending and 1 is Ascending. |
Table | The table. |
Sorts table columns.
table.sort(1);
table.sort([1, 2, 3], [1, 0, 1]);
This basic sort command will sort numbers numerically, and strings alphabetically.
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