Difference between revisions of "Template:Resultlink"

From Testiwiki
Jump to: navigation, search
(formatting)
m
Line 1: Line 1:
[http://base.opasnet.org/index.php?page_id={{PAGEID}}&wiki_id=1&sample={{{1|1}}} Show the newest result in Opasnet base]
+
Show results from the [[Opasnet base|Opasnet Base]]
 +
 
 +
[http://base.opasnet.org/index.php?page_id={{PAGEID}}&wiki_id=1&sample={{{1|1}}} The newest result]
  
 
{{#sql-query:
 
{{#sql-query:

Revision as of 08:45, 12 January 2009

Show results from the Opasnet Base

The newest result

{{#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 |Runs}} | {{#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 |Means and samplesizes (N)}} | {{#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 |Full sample}}


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.