I have a product entity and an industry entity. These are joined by a m:n table 
(which is more than a simple join table, there is a comments field that is 
important)

product<-->>prodindustry<<-->industry

Having an EditProduct pageConfiguration I can with a custom property level 
component display the to-many industries and the related comment field from the 
join table. The customer needs an Excel sheet that contains one line per join 
for a given product. Thus when a product is connected to 3 industries the Excel 
sheet should then have 3 complete lines for that product, one line per industry 
(of course with most of the product data redundantly repeated). This is needed 
so that the customer can easily sort and group the Excel data.

Any idea how I can accomplish this with as little effort as possible (I want 
the 'puter to work for me, not the other way round). This is important to the 
customer as due to internal restrictions not everyone has access to the 
application and in this way information is passed around in a restricted 
fashion. Oh my, this is politics and thus beyond my horizon...

Thanks and have a good day
---markus---

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to