Lattice titles - how to use them

I am trying to use lattice titles, but am not getting the desired result. I am using an XY Plot object and have concentration-time data to plot. The data include 4 different treatment groups, 2 analytes for each group, and multiple time points for each analyte. I would like to produce a plot that has each treatment group on a separate page, and the two analyte plots side-by-side. I have created the plot I want, by using the following selections: X: Time column Y: Concentration column Lattice condition Column: Analyte column Lattice condition Page(sort) condition: Group and Treatment columns (Only one is needed to generate the plot I want, but I pass both so I can use the column information in a later Reporter object title) The plot appears as desired; however, the lattice titles include all of the lattice conditions (Group, Treatment and Analyte). I only want the analyte name to appear in the lattice title. So I thought about mapping a lattice title worksheet to solve the problem. I created a worksheet that contains Group, Treatment, Analyte, and Title (desired lattice title). I added that worksheet to the Lattice Titles mapping and mapped the same Lattice conditions as the plot and the Title to the Title mapping. The plot executes, and the lattice titles have 2 rows, the first row contains the Group, Treatment and Analyte. The second row contains the correct mapped lattice title. An example of the output is attached. I only want the mapped lattice title (2nd row) … how can I accomplish that?