I have two dates from date and end date........
for each date between from date and end date I have records having correct and incorrect values
like for date x
correct
correct
incorrect
I want to get output as
x 2(correct)/3(total)* 100
for each date between from date and end date ,how can we do that...