<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://ideajam.net/ideajam/p/ij.nsf/rsstransform.xslt"?>
<rss version="2.0">
<channel>
	<language>en-us</language>
	<lastBuildDate>Wed, 22 May 2013 02:03:20 +0000</lastBuildDate>
	<title>IdeaJam(tm) : Identify and or filter out duplicates in a view.</title>
	<description>An RSS feed generated by IdeaJam(tm) for Identify and or filter out duplicates in a view.</description>
	<link>http://ideajam.net/ideajam/p/ij.nsf</link>
	<image>
	    <title>IdeaJam(tm) : Identify and or filter out duplicates in a view.</title>
	    <url>http://ideajam.net/ideajam/p/ij.nsf</url>
	    <link>http://ideajam.net/ideajam/p/ij.nsf/LogoSquare.gif?OpenImageResource</link>
	</image>
	<item>
		<pubDate>Sun, 14 Feb 2010 22:12:57 +0000</pubDate>
		<title>Domino Designer / : Identify and or filter out duplicates in a view.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Carl Rizzo&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=View"&gt;View&lt;/a&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=duplicates"&gt;duplicates&lt;/a&gt; &lt;br&gt;&lt;b&gt;Idea:&lt;/b&gt; 
&lt;div&gt;Not sure how possible it is, but I have had many occasions where I would like to identify and delete duplicate documents in a view.&amp;nbsp; Thanks&lt;/div&gt;&lt;br&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/920D979D68C2BEC8862576CA007A095C?OpenDocument</link>
	</item>
	<item>
		<pubDate>Mon, 15 Feb 2010 11:02:02 +0000</pubDate>
		<title>re: Identify and or filter out duplicates in a view.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Philip Storry&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; Define duplicate? Do you mean anything with exactly the same details in a view? Sort of like a "View -&amp;gt; Show -&amp;gt; Duplicates only", to go along with selected and unread? &lt;br /&gt; &lt;br /&gt; I'm in two minds about this one. But I'll vote yes, as it could also be useful in the Domino Directory for finding goofs there... &lt;br /&gt;&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/920D979D68C2BEC8862576CA007A095C?opendocument&amp;#commentsanc&amp;id=F4EC6494F3DE7644862576CB003C9C96</link>
	</item>
	<item>
		<pubDate>Mon, 15 Feb 2010 13:57:06 +0000</pubDate>
		<title>re: Identify and or filter out duplicates in a view.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Carl Rizzo&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; Hi Phil, &lt;br /&gt; &lt;br /&gt;For what I run into the docs are exact duplicates, but it would be nice if there was a way to compare field values from one doc to another to determine duplicates. Thank you.&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/920D979D68C2BEC8862576CA007A095C?opendocument&amp;#commentsanc&amp;id=F4811163A0DE683B862576CB004CA3B5</link>
	</item>
	<item>
		<pubDate>Wed, 17 Feb 2010 10:45:19 +0000</pubDate>
		<title>re: Identify and or filter out duplicates in a view.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Paul Davies&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; if you are filtering out duplicates, then what exactly do you need the duplicate document for?&lt;br /&gt;&lt;br /&gt;de-duping a db isn't very difficult. The technique I often use is to use a view which shows the NoteID of the docs, export the view to a CSV, use MS Access Find Duplicates query wizard (followed up with a Select Max() query) to identify the lines you want to delete, export the NoteIds of those lines back to a single or multiple document (depending on how may etc) and then use an agent to loop through and mark those documents with a flag so you can be sure it has identified the correct docs, then if satisfied, delete the docs with the flag&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/920D979D68C2BEC8862576CA007A095C?opendocument&amp;#commentsanc&amp;id=A429C66AC5F19C4C862576CD003B149D</link>
	</item>
	<item>
		<pubDate>Wed, 17 Feb 2010 12:50:01 +0000</pubDate>
		<title>re: Identify and or filter out duplicates in a view.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Carl Rizzo&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; Hi Paul, &lt;br /&gt;Wow that is very smart, but also very complicated. I can follow the logic and I am sure it works, but I was looking for something easier. You are correct in that I would never need the duplicate doc. I just wanted it flagged so I can see it and I can delete it. Thanks.&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/920D979D68C2BEC8862576CA007A095C?opendocument&amp;#commentsanc&amp;id=4017F103858C8F54862576CD00467F5C</link>
	</item>
	<item>
		<pubDate>Wed, 17 Feb 2010 20:46:57 +0000</pubDate>
		<title>re: Identify and or filter out duplicates in a view.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Paul Davies&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; Carl - I suppose only you can define what a duplicate is in your own context. no two notes documents are exactly the same as they will have different IDs and timestamps etc.&lt;br /&gt;&lt;br /&gt;Does setting the property 'Force Unique IDs in index for ODBC access' give you what you want? This filters out duplicates in the first (sorted?) column. Its in the last property page for the view&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/920D979D68C2BEC8862576CA007A095C?opendocument&amp;#commentsanc&amp;id=7BE88A2240B7A91A862576CD00722971</link>
	</item>
	<item>
		<pubDate>Wed, 17 Feb 2010 21:18:02 +0000</pubDate>
		<title>re: Identify and or filter out duplicates in a view.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Carl Rizzo&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; Hi Paul, &lt;br /&gt; &lt;br /&gt;Yes, I think that would work. I did not know that is how that feature worked. I had no idea. Thanks.&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/920D979D68C2BEC8862576CA007A095C?opendocument&amp;#commentsanc&amp;id=9DD45424132E0A64862576CD0075021C</link>
	</item>
	<item>
		<pubDate>Thu, 25 Feb 2010 20:36:11 +0000</pubDate>
		<title>re: Identify and or filter out duplicates in a view.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Bill Malchisky&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; Also @Unique works, depending upon your needs.&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/920D979D68C2BEC8862576CA007A095C?opendocument&amp;#commentsanc&amp;id=33249091A5D66812862576D500712D2C</link>
	</item>
</channel></rss>
