Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > tag cloud question View modes: 
User avatar
Member
Member
admin-pclennox - 11/11/2013 12:32:34 AM
   
tag cloud question
I want to setup the tag cloud to show the top 50 tags with the highest count and then sort those results alphabeticly. How do I do this? I can get it limit to 50 but that is just the first 50 tags and if i use Order by Tagcount DESC I can get it to put the top 50 but that gets sorted the highest count at the top and then down which makes the text look just big at the top and scale down. I want it look basically like a limited tag cloud but still with lots of text size variation in it.

Thanks!

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 11/11/2013 7:21:41 AM
   
RE:tag cloud question
Can't you simply order by TagName?

User avatar
Member
Member
admin-pclennox - 11/11/2013 8:34:15 AM
   
RE:tag cloud question
Unfourtunatly, all that does is list of the first 50 tags, regardless of tagcount.

So last night I tried TagName, TagCount (both ASC DESC)in the ORDER BY statement and that gives me a bunch of alphabetical tags in the highest font size available but none had more than one tag associated to them, plus it didn't look very good.