Apparently an update was pushed for Minitab 17 and my current version shows 17.2. In this new version, all control charts created with a macro now show footnotes in the trends. The default now shows "Data points used for the calculations: 1-100" and "Results include rows where [conditions used show here]"
My colleague was able to able to get rid of the footnotes by altering the macro code and inserting the following:
NoOFootnote;
NoSFootnote;
NoXFootnote;
NoPerFootnote.
Is there a way to change the default settings and remove the footnotes so that I don't have to do this for all my code?