Managing products and portfolios : Setting up and generating reports workflow : Report templates : Chart components : fp:prioritylist
  
fp:prioritylist
The fp:prioritylist component displays priorities in a table instead of a chart. The priority list contains all the criteria that is associated with the view.
The fp:priority list component uses the common attributes and the common tags, and also uses one mandatory tag, viewId. The viewId tag is of type viewParam and contains a view ID.
Example
<fp:prioritylist descr="A priority list" id="430">
  <fp:viewParam name="viewId"
    descr="The view that contains the elements"
    changeable="template" id="1" />
</fp:prioritylist>
Go up to
Chart components