Multiple choice

A query Record Group was created at design time. Which built-in can be used to execute the query defined in the Record Group object?

  1. ADD_GROUP_ROW

  2. POPULATE_GROUP

  3. ADD_GROUP_COLUMN

  4. SET_GROUP_SELECTION

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

POPULATE_GROUP executes the query associated with a query record group and populates it with data. This built-in is specifically designed for record groups created at design time or runtime that need to be populated from their defined query.