Skip to Content
0
Former Member
Aug 11, 2008 at 12:40 PM

Table in a table

14 Views

Hi,

I have to display per page the following information:

- customeraddress (name, street, postcode, country)

- articles( this is a table which can contain 1 or more articles)

The page can be extended to 2 pages.

And the complicated thing is that Customeraddress en articles should be repeated N times.

My question is how should the WD context look like?

PDFDataSource (Parent Level1) - Cardinality 1:1 - Singletone -True - This is assigned to datasource

TableList (Parent Level2) - Cardinality (1:1) - Sigletone -True

TableWrapper(Parent Level3) - Cardinality (0:n) - Singletone -True

TableCustAddressData (Parent Level4) - Cardinality (0:1) - Singletone - false

TableArticlesData (Parent Level4) - Cardinality (0:1) - Singletone - false

Is above context applicable for repeating customeraddress and N articles N times?

And how can you let a customer address with articles start on a new page?

Edited by: Sandhya Banwarie on Aug 11, 2008 8:43 AM