Template:Resultlink: Difference between revisions

From Opasnet
Jump to navigation Jump to search
mNo edit summary
(formatting)
Line 2: Line 2:


{{#sql-query:
{{#sql-query:
SELECT Var.Ident, Var.Name, Res.id, N, Inf.Begin, Mean, Var.Unit
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
FROM Obj as Var, Obj as Run, Res, Inf
WHERE Var.Ident = "Op_en{{PAGEID}}"  
WHERE Var.Ident = "Op_en{{PAGEID}}"  
Line 8: Line 8:
AND Run.id = Res.Obj_id_r
AND Run.id = Res.Obj_id_r
AND Run.id = Inf.id
AND Run.id = Inf.id
GROUP BY Res.id
GROUP BY Var.id, Run.id
ORDER BY Run.id DESC, Var.Ident
|Runs}} |
|Show the means and samplesizes (N) for each result of this variable}}
 
{{#sql-query:
{{#sql-query:
SELECT Var.Ident, Var.Name, Var.Unit, Run.Ident, Inf.Begin, Inf.Who, Run.Name as Method 
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 19: Line 17:
AND Run.id = Res.Obj_id_r
AND Run.id = Res.Obj_id_r
AND Run.id = Inf.id
AND Run.id = Inf.id
GROUP BY Var.id, Run.id
GROUP BY Res.id
|Show the new runs of this variable in Opasnet base}}
ORDER BY Run.id DESC, Var.Ident
 
|Means and samplesizes (N)}} |
{{#sql-query:
{{#sql-query:
SELECT Var.Ident, Res.id, Res.Obj_id_r as Run, Sample, Result, Var.Unit
SELECT Var.Ident, Res.id, Res.Obj_id_r as Run, Sample, Result, Var.Unit
Line 29: Line 27:
AND Res.id = Sam.Res_id
AND Res.id = Sam.Res_id
ORDER BY Res.Obj_id_r, Var.Ident, Res.id
ORDER BY Res.Obj_id_r, Var.Ident, Res.id
|Show the full sample of each result distribution}}
|Full sample}}
 


<noinclude>
<noinclude>

Revision as of 08:43, 12 January 2009

Show the newest result in Opasnet base

{{#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.