"do section for group in groups" not working

Asked by Olivier Talon

Hello,
first congratulation for this great tool!

I have not been able to get "do section for group in groups" working.
However, "do text for group in groups" works.

I'm using LibreOffice version 5.0.5.2 and appy version 0.9.8 on Mac Os to generate the ODT template. Is this may be the reason why it is not working.

I plan to do following:

"do section for group in groups"
  Tableau: group.name
"do section for sub_group in group"
  Sous-Tableau: sub_group.name
   "do table if sub_group.persons"
      "do row for p in sub_group.persons"
       p.firsrtname p.lastname

Can such a nesting work?

Thank you in advance for your kind support.
Olivier

Question information

Language:
English Edit question
Status:
Solved
For:
Appy Edit question
Assignee:
No assignee Edit question
Solved by:
Olivier Talon
Solved:
Last query:
Last reply:
Revision history for this message
Olivier Talon (kouete) said :
#1

The issue seems to be linked to the libre office version used to generate the ODT template. I used a sample template delivered with appy and "do section for group in groups" is working.