In JMP® 18.0 Functional Data Explorer (FDE), the peak finding table will not update properly if another modeling option is first launched. The issue has been fixed in the JMP 18.1 release.
A workaround in version 18.0 is to remove the other modeling report from the Functional Data Explorer window. As an example:
dt = Open("$SAMPLE_DATA/Functional Data/NMR DoE.jmp");
obj = dt << Functional Data Explorer(
Data Format( Row ),
Y( Column Group( "NMR Spectra" ) ),
ID( :NMR ID ),
Wavelets(
Functional PCA(
1,
)
),
Peak Finding
);
Scroll to the bottom and use the arrows in the Peak Finding editor. Note that the table doesn't update. If you click on the Wavelets red triangle drop down menu and select Remove Fit, the table in the Peak Finding editor now updates correctly.