Forum Discussion
KrissyKrissy
8 years agoQrew Cadet
Hi Dan, or whoever else can help. I've been trying to get this to work and all I'm getting are the listed dots. So it's giving me the correct total number of dots for the exact total number of records but it is not returning the field values. Any suggestions on what we could be doing wrong?
- TaylorDavis7 years agoQrew MemberA little late, but better than never...
To answer your question (and Vivek's below), the parameter that needs to be modified is actually here:var template = "<ul>{{#.}}<li>{{comment}}</li>{{/.}}</ul>";
You'll want to change "comment" to the Field Label of the target field in your child table. You'll notice in the demo that Dan is querying for values in a field called "Comment"
And for those asking: yes, you need to write your field labels in lower case with underscores instead of spaces.