Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this example reporting event, the sponsor defined 2 global titles and 2 global footnoteslegends:

Xfancy
classrowcaps
Lines 2-7:

Show the definition of 2 reusable titles:

  • "Study CDISCPILOT01" identified as "GlobalDisp_Title_1".
  • "Safety Population" identified as "GlobalDisp_Title_2".
Lines 8-13:

Show the definition of 2 reusable footnoteslegends:

  • "For continuous variables, p-values are results of ANOVA treatment group comparisons." identified as "GlobalDisp_FootnoteLegend_1".
  • "For categorical variables, p-values are results of Pearson's chisquare test." identified as "GlobalDisp_FootnoteLegend_2".
Code Block
titleYAML Example
linenumberstrue
globalDisplaySections:
- sectionType: Title
  subSections:
  - id: GlobalDisp_Title_1
    text: Study CDISCPILOT01
  - id: GlobalDisp_Title_2
    text: Safety Population
- sectionType: FootnoteLegend
  subSections:
  - id: GlobalDisp_FootnoteLegend_1
    text: For continuous variables, p-values are results of ANOVA treatment group comparisons.
  - id: GlobalDisp_FootnoteLegend_2
    text: For categorical variables, p-values are results of Pearson's chi-square test.