Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
gheriafi
Starting Member
1 Post |
Posted - 2010-09-06 : 14:07:41
|
| when i'm getting error when i add the below 2 with +(SFP.Category + SFP.Purpose + SFP.Question + SFP.Resources)+(WPP.InvestigativeQuestion + WPP.Hypothesis + WPP.StatementOnHypothesis + WPP.Procedures + WPP.IdentifyTheControl + WPP.IdentifyTheVariable + WPP.SampleData + WPP.BrainstormIdeas)(SUM(ScientificPaper.OnTime + ScientificPaper.TableOfContents + ScientificPaper.InvestigativeQuestion + ScientificPaper.CompletenessOfMaterials + ScientificPaper.ResultsTablesGraphs + ScientificPaper.DataChartsCompleteness + ScientificPaper.ConclusionsSummary + ScientificPaper.OriginalityOfIdea + ScientificPaper.Acknowledgements) * 30 / 100) + (SUM(DisplayGrade.Judge1 + DisplayGrade.Judge2 + DisplayGrade.Judge3 + DisplayGrade.Judge4 + DisplayGrade.Judge5 + DisplayGrade.Judge6) / 6 * 0.25) + (SUM(RubricPerJudge.Judge1 + RubricPerJudge.Judge2 + RubricPerJudge.Judge3 + RubricPerJudge.Judge4 + RubricPerJudge.Judge5 + RubricPerJudge.Judge6) / 6) |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2010-09-07 : 04:37:43
|
| SUM(ScientificPaper.OnTime + ScientificPaper.TableOfContents + ScientificPaper.InvestigativeQuestion + ScientificPaper.CompletenessOfMaterials + ScientificPaper.ResultsTablesGraphs + ScientificPaper.DataChartsCompleteness + ScientificPaper.ConclusionsSummary + ScientificPaper.OriginalityOfIdea + ScientificPaper.Acknowledgements) * 30 / 100) + SUM(DisplayGrade.Judge1 + DisplayGrade.Judge2 + DisplayGrade.Judge3 + DisplayGrade.Judge4 + DisplayGrade.Judge5 + DisplayGrade.Judge6) / 6 * 0.25) + SUM(RubricPerJudge.Judge1 + RubricPerJudge.Judge2 + RubricPerJudge.Judge3 + RubricPerJudge.Judge4 + RubricPerJudge.Judge5 + RubricPerJudge.Judge6) / 6MadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|