If it says &quot;Clone of&quot;, Walt, you must be using the Node clone module (which I happen to use frequently, and as I recall, it simply makes another node).<br><br>So I would say that views is answering logically, it is finding three nodes and saying it found three nodes.<br>
<br>Of course, if this is not the case, disregard.<br><br>Victor<br><br><div class="gmail_quote">On Tue, Jun 3, 2008 at 5:37 PM, Earl Miles &lt;<a href="mailto:merlin@logrus.com">merlin@logrus.com</a>&gt; 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><div></div><div class="Wj3C7c">Earl Miles wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Walt Daniels wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have a CCK content type and it has a bunch of entries in it. When I show<br>
it in a view two of the entries are duplicated multiple times. I suspect<br>
something is screwed up in the data structure.<br>
Experiment number one. There were three copies of one entry so I decide to<br>
clone that entry so as to not lose the data and then delete the original.<br>
Doing so created three copies called Clone of ... and deleting the original<br>
got rid of all three. Next step is create a new entry and copy the fields<br>
from the clone into it. When that is submitted, I now have two copies (one<br>
less than before). What is going on?<br>
<br>
Pathauto is turned on in case that has something to do with the problem.<br>
There is only one entry in the alias table.<br>
</blockquote>
<br>
There&#39;s no way to answer this question without knowing every field, filter, sort criteria and argument in your query.<br>
<br>
It&#39;s really really easy to produce &#39;dups&#39; in SQL and thus in Views; many things could be doing it. Often it&#39;s taxonomy related, but any field that can have multiple values can easily do it if not configured appropriately.<br>

</blockquote>
<br></div></div>
I should amend: It&#39;s highly unlikely that the data structures are messed up.<br>
</blockquote></div><br>