I was thinking that it might be difficult to create selection lists with taxonomies for some reason. I felt it might be a bit clumsier, but perhaps this is the way to go.<br><br clear="all">

-- cgp<br><br>
<br><br><div class="gmail_quote">On Fri, Sep 4, 2009 at 10:14 AM, Seth Freach <span dir="ltr">&lt;<a href="mailto:sfreach@gmail.com" target="_blank">sfreach@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">





  

<div bgcolor="#ffffff" text="#000000">
Chris,<br>
<br>
A hierarchical taxonomy vocab might be a different way to solve your
issue.  Consider using tags and the relationships between them instead
of a CCK field.  Then, in Views you can define relationships based on
parent terms (among other things that Views will do w/ taxonomy out of
the box).  Some of the posts in <a href="http://groups.drupal.org/taxonomy" target="_blank">http://groups.drupal.org/taxonomy</a>
may be relevant.<br>
<br>
Seth<br>
<br>
Chris Pall wrote:
<blockquote type="cite"><div><div></div><div>I&#39;ve got a CCK content type which can refer to itself to
note a &quot;parent&quot;. In a view, I want to group by the parent. I&#39;m not
going all out in displaying a tree hierarchy, though I suppose that
would be fine if that were supported by some module. The problem I am
having is that when I employ a relationship to show the title and
group, it is somehow racing to the top of the &quot;tree&quot; and grouping by
the &quot;root&quot; parent. Is it possible limit to the immediate parent?<br>
  <br>
I&#39;ve seen a couple of relationship modules, trees modules, but is there
anything that really seems to address doing what I&#39;ve got in the data
structure I&#39;ve established? <br>
  <br>
For example:<br>
  <br>
Data is:<br>
&quot;Title&quot; -&gt; &quot;Parent&quot;, &quot;Body&quot;<br>
1. North America -&gt; (no parent) - This is a continent.<br>
2. United States -&gt; North America - This is a country in North
America<br>
3. Michigan -&gt; United States - This is state in the US.<br>
4. Washington -&gt; United States - This is different state in the US.<br>
5. Dearborn -&gt; Michigan - this is a city in the US.<br>
6. Lansing -&gt; Michigan - this is another city in the US.<br>
7. Kalamazoo -&gt; Michigan - this is yet another city in the US.<br>
  <br>
My view grouped by the &quot;Parent&quot; (with a relationship), and what I get
is:<br>
------<br>
  <b>Group Name: <i>(empty)</i></b><br>
North America - This is a continent<br>
  <br>
  <b>Group Name: North America<br>
  </b>United States - This is a country in North America<br>
Michigan - This is state in the US.<br>
Washington  - This is different state in the US.<br>
Dearborn - this is a city in the US.<br>
Lansing - this is another city in the US.<br>
Kalamazoo - this is yet another city in the US.<br>
-----<br>
  <br>
  <br>
  <br>
  <i><b>What I&#39;m hoping for is:</b></i><br>
---<br>
  <b>Group Name: <i>(empty)</i></b><br>
North America - This is a continent<br>
  <br>
  <b>Group Name: North America</b><br>
United States - This is a country in North America<br>
  <br>
  <b>Group Name: United States</b><br>
Michigan - This is state in the US.<br>
Washington  - This is different state in the US.<br>
  <br>
  <b>Group Name: Michigan</b><br>
Dearborn - this is a city in the US.<br>
Lansing - this is another city in the US.<br>
Kalamazoo - this is yet another city in the US.<br>
  <br>
  <br clear="all">
-- cgp<br>
  <br>
  </div></div><pre><hr size="4" width="90%">
--
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]</pre>
</blockquote>
</div>

<br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br>