All blog posts, code samples and downloads licensed under Apache License 2.0.
Close

Extlib Tagcloud: empty categories issue solved

Oliver Busse on 06/13/2014 22:28:09 CEDT, filed under Formula 

When using the Extlib Tagcloud you may experience an issue with empty categories in the view that is used as data source for control. If there are any empty categories then make sure you eliminate them by using this kind of column formula.

_tag:=@Trim(userSkills:userLeads:userProjects:userLanguages);
@If(_tag="";" ";_tag)

Tagged with extlib xpages