Select to view content in your preferred language

Report template & syntax question

185
4
3 weeks ago
Charmaine_Hamlyn
New Contributor

I would love some help! I am trying to create a report from my survey findings but I am stuck on the syntax for a couple questions. Can anyone tell me what I am doing wrong? I am not a Coder and a beginner with Survey123 as well. Thanks in advance. I took a few screenshots to try and show what I have now.

These are the questions in my survey - 

Charmaine_Hamlyn_0-1757954672754.png

Survey tab fields in XLS form - 

Charmaine_Hamlyn_1-1757954747438.png

 

Choices tab in excel XLS Form - 

Charmaine_Hamlyn_2-1757954772975.png

My template - 

 

Recommended Work

${recommended_work}

$list_recommendation (selected-at(${recommended_work})

 

Timing of Recommended Work

${timing_of_recommended_work}

${list_timing} | (selected-at($‘{timing_of_recommended_work’})

 

Picture(s) of structure

${#Pic_structure}

${$file | size:200:200}

${/}

 

Any help would be greatly appreciated.

Tags (2)
0 Kudos
4 Replies
CodyPatterson
MVP Regular Contributor

Hey @Charmaine_Hamlyn 

I may not be seeing it in here, but I was curious if you are getting an error or some type of submission issue when you're attempting to publish? I'm not seeing anything you're doing particularly wrong at the moment!

Cody

0 Kudos
Charmaine_Hamlyn
New Contributor

I am sorry I forgot to include that part. I am getting an error when I try and upload my template. 

Charmaine_Hamlyn_0-1757955872259.png

 

0 Kudos
Neal_t_k
Frequent Contributor

missing a curly bracket here:

${list_recommendation (selected-at(${recommended_work})

0 Kudos
Neal_t_k
Frequent Contributor

Not sure about the single quotes here, don't look quite right?

${list_timing} | (selected-at(${timing_of_recommended_work})

0 Kudos