Skip to main content
Known Participant
August 3, 2008
Question

Displaying 3 levels of spry data

  • August 3, 2008
  • 4 replies
  • 482 views
I'm trying to create 3 levels of spry data and can't seem to figure it out.

I want the first level to dynamically show a list of available schools (names of the school). When I click on the school on the first level, I want the second level to show the course titles and start date for the school. When I click on the course title or start date, I want the details to show on the third level.

A shows B whereas B shows C. So far I've been only able to create one master and one details region. I'd like to run this off of one xml file-one data set if possible.

Could someone provide some advice and possible some samples (with the code)?

Thank you...
This topic has been closed for replies.

4 replies

Known Participant
August 22, 2008
?
Known Participant
August 5, 2008
It's not the best way but it would make a good temporary solution until sql will be made available to me. Any ideas on how to do it using xml?
Inspiring
August 5, 2008
i see what you mean, you have one too many relationships from a downwards. are you sure xml is the best way too do this?
Inspiring
August 4, 2008
why don't you set it up that data b and c are shown when you click on a? just add an extra detail region and insert the course title/start date field.
Known Participant
August 4, 2008
Hi Malcster2,

Because C includes the same data as B, except it will provide more detail. It would be just a duplicate doing it that way.

Perhaps I didn't explain clearly what I need to do.

A: shows the schools
B: shows the list of available courses (and start date) when one chooses the school
C: shows the complete description of the course, main photo, trainer name, trainer photo, bio, etc.

I'm not sure of the terms, but A would be the master of B, B in this case would act as the master of C (the details region), and B would also act as the details region of A.