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.
Hi, We are working on the ACCORDION reports in WF. However, instead of the horizontal expand, we need the expanded column vertically downward. Eg. All Contracted + England + France ... All Expanded - England 2000 4 DOOR BERLINA 2000 GT VELOCE - France B210 2 DOOR AUTO COROLLA 4 DOOR DIX AUTO
My question is whether we can utilize the existing Accordion Report feature and customize it according to this requirement? OR we would need to write our own JS code to achieve this functionality. Any pointers would be appreciated.
Thanks SyedThis message has been edited. Last edited by: Kerry,
Using WF 7.1.7/Dev Studio
Posts: 189 | Location: Boston, MA | Registered: July 12, 2005
Hi Daniel Thanks for writing in. Actually the accordion report feature in WebFOCUS makes me wonder why IBI could not have gone a step ahead and used javascript to provide the expand/contract the way I have mentioned in my previous post. Nowadays, everyone seems to be asking about this kind of drill-down feature. I have worked on multiple projects, and in most of them, there was a strong need for such a drill-down (expand/contract) for several reports. I personally feel that the next versions of WebFOCUS should have this feature!
Thanks Syed
Using WF 7.1.7/Dev Studio
Posts: 189 | Location: Boston, MA | Registered: July 12, 2005
There is an old-style way to do what I think you want to do and I used to have a fex to demonstrate it but I have deleted it. It consisted of generating a floating TOC that if I remember correctly would expand the report vertically. My old brain is having difficulty remembering but maybe someone else will recollect. I will continue thinking on this.
I found it. Double-click on the little image to expand it.
TABLE FILE SHORT
PRINT PROJECTED_RETURN
BY CONTINENT
BY REGION
BY COUNTRY
BY HOLDER
BY TYPE
ON TABLE SET PAGE-NUM OFF
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET COMPOUND 'BYTOC 5'
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=REPORT,
GRID=OFF,
FONT='ARIAL',
SIZE=9,
STYLE=NORMAL,
$
ENDSTYLE
END
Nice!! Thanks Ginny, for posting this workaround. Though I'm not sure whther the client will be satisfied with this approach, but this is certainly good to know. It would have been much better if the same fucntionality is achieved on the same HTML page as the report is. Ginny - Is there any constraints on the no. of records/rows for this approach?
Thanks Syed
Using WF 7.1.7/Dev Studio
Posts: 189 | Location: Boston, MA | Registered: July 12, 2005
Sure. Thanks for your help on this. I'll play with this feature and see if there are any limitations.If I come up with any - I'll surely post them here for your information.
Thanks again Syed
Using WF 7.1.7/Dev Studio
Posts: 189 | Location: Boston, MA | Registered: July 12, 2005
Check section "Adding an HTML TOC to a Report" of the "Creating Reports with the WebFOCUS Language" manual. There are quite a number of pages on the topic. I also found this reference therein:
quote:
Tip: You can also customize the look and feel of the TOC object by editing a.css file. Go to \ibi\DevStudioxx\ibi_html\javaassist\intl\En\toc.css. Do not forget to make a backup copy.