<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Automatic incrementing IDs</title>
	<atom:link href="http://www.novolocus.com/2009/01/20/automatic-incrementing-ids/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.novolocus.com/2009/01/20/automatic-incrementing-ids/</link>
	<description>Whatever I'm working on, really...</description>
	<lastBuildDate>Fri, 03 Sep 2010 12:15:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2009/01/20/automatic-incrementing-ids/comment-page-1/#comment-4971</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 11 Feb 2009 16:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=987#comment-4971</guid>
		<description>Hmm. That&#039;s probably true on creation, actually. It can&#039;t have an idea of what it&#039;s ID is until it&#039;s created.</description>
		<content:encoded><![CDATA[<p>Hmm. That&#8217;s probably true on creation, actually. It can&#8217;t have an idea of what it&#8217;s ID is until it&#8217;s created.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walt</title>
		<link>http://www.novolocus.com/2009/01/20/automatic-incrementing-ids/comment-page-1/#comment-4969</link>
		<dc:creator>Walt</dc:creator>
		<pubDate>Mon, 09 Feb 2009 19:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=987#comment-4969</guid>
		<description>I have used the ID in the past. Have not been able to get the calculated function to work. Keeps coming back as 0000000.

I think when SP is saving the item the ID is blank(or 0) so the caclulation uses that value. The ID is calculate afterward, at least in my experience.</description>
		<content:encoded><![CDATA[<p>I have used the ID in the past. Have not been able to get the calculated function to work. Keeps coming back as 0000000.</p>
<p>I think when SP is saving the item the ID is blank(or 0) so the caclulation uses that value. The ID is calculate afterward, at least in my experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2009/01/20/automatic-incrementing-ids/comment-page-1/#comment-4918</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 22 Jan 2009 09:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=987#comment-4918</guid>
		<description>Ah, d&#039;oh, of course. Yeah, that&#039;s pretty obvious, so naturally I didn&#039;t see it.

Actually, though, the thing that would put some of our customers off is the format of the number - so using the TEXT function is probably the bit I need to remember. I wonder if I could make it do letters too...</description>
		<content:encoded><![CDATA[<p>Ah, d&#8217;oh, of course. Yeah, that&#8217;s pretty obvious, so naturally I didn&#8217;t see it.</p>
<p>Actually, though, the thing that would put some of our customers off is the format of the number &#8211; so using the TEXT function is probably the bit I need to remember. I wonder if I could make it do letters too&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.novolocus.com/2009/01/20/automatic-incrementing-ids/comment-page-1/#comment-4916</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 22 Jan 2009 00:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=987#comment-4916</guid>
		<description>All SharePoint lists already have an auto-incrementing column... &quot;ID&quot;. You can show it on your list by simply editing the default list view and selecting the ID column.

In your example above, you are just creating a calculated column to show the value of the ID column, ID is not a function.</description>
		<content:encoded><![CDATA[<p>All SharePoint lists already have an auto-incrementing column&#8230; &#8220;ID&#8221;. You can show it on your list by simply editing the default list view and selecting the ID column.</p>
<p>In your example above, you are just creating a calculated column to show the value of the ID column, ID is not a function.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
