Template:Resultlink: Difference between revisions
(new queries added: run list, result list, sample) |
mNo edit summary |
||
Line 2: | Line 2: | ||
{{#sql-query: | {{#sql-query: | ||
SELECT Var.Ident, Var.Name | SELECT Var.Ident, Var.Name, Res.id, N, Inf.Begin, Mean, Var.Unit | ||
FROM Obj as Var, Obj as Run, Res, Inf | FROM Obj as Var, Obj as Run, Res, Inf | ||
WHERE Var.Ident = "Op_en{{PAGEID}}" | WHERE Var.Ident = "Op_en{{PAGEID}}" | ||
Line 23: | Line 23: | ||
{{#sql-query: | {{#sql-query: | ||
SELECT Var.Ident | SELECT Var.Ident, Res.id, Res.Obj_id_r as Run, Sample, Result, Var.Unit | ||
FROM Obj as Var, Res, Sam | FROM Obj as Var, Res, Sam | ||
WHERE Var.Ident = 'Op_en1904' | WHERE Var.Ident = 'Op_en1904' |
Revision as of 14:13, 18 December 2008
Show the newest result in Opasnet base
{{#sql-query: SELECT Var.Ident, Var.Name, Res.id, N, Inf.Begin, Mean, Var.Unit FROM Obj as Var, Obj as Run, Res, Inf WHERE Var.Ident = "Op_en2239" AND Var.id = Res.Obj_id_v AND Run.id = Res.Obj_id_r AND Run.id = Inf.id GROUP BY Res.id ORDER BY Run.id DESC, Var.Ident |Show the means and samplesizes (N) for each result of this variable}}
{{#sql-query: SELECT Var.Ident, Var.Name, Var.Unit, Run.Ident, Inf.Begin, Inf.Who, Run.Name as Method FROM Obj as Var, Obj as Run, Res, Inf WHERE Var.Ident = "Op_en2239" AND Var.id = Res.Obj_id_v AND Run.id = Res.Obj_id_r AND Run.id = Inf.id GROUP BY Var.id, Run.id |Show the new runs of this variable in Opasnet base}}
{{#sql-query: SELECT Var.Ident, Res.id, Res.Obj_id_r as Run, Sample, Result, Var.Unit FROM Obj as Var, Res, Sam WHERE Var.Ident = 'Op_en1904' AND Var.id = Res.Obj_id_v AND Res.id = Sam.Res_id ORDER BY Res.Obj_id_r, Var.Ident, Res.id |Show the full sample of each result distribution}}
USAGE:
This template creates a link to a variable in result database.
First parameter is number of samples.
Development idea: Templaatti avaa tuloksen uuteen ikkunaan. Siellä on linkki, jota klikkaamalla tulee compare versions muuttujan nykyisestä wikisivusta ja siitä, joka oli voimassa sillä hetkellä kun muuttuja laskettiin tulostietokantaan.