G
Guest
I'm using the SQL view query to calculate grades for a class and want to set it up so that if the student scores below a minimum grade for a certain number of areas, the students gets assigned a mandatory grade.
i.e., Iif (2 of [Name],[Topic],[Motivation],[Objectives],[Overview] are <2.8, 2.0, ([Name}+[Topic]+[Motivation]+[Objectives]+[Overview])/5)
I realize the syntax for the logic statement won't work, but that's basically what I would like it to do. Is there a simpler way than nested Iif statements, as that becomes very cumbersome very quickly
i.e., Iif (2 of [Name],[Topic],[Motivation],[Objectives],[Overview] are <2.8, 2.0, ([Name}+[Topic]+[Motivation]+[Objectives]+[Overview])/5)
I realize the syntax for the logic statement won't work, but that's basically what I would like it to do. Is there a simpler way than nested Iif statements, as that becomes very cumbersome very quickly