You can create reports as graphs using which of the following mechanisms?
-
Using the Obj-Graph Method
-
List View
-
Summary View
-
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.