tradergonedev
New Contributor
since ‎2019.09.05
‎2021.06.14

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I'm trying to extract the value of a table search to a variable. var: select sum quantity from table;select statement returns a table.I've tried exec:var: exec sum quantity from table;but it seems this gives me the type instead of value.how would I g...
Hey Qbies, I have a file, engineFunctions.q, containing functions and a table that I want to load within a Tickerplant subprocess (in my cx.q file).I'm attempting to load the file as such:if[x~"ProcessName"; \l path/engineFunctions.q ] ^^ gives me `\...