As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I have a custom dashboard template I've created that I intend to use several times. Is there any way to grab the description of the specific dashboard view and dynamically put it in the banner?This message has been edited. Last edited by: Kerry,
If there was a way to get the value of WORP_MPV and dynamically use that to choose a banner it would meet your needs.
However, in looking through the folder structure and the files that make up the templates/views I can not see any direct reference to WebFOCUS Variables being substituted.
The closest thing I see is:
<!--Links-->
and
<!--Message-->
If I have time I'll play with this more and see what I can find out. However, those look like flags for a substitution of data.
If you can figure out what criteria can be substituted there it might be possible to load a value you can use some JavaScript to detect and load the appropriate banner.
Its a long shot, but its all I see with quickly looking at things.
Except I'm not looking to read it from WF. This would be done via the webapp and jsp, I'm thinking. That's the code that displays the dashboard view in the first place. I was thinking maybe the file:
This file creates the links, etc that show in the banner, and I'm wondering if there's a method/function in the worp classes that would give me access to the dashboard description.
Mac, Sorry, but the "description" value does not appear to be easily attainable. Its not within any of the classes/info presently being used by WORP_banner.
Mark, The method for returning this value (getDescryptionDecrypted) does not appear to exist under a banner object, and does not seem to be easily accessible to the banner object as best as I can tell. I'll probably play with this more later, but I was not able to find an easy way to do this.
Mark, If you take a look at the code within the JSP, you can see that the banner is of a different object type then what is used decrypt and get a copy of the description. If you run searches throughout the JSP's you will see that the banner object type never carries a reference to something that describes the WORP view description.