I have been trying for hours, but am a little stuck. How do I show a list from a DB as a new line in a repeating group.
(I have used item #50 as its the only way I have to get the entire list to show)
So I have a list of qualification, each has a description. I want each to show as:
Name
Description
Name
Description etc
Like this:
But is currently showing like this
Each name and description is a new entry in the DB and has a ID. It has occurred to be to remove the list from the DB and have each qualification as a new DB entry but I dont want the DB to be a mess.
Is this the only way to do this?