Skip to main content
Toggle navigation menu
Microsoft Service Health
Submit a request
Sign in
PF
Power Framework PPM
Guide to Standard Reports
Search
Guide to Standard Reports
All the "need to know" information about using and administering Power Framework
Introduction
Report Basics
Interacting with Reports
Working with Visuals
Power Framework Reports
Paginated Status Report
<% if (items.length) { %>
In this article
<% items.forEach(function(item) { %>
<%= item.name %>
<% }); %>
<% } %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %>
"> <%= child.title %>
<% }); %>
<% children.forEach(function(child, index) { %>
<%= child.innerHTML %>
<% }); %>
<% } %>
<% if (children.length) { %>
<% items.forEach(function(item, index) { %>
<%= item.title %>
<%= item.innerHTML %>
<% }); %>
<% } %>
<% if (items.length) { %>
<% items.forEach(function(item, index) { %>
<%= item.title %>
<%= item.innerHTML %>
<% }); %>
<% } %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %>
<%= child.innerHTML %>
<% }); %>
<% if (previousTitle) { %> <%= previousTitle %> <% } %>
<% if (nextTitle) { %> <%= nextTitle %> <% } %>
<% } %>
Back to top
<% if (categories.length) { %>
Categories
<% categories.forEach(function(category, index) { %> <% if (category.id === activeCategoryId) { %>
<%= category.name %>
<% category.sections.forEach(function(section) { %>
<%= section.name %>
<% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %> <% }) %> <% } %>