Add a new window for Start & End Calendar date selection box/ date entry box
Hi JMP community, I usually use jmp preselected and plot graphs need a help to add selection date amend for my script below.
As per below, once I call out database, I have to amend the dates for start & end in order to query needed data on input dates.
dt = Open Database(
"DSN=xxx ;Description=yyy;UID=zzz;PWD=zzz;APP=JMP;DATABASE=MATS;",
"SELECT pen_parametric.pn_id, pen_parametric.equiplk_k
...