This is really easy in html -- <a href="#linkname"> to <a name="linkname"> -- but I can't find how to do it in JMP JSL for Journals.
Let's say 100 to have a concrete number that shows the need for JSL. There's a table with 100 rows, each row with an associated graph. The recipient of the table will scan the table and, say, choose to examine entry #57. What I want is to use JSL to wire up a link or a button so that the user can quickly open graph #57 without having to stumble over the other graphs. The data needs to be embedded for easy sharing and one journal is far easier to share than 101 (though.... I never found an answer as to how to do this by having 100 buttons or links associated with the table's rows that each open a different journal with one graph either. That's not ideal but it's better than nothing. I'd even note that my experience attempting to push links to a journal by creating a table, setting an event handler, and pushing to a journal resulted in the links getting stripped when the table was journaled.)
Thanks, -- Ben