Multiple choice technology programming languages

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 Private

  4. None of the above

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

Variables defined in a report are accessible across all tabs within that report by default. This global scope allows for consistent calculations and references throughout the document. The option about 'global or Private' is misleading terminology in this context.