Jump to content

Assemble a visualization page with a link within a report in one container opening html content on another container in the visualization page


Erin Trotter
Go to solution Solved by Patrick Huebgen,

Recommended Posts

Good morning,   

I am creating a visual page.  One of the visualizations that I'm adding to the page is a report that has a hyperlink in each record that brings us to html content (created within app studio).  I want to be able to click the link in the report and have the content that applies to that line of the report open in another panel on the same visual page.  Interactions doesn't seem to work (or I don't know how to make it work) because you open something by clicking the panel itself and not the specific line of the report in the panel.  Is there a way with Javascript to accomplish this?  I'm using WebFocus 9.1.1

 

Edited by Erin Trotter
Link to comment
Share on other sites

  • Erin Trotter changed the title to Assemble a visualization page with a link within a report in one container opening html content on another container in the visualization page

In my environment we have a welcome page tab, on the welcome page in a collaborative portal clicking on the hyperlink will drill/navigate to a tab/page in the portal.

To get the correct name for the portal page, navigate to the workspace root folder, inside the root folder there will be a hidden folder with the name of your <portal nameresources. If you have created multiple tabs with the same names or renamed tabs the original "<tab name>.page" is the page/tab that you want to use to navigate to in your function - this caused me some frustration. 

TYPE=DATA, COLUMN=N2, JAVASCRIPT=navigateToPage('Resources_Filtered'), $

Online references:

JAVASCRIPT=navigateToPage

How to Use JavaScript to Navigate to a Portal Page

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...