- For 'Female' there are 3 footnote lines
- For 'Male' there are only two footnote lines
Announcement
Collapse
No announcement yet.
Search Result
Collapse
17 results in 0.0060 seconds.
Keywords
Members
Tags
-
How to create a conditional footnote
You can create a report with conditional footnotes. These are footnotes that are different by pages according to a page-by variable. In the attached example, the report is paged-by the variable SEX.
-
Example of mpregen parameter
Mpregen is the name of the parameter that calls up a user-written SAS macro to execute prior to DZSLIST call.
This parameter is for higher level usage and should be used after consulting DZSTABLE support staff. Mpregen provides for user-written "work-arounds" to DZSTABLE limitations...
-
How to add custom text to empty reports
The system default is to produce an empty report if the input data set has no observations or the input data set does not exist. If you use the option EmptyOff, the empty report will not be produced. The parameter Emptytxt allows you to create your own text for these empty reports. The parameter Em...
-
Using the Toptot Option
When using the STACK option in certain report layouts, the UNDER variable can be pulled to the top level as a total value. To avoid this you must:· Use the parameter TOTTEXT
· The UNDER variable has to be equal to the TOTTEXT value in the first line directly under the top variable. ...
-
Variables in labels and line breaks
Normally column labels can be broken into lines by applying the | (bar) in the label text.
LABEL statements can contain variable names likelabel col1=”!varA” where varA is a variable name from the data set.
How do you break the text for labels like this?
...
-
Placing conditional RTF styles in table body
There may be instances when you want to have conditional RTF styles in a table body. These are cases when you want to emphasize a specific part of the report. It can be done with highlighting, underlining, italics, bolding or any other kind of RTF styling.
The software provided RTF inserts...Last edited by Stella Scafidi; 03-30-2010, 11:40 AM.
-
Using SKIPLINE when the variable is not a column variable
If you want to skip a line by a variable that is not one of your column variables (COLVARS), the best way is to use the ALTSORT parameter since any variable in ALTSORT can be used as a SKIPLINE and NOSPLIT parameter. (Avoid using HIDVAR in the future.)
Example:
COLVARS=<.param>...
-
How to Change Column Labels by Page
There may be situations where you want a different column heading on each page of your report. This can be done by manipulating the paging variable in the input data set by assigning different labels for the different values of the paging variable.
In the attached example we use the paging...
-
Usage Notes for TFBREAK
The purpose of TFBREAK is to break up long text in either titles or footnotes. However, TFBREAK does not work when the long text is in a variable in the footnote. It only works if the text is either in a macro variable or the text is spelled out in the footnote.
Incorrect (variable in...
-
Usage notes for PGNUMFMT parameter
When using !SYSPAGE along with pgnumfmt you must place the formatting in the pgnumfmt parameter and not directly in the title text.
!SYSPAGE must stand alone without any formatting.
Correct syntax: titles=!SYSPAGE pgnumfmt=Page: (#n of #m).
Incorrect syntax: titles=Page:!SYSPAGE....
-
Removing extra header lines
Sometimes if you have three variables sharing a column in an under-under situation the RTF output swallows the top solid from the header caused by empty lines above the top column header. See example of RTF output in TestA.doc. See also TestA.sas
Looking...Last edited by Stella Scafidi; 03-11-2010, 03:58 PM.
-
Help with display parameters in DZSTable
This is a known issue which is corrected in our latest version which will be ready for release by year end.
Below is a description of the issue:
In Statsdown\varsdown orientation when the DISPLAY parameter contains at...
-
How to add a cover a page
You can create a cover page (as page 1) and then begin your list/table as page 2. An example would be having your inclusion criteria on a cover page then the listing data. Another example might be a cover page that contains AE system organ class and abbreviations and then the AE listing.
...
-
Justification of Colvars
The column width in DZSLIST is defined automatically by taking the smallest possible width allowed by the data in the column and the column head texts. If the variable is numeric, the value in the column is centered. If the variable is character it will be left justified. When it is left justified it...Last edited by Stella Scafidi; 12-12-2006, 02:06 PM.
-
How to create columns for nonexistent data
When creating a DZS Table, the ACROSS variable is a formatted variable and the formats express all the possible values that the ACROSS variable can take up in a the specific study. When the data does not contain all the possible ACROSS variables the table will not create columns for the missing values....Last edited by Stella Scafidi; 03-31-2010, 11:36 AM.
Leave a comment: