Multiple choice technology architecture

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

Report-level variables have global scope within the report, making them accessible from all tabs. Tab-specific variables would be local to that tab only. Options A and C confuse variable scope with declaration type.