Multiple choice technology packaged enterprise solutions

You can create reports as graphs using which of the following mechanisms?

  1. Using the Obj-Graph Method

  2. List View

  3. Summary View

  4. Either a Summary View or a List View

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Summary View rules in PEGA can generate graphical reports. List View rules display tabular data and do not create graphs. The Obj-Graph method is not the correct approach for Summary View-based graphing. Summary View is the mechanism for creating report visualizations and graphs.

AI explanation

In Pega, graphical reports are built using a Summary View, which aggregates data (via grouping and summary functions) and can render that aggregated data as charts/graphs. A List View only displays row-level detail without aggregation, so it cannot produce a graph on its own.