The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
54 views

Programmatically adding a sequence number to the 'Title' column during item creation in SP List

As per the title above, I have a list that stores IT support requests. I need a sequence number that matches with the item ID and I want to add this sequence number to the Title of the request. I ...
0
votes
1answer
88 views

User input issue with Locale change of Site SP 2010

My site is running under SharePoint 2010. Everything is Ok except when I change the locale of my site from Regional settings from US (English) to Malay. The my web part pages where user has number ...
1
vote
2answers
329 views

Creating an Autonumber Column

Is there a way to create an autonumber column in the lists and libraries? For example I want to have a list and when a user wants to add a new value, it automatically generates a new autonumber.
3
votes
1answer
722 views

Converting number field to text field results in data loss

I have the following scenario: A standard generic list with a number column. There is a large number of list items in the list - 200000. All list items have an integer number value (no floating ...
0
votes
1answer
716 views

XSLT for summing Number column where there are cells with no value

This is akin to this question but I couldn't get the suggested sumAll function to work. I also have several different columns to sum and it just seems silly to have a separate template for each ...
2
votes
2answers
122 views

Should I use SharePoint Number column types to store monetary values?

In SharePoint I can create a list column of type 'Number'. I need to store monetary amounts and would like to be able to use this column type rather than having to create a new one. Are values of ...