Hi,
I am struggling with the following condition on to the query table. Can any one please help to complete the following conditions. I have tried number of times, but it returns strange results.
DisplayText: IIf([Mark Obtained - Practical]<5,"FAIL",IIf([Mark Obtained - Practical]>5<6.5,"Grade C - Pass")).............?
Conditions to include:
- When score <4.9 ‘Fail’
- When score >5<6.5 ‘Grade C – Pass’
- When score>6.6<7.5 ‘Grade B – Pass’
- When score >7.6<8.5 ‘Grade A – Pass’
- When score >8.6=10 ‘Grade A+ - Pass’
Regards,
Shameen