Multiple choice technology

What is the built-in routine used to count no of rows in a group?

  1. Get_group_row_count System Variables

  2. Get_group_col_count System Variables

  3. Get_row_count System Variables

  4. Get_col_count System Variables

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

The built-in system variable Get_group_row_count in Oracle Reports specifically returns the number of rows in a group. This is used for conditional logic, calculations, and formatting that depends on group size.