I am trying to construct a table with the following structure:
Checklist Collection 1
Checklist 1
Enabling Objective 1
Criterion 1
Criterion 2
Enabling Objective 2
Criterion 1
Criterion 2
Checklist 2
Enabling Objective 1
Enabling Objective 2
Checklist Collection2
I have the following xforms instance:
<xforms:instance id="cg_assessment" xmlns="">
<data>
<Populated>
<ChecklistCollection name="">
<Checklist name="">
<EnablingObjective description="">
<Criterion description=""></Criterion>
</EnablingObjective>
</Checklist>
</Populated>
</data>
</xforms:instance>
I've tried using nested tables, but that didn't seem to work.
Any advice on how to do this?
Thank you.
Topic
-
Re: Need assistance with constructing table
2009-11-27T22:03:49ZThis is the accepted answer. This is the accepted answer.
- Giandolce
- 2009-11-25T14:06:55Z
Attached is a clear structure of the table and the xforms instance.
Are there a specific number of Criterion items under each Enabling Objective or an arbitrary number? Similarly, are there an arbitrary number of Objectives and Checklists?
It might help if you create a mock-up form showing what you're trying to achieve, and then I can help you make it dynamic. -
Re: Need assistance with constructing table
2009-12-03T14:50:44ZThis is the accepted answer. This is the accepted answer.
- Ryan_Guenther
- 2009-11-27T22:03:49Z
I'm still not clear what you're trying to do. Specifically, what is a 'collection' and what is a 'criterion' in terms of UI?
Are there a specific number of Criterion items under each Enabling Objective or an arbitrary number? Similarly, are there an arbitrary number of Objectives and Checklists?
It might help if you create a mock-up form showing what you're trying to achieve, and then I can help you make it dynamic.