I have a nested repeat query on a page which I got to work based on your tutorials. The master table has about 7 columns and the detail table has about 3 columns. I’m now trying to figure out the best way to format the data so it looks nice. Is it possible to have the detail table inside a master table column? I tried to do it with the table generator, and then inserting the second repeat in one of the columns but didn’t seem to work so I thought I’d ask the experts.
The first part of the page has client infromation which works fine. The second is the nested repeat. The first repeat shows event information and is a series of text inputs and checkboxes on one line.
Then the nested repeat part shows the projects for that event as a responsive table.
I have not been able to use any kind of table creator for the first repeat so I have to put each field manually using text inputs or bindings. Is that the best way? When I tried using the table generator, I got all events each time instead of just the record in the repeat.
Also, I can’t get the checkboxes to work. You will see that the Photo label has a Y or N but the checkbox which doesn’t show anything. It’s supposed to show when value = Y. Not sure why it doesn’t work. I put the same field as a text input box just to see if I was retreiving the right data.