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 want to create a dashboard group view and the look will be something like below.
Bannerframe – will have logo on left and the links Logoff, Tree, Recent, Favorites on right.
Left frame – Will have all the report links
Right frame – The report output should show there.
How to do this? I tried to create this but not able to. And also I am trying to find the main html page that has the frameset tag but not able to find it. Where can I find that?
ThanksThis message has been edited. Last edited by: Kerry,
WFConsultant
WF 8105M on Win7/Tomcat
Posts: 780 | Location: Florida | Registered: January 09, 2005
1. I am not trying to view the source but I am trying to view the code. Like how we can see the banner.html .
2. I am building it through view builder.
Steps how I created -------------------- 1. Edit look --> Changed banner logo, color and composition. 2. Edit Content --> Added 1 page and 1 block. That block has two files as list.
WFConsultant
WF 8105M on Win7/Tomcat
Posts: 780 | Location: Florida | Registered: January 09, 2005
Sorry I haven't responded sooner. You may have figured it out by now, but here's some info.
The views generated by Dashboard ViewBuilder are located here (on my server):
D:\ibi\WebFOCUS53\worp\worp_custom
Group View folders are names xx_gbv where xx is a sequential alphabetical code for each group view, aa_gbv, ab_gbv, ac_gbv, etc.
Public views are named aa_mpv, ab_mpv, except for the first, default one, which is named public.
I created a view like the obe you require.
I created a page with two blocks. The first block has Block Type set to "List". I then added a few reports to the Content List.
The second block has Block Type set to "Output".
I saved the view and then accessed it from the list of views. When I click a report name in the list shown ion the left hand frame, the output of the report is displayed in the right frame.
Is this the behaviour you need?
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Thanks Francis, That's the way I wanted. I tested and it looks good now.
I do check the folder you mentioned but didn't find the main html file (the one will have the frameset tag). I believe that is generated automatically by jsp when it authorizes the user.
WFConsultant
WF 8105M on Win7/Tomcat
Posts: 780 | Location: Florida | Registered: January 09, 2005