qualification:count

Gets the given qualification type count from article or User. Default it gets it form the currentArticle.

  <qual:count id="nrOfFavorites" type="favorite" />
  <util:valueof param="nrOfFavorites"/>
Syntax
<qualification:count
   articleId="..."?
   id="..."?
   name="..."?
   type="..."
   userId="..."?/>
Attributes
id, no runtime expressions

name

Name of the scripting-variable where to get favorites form. This can be a PresentationUser, PresentationPerson, Person, PresentationArticle or Article object.

userId

Name of the scripting-variable. If it is empty it prints.

articleId

The id of the article.

type, mandatory

The type of qualification you want to get. StarRating, Flagging, Favorite