I have created a form that enables a user to rate a set of 20 criteria from 1-7 on the first page. On the second page of the form, I have two calculated - read only text fields. The first is 'Above Average' and the second is 'Needs Improvement.'
Is there a way to have the form look through the criteria ratings on the first page, and for each criteria rated a 5 or higher have the criteria be compiled in the 'Above Average' field, and for those rated a 2 or lower have them compile in the 'Needs Improvement' field?
An example: Let's say of the 20 criteria rated on page one, the person got a rating of 5 for "Flexibility," 6 for "Promptness," and 7 for "Attendance," and they got a rating of 2 for "Tidiness," and 1 for "Safety." (The other 15 criteria were all rated either 3 or 4.)
On page two, in the 'Above Average' field, I would like to see the text: "Flexibility, Promptness, Attendance." And in the 'Needs Improvement' field, I would see "Tidiness, Safety."
I was trying to build something using switch/case on the ratings, but I suspect there's a much better way to do this....