Hi,
I am creating a report and using ods to print to PDF. I have 8 columns. Three pairs of which have a commun colum header. There is a gap inthe line above the column headers that spans from part way through the first column to the third column, which is the first set of columns to share a column header.
Below is my COLUMN statement and partial output. I am using some style formating in my DEFINE statements as well as a general styles template.
COLUMN STD_DAY STAT_ORDER STAT ('Male Subjects' MALE1 MALE2) ('Female Subjects' FEMALE1 FEMALE2) ('All Subjects' TOT1 TOT2);
______******************____________________________________
Study Day Statistic MaleSubjects Female Subject All Subjects
I am using the '*' to illustrate the gap.
Any help would be appreciatted.
Brian
Message was edited by: Brian Tucker
... View more