Multiple choice technology packaged enterprise solutions

Which among the following is true

  1. summary view can call another summary view

  2. summary view can call a detailed view

  3. list view can have parameters as input

  4. summary view and list view can have privileges associated with them

Reveal answer Fill a bubble to check yourself
A,B Correct answer
AI explanation

In a reporting/view hierarchy, a summary (aggregate) view is meant to roll data up and can invoke other views to build or drill into that aggregate — it can call another summary view (nesting summaries) and can call a detail view (to show underlying line-level records behind an aggregate figure), which is the typical drill-down pattern. A list view, by contrast, is usually a simpler flat display and in many frameworks doesn't accept input parameters the way parameterized summary/detail views do, and privilege/permission models are often applied differently (or not at all) to summary vs. list views, which is why those two statements are marked false here.