MorningSun
Technical User
Is there a way to base a calculation in a report on the result of the previous record?
My report contains the following headers:
Element(text)
Result (Y/N)
Impact (Double)
Score (percent)
I need for my report to show something like this:
Element YES 1 100%
Element No .5 50%
Element Yes .33 50%
Element No .33 34%
So the person got the first element right and their score is at 100%. They got the next element wrong and so their score drops to 50%. The 3rd element is right so they stay at 50% but the last element is wrong so they loose another 33% making their score 34%.
Problem is that my report design only displays the one row and pulls the factors from the query. How do I reference the Score in the previous row on the report???
Thank You!
PLEASE RECYCLE AND ENCOURAGE YOUR OFFICE/COWORKERS TO DO SO AS WELL.
My report contains the following headers:
Element(text)
Result (Y/N)
Impact (Double)
Score (percent)
I need for my report to show something like this:
Element YES 1 100%
Element No .5 50%
Element Yes .33 50%
Element No .33 34%
So the person got the first element right and their score is at 100%. They got the next element wrong and so their score drops to 50%. The 3rd element is right so they stay at 50% but the last element is wrong so they loose another 33% making their score 34%.
Problem is that my report design only displays the one row and pulls the factors from the query. How do I reference the Score in the previous row on the report???
Thank You!
PLEASE RECYCLE AND ENCOURAGE YOUR OFFICE/COWORKERS TO DO SO AS WELL.