You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

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 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 chisquare test." identified as "GlobalDisp_Legend_2".

YAML Example
globalDisplaySections:
- sectionType: Title
  subSections:
  - id: GlobalDisp_Title_1
    text: Study CDISCPILOT01
  - id: GlobalDisp_Title_2
    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