Hi,
Does anyone know if
https://github.com/orbeon/orbeon-forms/issues/1069 will be fixed any time soon?
We have a form which has a repeating grid, we can do it separately but it doesn't look very neat as the CSS and things don't play as nicely with the objects so tightly packed, the repeating grid solves this for us.
The issue we have is that we utilise the automated flat-view in MS SQL to connect an Excel to the SQL data-source. This works great for everything except the repeating grid.
I can add bits to the view so that I can get the first iteration into the view output but I can't get it to do the next iterations, essentially as they have the same name in the xml so it only chooses the first ones.
For the same form we use a PDF template and we can insert the additional rows from the repeating grid into the template using:- 'section$grid$control$1' and 'section$grid$control$2' then so on.
Is there anything that can be done for the view in the same way as the PDF?
Thanks,
Eusebio