My end result is to perform a percentage complete calculation using the total items in a "Complete" status based on the total number of items in a list. I found information on an 'SPList.ItemCount' code; however, I am unsure how to use this and/or incorporate into the existing SPServices I currently use. Any ideas on how to obtain a total item count in a list?
I tried the 'GetListItems' code and was unsuccessful getting am item count.