I have a PAD where I am running a SQL statement to calculate a rather complex time differential equation. where the query executes their will only ever be 1 value return in the output. It appears that the output of the SQL statement comes back as a data table with 1 column and 1 row. I need to be able to use this value as part of another calculation further down in my PAD process but can't seem to find the best way to get the value out as a variable to use. Any help or guidance would be greatly appreciated.