How to create summary field with non unique values?
I have a "Tests" parent table and the "Test results" child table which consists test result as pass or fail. How I can display test results (combined texts with non unique values) in the "Tests" t...