Hello everyone,
I am trying to use SQL Table.query statement to order the table by the Good Percentage [%] column. However, I tried to use:
[Good Percentage [%]] and ['Good Percentage [%]']
But FlexSim closes. Could it be some characters as [] or % forbidden for SQL Queries?
And another quick question, how do we use the SQL Aggregation functions? If we want the Minimum value of a column for example? (without ordering by the table query). How do we use the SQL Aggregation functions from flexsim docs:
- SUM()
- AVG()
- COUNT()
- MIN()
- MAX()
- STD()
- VAR()
- ARRAY_AGG()
Thank you!