cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
HenLu
Level II

JMP16 Vs JMP14 Filter

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.

HenLu_0-1678106223614.png

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!

1 REPLY 1
FrankRussell
Level I

Re: JMP16 Vs JMP14 Filter

Have you found the way?

Have you found the way? If yes, then please share it with us. I am also trying to use a script for a date filter that works for me in JMP 14 in JMP 16. But I am failing every time, please help me. While searching for it online, I also found the https://twitter.com/papers_owl_com link where I found about Papersowl and how they help students with their essay assignments. I am not so good at writing an essay assignment and that is why I saved that link for the future.

Recommended Articles