Tagged Questions
1
vote
0answers
14 views
How do I get the attachments for a SP 2010 list to sort the attachments in alpha order by document name?
I hope someone can help me PLEASE.
How do I get the attachments on my SharePoint 2010 List item to sort in alphabetical order by document name?
3
votes
5answers
1k views
Sort order issue
I'm having an issue sorting data in ascending order.
Right now the sort order is:
1.0.0
10.0.0
10.0.1
11.0.0
2.0.0
2.0.1
3.0.0
3.0.1
3.1.0
What I want is:
1.0.0
2.0.0
2.0.1
3.0.0
3.0.1
3.1.0
...
4
votes
1answer
290 views
In MOSS 2007, how to sort a list by a total/aggregate?
I have a basic issue tracking list with a few columns, let's say Application, Title, Created By, and Task Priority.
My list is grouped by Application and I am performing a Total (Average) on Task ...
5
votes
1answer
338 views
Only show Sorting option not filtering opetion in contex menu of header in ListViewByQuery
I have creatd ListViewByQuery control through coding and added the control through RencerControl Event.
I am filtering the list in code. so filtered result is shown. I want to hide filter context ...