This is probably something simple, but I couldn't find the answer. I'm trying to build a report that shows the question and subquestion answers without retyping the parent question in the report. The following code is what I want:
Code:
Contribute Service:
{C3BQ11.question} <-- this is NOT valid
{C3BQ11_SQ001.question}: {C3BQ11_SQ001.shown}
{C3BQ11_SQ002.question}: {C3BQ11_SQ002.shown}
... (total of 13 subquestions)
However, {C3BQ11.question} is shown as an error.
From the question summary:
Question group: Contribute: Me & The World (ID:6)
Code: C3BQ11 : (Mandatory question)
Question: In the past 12 months, how often were you involved in serving people/places?
How can I show the "parent" question text in my report?