Hi all!
I'm trying to use a script for date filter that works for me in JMP 14 in JMP 16, but the range that appear at JMP14 dose not appear at JMP16.
can you help me with a script that make JMP 16 look like JMP 14?
that is the script I use today:
filtter_ly = V List Box(
ly << Current Data Table() << Data Filter(
Location( {0, 0} ),
Mode( Show( 1 ), Include( 1 ) ),
Add Filter(
columns(
DATE,
),
)
)
);
tnx for your help!