I do not see a selection for 'NOT LIKE' when trying to filter out on name in a Property Table. I've tried wildcards but no success. Is there a way to do this??
Thanks
I do not see a selection for 'NOT LIKE' when trying to filter out on name in a Property Table. I've tried wildcards but no success. Is there a way to do this??
Thanks
FlexSim's sql language supports LIKE, but does not currently support NOT LIKE, so that option is not present in the GUI.
If you write your own query and run it with Table.query(), you can use something like the following:
Table result = Table.query( "SELECT Object, Name FROM Objects() WHERE NOT (Name LIKE '%Queue%')"); result.cloneTo(Table("GlobalTable1"));
Alternatively, you could probably add a label to the objects you want to see and filter based on that label value.
13 People are following this question.
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