I am trying to print a report from a file. File basically has three columns: date, name and duty. Duty can be one of three. I am attempting to print a report with four columns. Date and then the individual's name who performed the duty in the appropriate column. I have set up three variables. One for each of the duties. I have attempted to set the variables with the name of the person who performed the duty. In the file all three duties are described in the single column. The report is set to break on the date. I have no lines in the detail section, only in the break follower since I believe the variables will be propagated by the three rows that are read. I have the clear variable setting to clear after each break. I get the appropriate break on date but the three "duty" columns show the same name throughout the report. I get the correct dates shown for the years covered by the report. I've got to be doing something dumb but I can't figure it out so I would appreciate direction from an expert. I am on the current release of eXtreme9-64. Thanks. Jay Ward

