cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • 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.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar

When using filters give us an option to hide that pesky Where() text box

What inspired this wish list request? 

When I use filters JMP is very happy to add Where(something something something) text box to all of my reports.

 

What is the improvement you would like to see? 

Add option to local data filter to prevent the creation of Where text boxes. Option could be located inside red triangle of (local) data filter

I don't want to see this TextBox

jthi_0-1718294126602.png

 

 

Why is this idea important? 

If I'm using a filter I already know my Where statement (it is visualized as the filter...). I don't want to always see the Where text box

2 Comments
hogi
Level XIII

Hm, the footer can be disabled via the settings.

 

On the other hand, sometimes it's quite informative to see which filter is applied.

mia_stephens
Staff
Status changed to: Acknowledged

Hi @jthi,

 

Thanks for submitting. Agree that this can be annoying, particularly if the list is very long. It can also be a little dangerous to turn it off. That said, you can hide the where statement via the properties by selecting the element, and then setting the Visibility property to "collapse". You can also set this via jsl by adding 

{Visibility( "Collapse" )} to your script.


Does this help?

 

mia_stephens_0-1736448276842.png