Description
Expressions are not getting resolved correctly for the below case
case when expr1 = 0 then 0 else expr2 * 100 / expr1 end
expr1 is answerable by Candidate1 and Candidate2
expr2 is answerable by Candidate1
Expressions are not getting resolved correctly for the below case
case when expr1 = 0 then 0 else expr2 * 100 / expr1 end
expr1 is answerable by Candidate1 and Candidate2
expr2 is answerable by Candidate1