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 footnotes:

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 footnotes:

  • "For continuous variables, p-values are results of ANOVA treatment group comparisons." identified as "GlobalDisp_Footnote_1".
  • "For categorical variables, p-values are results of Pearson's chisquare test." identified as "GlobalDisp_Footnote_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: Footnote
  subSections:
  - id: GlobalDisp_Footnote_1
    text: For continuous variables, p-values are results of ANOVA treatment group comparisons.
  - id: GlobalDisp_Footnote_2
    text: For categorical variables, p-values are results of Pearson's chisquare test.