Managing products and portfolios : Setting up and generating reports workflow : Report templates : Report settings : Nodes and folders in trees
  
Nodes and folders in trees
fp:defaultnodesbeforefolders
Determines whether the nodes or folders are displayed first in a tree. This setting is applicable if a folder in a tree contains both nodes and folders.
If the value is true, nodes are placed first; if the value is false, folders are placed first. The fp:defaultnodesbeforefolders tag is the default tag for all the trees in the report. For each of the trees, you can override the default value by using the nodesbeforefolders="true/false" attribute of the fp:tree tag.
Note For quick reports, the default tag fp:defaultnodesbeforefolders is used even if the report template contains fp:tree tags that have different nodesbeforefolders values.
Default
false
Example
<fp:defaultnodesbeforefolders>
  true
</fp:defaultnodesbeforefolders>
In this example, the nodes are placed before the folders.
Go up to
Report settings