Why Local Filter not interactive with Top Report (JMP15)
I couldn't understand why this script didn't work (local filter & .html graph not interactive).I have another interactive graph build using similar logic and didn't have any issue.I added the top report too.Any idea?//create Graph Builder
Names Default To Here( 1 );
dt3 = Data Table( "JoinT" );
gb = dt3 << Graph Builder(
Size( 605, 3451 ),
Show Control Panel( 0 ),
Lock Scales( 1 ),
Link Page
...