HiI have a simple query which returns 1 columnI want to take each value
from that column, do some JS stuff to it, then keep the result for each
row to use in later stages of the workflow (for filtering/splits/etc)The
below works to get me to the value I am looking for, but I am unsure how
to write the result back into the table?Any advice appreciated,
cheersStephenObject.defineProperty(String.prototype, 'hashCode', {
value: function() { var hash = 0, i, chr; for (i = 0; i < this.length;
i++) { c...