Scripting, specifically to automate graphing of data for the last 30 days
Novice on scripting, using JMP 16, looking for help to graph, the last 30 days of data - from today's date.Currently using local data filter and selecting points, but there must be a better way to add this to the script, please advise.Thanks!Local Data Filter(
Auto clear( 1 ),
Add Filter(
columns( :Recipe, :Date ),
Where(
:Date == {"220509", "220511", "220513", "220516", "220517", "2
...