Hello!
We will say that there is a table ("Evaluation list") in which each id-number of the student has an id-number of the subject and the corresponding grade. That is, in fact, all id-numbers are repeated, for the 1st student there will be several subjects and grades on them.
But the data output should look like a table where students are displayed in rows (without repetitions), and the columns will be subjects (also without repetitions), at the intersection there should be appropriate assessments. Screen about what happened:
But as you can see from the screen, my student records are repeated, and the transition to processing the rest of the following records does not go at all. Items generally output from another table. To be honest, I don’t even know how to do this. Maybe this is stupid, but it turns out that I want to write one value of the record in a row, another in a column, and the third in their intersection ....
Maybe there are other solutions?