In this example reporting event, the sponsor defined 1 global header, 1 global title, and 2 global legends:

Lines 2-5:

Show the definition of 1 reusable header:

  • "Study CDISCPILOT01" identified as "GlobalDisp_Header_1".
Lines 6-9:

Show the definition of 1 reusable title:

  • "Safety Population" identified as "GlobalDisp_Title_1".
Lines 10-15:

Show the definition of 2 reusable legends:

  • "For continuous variables, p-values are results of ANOVA treatment group comparisons." identified as "GlobalDisp_Legend_1".
  • "For categorical variables, p-values are results of Pearson's chi-square test." identified as "GlobalDisp_Legend_2".

YAML Example
globalDisplaySections:
- sectionType: Header
  subSections:
  - id: GlobalDisp_Header_1
    text: Study CDISCPILOT01
- sectionType: Title
  subSections:
  - id: GlobalDisp_Title_1
    text: Safety Population
- sectionType: Legend
  subSections:
  - id: GlobalDisp_Legend_1
    text: For continuous variables, p-values are results of ANOVA treatment group comparisons.
  - id: GlobalDisp_Legend_2
    text: For categorical variables, p-values are results of Pearson's chi-square test.
  • No labels