cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
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 XII

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