Problem:
I have a collection built like this:
IDForm Question Answer
1 Name: John
1 Profession: Lawyer
1 Price $1200
1 Material Metal
I need the "Collection of Lines" above to look like this:
IDForm Question1 Answer1 Question2 Answer2 ....
1 Name: João Profession: Lawyer ...
Important: Each form is different according to the IDForm, there are forms with 30 questions and answers and another IDForm with 120 questions and answers.
The "Collection of Rows" needs to go through all the questions and answers and create the columns according to the number of questions in each form.
Does anyone have any idea how to help me?

Report
All responses (
Answers (