Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed first example section from Title to Header (GitHub #210)

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

Xfancy
classrowcaps
Lines 2-75:

Show the definition of 2 1 reusable titlesheader:

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

Show the definition of 1 reusable title:

  • "Safety Population" identified as "GlobalDisp_Title_21".
Lines 810-1315:

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 chi-square test." identified as "GlobalDisp_FootnoteLegend_2".
Code Block
titleYAML Example
linenumberstrue
globalDisplaySections:
- sectionType: TitleHeader
  subSections:
  - id: GlobalDisp_TitleHeader_1
    text: Study CDISCPILOT01
- sectionType: Title
  subSections:
  - id: GlobalDisp_Title_21
    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 chisquarechi-square test.