cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

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

column switcher with Tab Box in Application

I am building a dashboard in JMP Pro 16 using Application Builder that has a column switcher and local data filter controlling a few different reports.  I have the reports on a couple different pages of a Tab Box.  The switcher and filter change the reports as expected, but when I switch columns, the Tab Box always switches to TabPage1 if TabPage2 is selected.  If TabPage1 is selected and the column is switched, the page stays as TabPage1 (no page change).  I have attached the tree structure of my application if that helps.

 

Is there a way to keep the current TabPage shown whenever a column is switched?  I don't want to always go back to TabPage1 every time a column is switched.

 

Thanks

 

DavidSistler_1-1637681466594.png

 

 

1 REPLY 1

Re: column switcher with Tab Box in Application

The issue is simply the order in which the platforms are rerun, because each platform will try to make itself visible when it is launching.  The behavior will depend on the platforms being used, but I don't think there is an easy way to avoid the switch.

Recommended Articles