I currently have a query that creates a table from many different tables in preparation for the report. The table created is filled with information about parts measurements. Each part can have up to 6 measurement labels (could be different for each part - i.e. part 1/measurement label1 could be OD and part2/measurementlabel1 could be ID) and then a min and max value for that measurementlabel. I have created a report from this table which shows the data as follows . . .
Part1 Desc MeasurementLabel1 Min Max
MeasurementLabel2 Min Max
MeasurementLabel3 Min Max
MeasurementLabel4 Min Max
MeasurementLabel5 Min Max
MeasurementLabel6 Min Max
-------------------------------
Part2 Desc MeasurementLabel1 Min Max
MeasurementLabel2 Min Max
MeasurementLabel3 Min Max
MeasurementLabel4 Min Max
MeasurementLabel5 Min Max
MeasurementLabel6 Min Max
The report works fine. My trouble is that places are held for each part for 6 lines as shown above. I started simple by adding one measurementlabel and min/max at a time. I tested after adding the first two measurementlabel and found that I could turn on the "Could Shrink" variable in the properties for the measurementlabel and min/max fields and the report would adjust for missing values. By this I mean that I could have only 1 measurementlabel for part1 and the report would have only one line held for that part. If the part had more than one measurement label, additional lines were held, thus eliminating the wasted space and leaving the user fewer pages to view/print. After testing this on the first two and getting it to work, I proceeded to add the remaining four and then tested again and this functionality ceased to work. I have checked each one of these items individually to ensure that the "Can Shrink" property is set to "Yes" and they are.
The report is functional as is, but I would like for the report size to adjust based on the missing data. Anyone got any suggestions on how to make this work like I desire?
Thanks in advance!
pbt1234
Part1 Desc MeasurementLabel1 Min Max
MeasurementLabel2 Min Max
MeasurementLabel3 Min Max
MeasurementLabel4 Min Max
MeasurementLabel5 Min Max
MeasurementLabel6 Min Max
-------------------------------
Part2 Desc MeasurementLabel1 Min Max
MeasurementLabel2 Min Max
MeasurementLabel3 Min Max
MeasurementLabel4 Min Max
MeasurementLabel5 Min Max
MeasurementLabel6 Min Max
The report works fine. My trouble is that places are held for each part for 6 lines as shown above. I started simple by adding one measurementlabel and min/max at a time. I tested after adding the first two measurementlabel and found that I could turn on the "Could Shrink" variable in the properties for the measurementlabel and min/max fields and the report would adjust for missing values. By this I mean that I could have only 1 measurementlabel for part1 and the report would have only one line held for that part. If the part had more than one measurement label, additional lines were held, thus eliminating the wasted space and leaving the user fewer pages to view/print. After testing this on the first two and getting it to work, I proceeded to add the remaining four and then tested again and this functionality ceased to work. I have checked each one of these items individually to ensure that the "Can Shrink" property is set to "Yes" and they are.
The report is functional as is, but I would like for the report size to adjust based on the missing data. Anyone got any suggestions on how to make this work like I desire?
Thanks in advance!
pbt1234