JSL recursion prevented
From the switch to JMP 13 from JMP 12 I keep running across errors due to "JSL recursion prevented". Mostly this is a good thing as I've had to fix bad practices in my code base, however often it just limits functionality. Where I'm seeing it currently is in one of my reports I have a "filter" button, that reruns the display filtering out user specified data. If that button is pushed too many t...
