Multiple choice technology

A variable defined in a report is available

  1. For one tab

  2. For all tabs of the report

  3. Depends how it is defined as global or local.

  4. B and C both

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

Variables defined at the report level are accessible across all tabs within that report because they have global scope within the report context. Option A is incorrect because report-level variables are not limited to just one tab. Option C describes local versus global variables, but the question specifically asks about report variables, which are inherently global within the report.