I am totally new in SSRS and even in C# programming. I am making a report card program and in the final output which is the report card itself, I need to make a condition where:
Letter Grade
94-100 = A
89-93 = A-
and so on.
Grade Point
94-100 = 4.00
89-93 = 3.75
and so on.
Can anybody help me on this? I am using SSRS for the final output of the report card. Thank you in advance.