Page 1 of 1

How Drill Down on List Like report

PostPosted: Fri May 08, 2009 11:40 am
by jldum
Hi there,

I am trying (I think again after being away for months) the following

I have 3 tables related by one-t-many relations
I joined the tables in a DynaView (OK) retaining the columns I want to present.
I want to show 5 or 6 columns for table 1 (higher parent) , each hp column being in one-t-one relation with each other as a list , then
selecting a row at that level,
drill down to the next level (mid parent) each mp column being in one-t-one relation with each other as and show this info as a list ,
then drill down again ....

In a single (collection) report I can not get this to work

caption column seems to be limited to 2 columns,
even trying a 'technical' aggregation does not seem to help....

What would be the way to go here (best practice ?)

Awaiting reaction
regards

JL D

PostPosted: Mon May 11, 2009 2:47 pm
by admin
Hi JL D,

If I understand you correctly, you can get the result that you want by checking an option on the list:
Image


My steps were:
Create a 3 table join:
Image

Create a report with grouping levels corresponding to the 3 tables:
Image

Check the Option "Grouped values on each row":
Image

Save and run the list:
Image


If this does not do what you were after, please write again, and provide a sample of your join source.

Best regards

Bo Andersen

PostPosted: Thu May 21, 2009 4:18 pm
by jldum
Hi Bo,

thanks for the answer.
I'll put this in practice
regards

JL D