Hi all,
I have 2 tables:
Stats_table & output_table
In stats table there are 10k records, with a unique ID (inst_ID).
In output table there will be several thousand records of customers, and each customer also has an inst_ID assigned.
What I need to do is for every unique inst_ID in the...
Hi there,
I need a way to sum all selected <option> values from within a form. My form could have up to 100 <selects> all with a name of "Frequencynnnn" nnnn being an ID number.
I have tried to modify this script I found:
function getFields() { var inputs =...
Hi there,
My data looks like this:
PostCode,Product,Month,Sales
AB10,Product1,201106,1212
AB10,Product2,201106,3455
AB11,Product1,201106,3443
AB11,Product2,201106,1344
I need to transform it to do this:
Postcode,Product,Total3MonthSales
AB10,Product1,1121212
AB10,Product2,234234234...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.