Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Item ID in Calculated Columns

  Asked By: Holly Rivera         Date: Oct 13, 2006      Category: Sharepoint      Views: 586
 

I have a List with a Calculated Column. The calculated column include Item ID like ID&";#"&[Sales Manager].

It works fine, but when I edit an item, the calculated column of that given Item losses the ID portion.

When I go back and edit the formula and save it (with or without any change in formula). Calculated field reads the ID fine. Any item which is not edited since last save of formual remains good.

How can I make the Item ID to stay in the Calculated field?

Tagged:          

 

4 Answers Found

 
Answer #1       Answered By: Gopal Jamakhandi          Answered On: Oct 13, 2006       

Did you ever get a fix on this? I'm looking for the same solution...

 
Answer #2       Answered By: Chantal Rosa          Answered On: Oct 13, 2006       

Same issue here. Any resolution?

 
Answer #3       Answered By: Kyla Eckert          Answered On: Oct 13, 2006       

You might try creating a custom list  and modify the SCHEMA.XML to include  :
<Field Name="tID" DisplayName="tID" Type="Computed" ReadOnly="TRUE" ColName="tID">
<FieldRefs>
<FieldRef Name="ID"/>
</FieldRefs>
<DisplayPattern>
<Column Name="ID" StripWS="True"/>
</DisplayPattern>
</Field>

 
Answer #4       Answered By: Damon Garner          Answered On: Oct 13, 2006       

Experiencing the same issue here, and its really frustrating not to
find a solution or workaround.

 
Didn't find what you were looking for? Find more on Item ID in Calculated Columns Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].