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

Compare with Current View Page History

« Previous Version 2 Next »

In the "Demog" display of the "Summary of Demographics" output in the same reporting event as the previous example, the sponsor used both global titles and both global footnotes in additional to a title and footnote defined within the context of the display:

Lines 16-17:

Show the text identified as "GlobalDisp_Title_1" ("Study CDISCPILOT01") used as the first title.

Lines 18-21:

Show the second title defined within the context of the display as "Summary of Demographics".

Lines 22-23:

Show the text identified as "GlobalDisp_Title_2" ("Safety Population) used as the third title.

Lines 26-27:

Show the text identified as "GlobalDisp_Footnote_1" ("For continuous variables, p-values are results of ANOVA treatment group comparisons.") used as the first footnote.

Lines 28-29:

Show the text identified as "GlobalDisp_Footnote_2" ("For categorical variables, p-values are results of Pearson's chisquare test.") used as the second footnote.

Lines 30-33:

Show the third footnote defined within the context of the display as "Source dataset: adsl, Generated on: DDMONYYYY:HH:MM".

YAML Example
outputs:
- name: Summary of Demographics
  id: Out14-1-1
  version: 1
  ...
  displays:
  - order: 1
    display:
      name: Demog
      id: Disp14-1-1
      version: 1
      displayTitle: Summary of Demographics
      displaySections:
      - sectionType: Title
        orderedSubSections:
        - order: 1
          subSectionId: GlobalDisp_Title_1
        - order: 2
          subSection:
            id: Disp14-1-1_Title_2
            text: Summary of Demographics
        - order: 3
          subSectionId: GlobalDisp_Title_2
      - sectionType: Footnote
        orderedSubSections:
        - order: 1
          subSectionId: GlobalDisp_Footnote_1
        - order: 2
          subSectionId: GlobalDisp_Footnote_2
        - order: 3
          subSection:
            id: Disp14-1-1_Fnote_1
            text: 'Source dataset: adsl, Generated on: DDMONYYYY:HH:MM'
  ...
...
  • No labels