How to creat a script that generat a Pareto Plot with date filters
Hello everyone, I hope you're doing well. I'm facing an issue creating a script to generate a Pareto plot from a table that I want to filter by dates (date1 and date2).As a first step, I called my table using:dt2 = Open( "/D:/Project JMP/Tables/Table NOK PY.jmp", invisible );
Next :dt2_top5 = dt2 << Summary(
Group( :Date, :Ref Produit, :ProductName, :Baie, :ICT_FCT, :CodeError),
Freq( "Aucun(e)"
...