Im trying to count the number of rows in a partion where a label is a certain value, but my query doesnt work for some reason
- List cranework = List("CraneWork");
- Table result = Table.query("SELECT * FROM cranework.$1",01);
- result.cloneTo(Table("QueryDump"));
I tried hardcoded .01 and putting "01" but no luck the query only kicks up an error
- exception: FlexScript exception: No resolved tables at MODEL:/Tools/ProcessFlow/CraneControlPF/Custom Code>variables/codeNode
Its a partitioned global list looking like this
Am I missing something?