ID | SurveyID | ThemeID | Order | Question | Responsible |
109 | 2 | 1 | 3 | pergunta teste | Johnson, Bruce Field, Sally |
108 | 2 | 2 | 2 | Teste pergunta composto | Nyugen, Sam Johnson, Bruce |
94 | 10 | 6 | 68 | A avaliação do resultado dos treinamentos é verificada por meio de: | Field, Sally |
ID | SurveyID | ThemeID | Order | Question | Responsible |
109 | 2 | 1 | 3 | pergunta teste | Johnson, Bruce |
109 | 2 | 1 | 3 | pergunta teste | Field, Sally |
108 | 2 | 2 | 2 | Teste pergunta composto | Nyugen, Sam |
108 | 2 | 2 | 2 | Teste pergunta composto | Johnson, Bruce |
94 | 10 | 6 | 68 | A avaliação do resultado dos treinamentos é verificada por meio de: | Field, Sally |
ClearCollect(
colQuestions,
{
ID: 109,
SurveyID: 2,
ThemeID: 1,
Order: 1,
Question: "Test",
Responsible: "Johnson, Bruce;
Field, Sally"
},
{
ID: 108,
SurveyID: 2,
ThemeID: 1,
Order: 1,
Question: "Test2",
Responsible: "Nyugen, Sam;
Johnson, Bruce"
}
)
ForAll(
colQuestions As Record,
ForAll(
Split(
Record.Responsible,
";"
) As Person,
Collect(
colQuestions_Converted,
{
ID: Record.ID,
SurveyID: Record.SurveyID,
ThemeID: Record.ThemeID,
Order: Record.Order,
Question: Record.Question,
Responsible: Person.Value
}
)
)
)
Ungroup(
SPList,
Responsible
)
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional