kentico_janh
-
11/10/2011 6:31:19 AM
RE:TagCloud webpart: extract top N tag order by tagCount DESC and sort them by Name
Hi,
I am afraid, that you won't be able to do that, because you are ordering only one sql query, so you can't preorder tags by a TagCount, select top N of them and then order them by a TagName.
The "order by" expression, that you mentioned, orders alphabetically only those tags, which have the same TagCount.
Best regards, Jan Hermann
|