This article is part of the Wiki series: MSDN/TechNet Forums.
Have you ever wondered how many views you got on threads you answered or were a part of?
If so, you can navigate to My Threads in forums application left pane. Then check Quick Access\My Threads which would result in a URL similar to mine for example:
https://social.msdn.microsoft.com/Forums/en-US/user/threads?user=Dave%20Patrick
This view by default would be sorted by Last Reply date descending. We can append to URL the text ; &filter=alltypes&sort=viewsdesc&searchTerm=undefined
resulting in:
https://social.msdn.microsoft.com/Forums/en-US/user/threads?user=Dave%20Patrick&filter=alltypes&sort=viewsdesc&searchTerm=undefined
then copy / paste this new URL in browser's address bar would result in a list of My Threads but sorted by the number Views descending. Enjoy