I am struggling with something that I imagine Exhibit handles easily.
I want to display my many-to-many data with "duplicates suppressed",
kind of a "master-detail report".  Imagine this setup:
a server "table" of data
an environment "table"
a service "table"
The service table is the child of both the server & environment tables
with "foreign keys" to each.

I want to display as:
Environment i
-> Server 1
--> Service a
--> Service b
-> Server 2
--> Service c
--> Service d
Environment ii
-> Server 1
--> Service e
-> Server 3
--> Service f
--> Service g
--> Service h

>From what I can tell the Thumbnail and Tile views handle this
structure "out of the box", if I set the Collection to "service" and
order by "environment" and "server".  However, it does not appear that
I can modify the "group by" headers.  They will always display as
"Environment i (4)" and "Server 1 (2)"  where 4 and 2 represent the
number of services (for that environment or server).  I actually want
to display additional "Environment" and "Server" data in those
"headers".

Thanks for reading this far!  Appreciate any suggestions on what I'm
doing wrong.

-Mark
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to