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.
Hello, Is there anyway for the second dropdown box to filter the data further? In other words, using the dropdown for COUNTRY will filter the data so that only the country selected is in the active window. However, when you try to filter using the second dropdown, all it does is blink on that selection... not make all other data go away.
TABLE FILE CAR PRINT CAR BY COUNTRY BY SEATS ACROSS BODYTYPE ON TABLE SET BYDISPLAY OFF HEADING " " "Performance Matrix" " " " " " For:FOOTING " " ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML -*ON TABLE SET PAGE-NUM OFF ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * SQUEEZE=ON, $ TYPE=REPORT, GRID=OFF, $ TYPE=HEADING, LINE=5, OBJECT=FIELD, ITEM=1, TOC=1, $ TYPE=HEADING, LINE=5, OBJECT=FIELD, ITEM=2, TOC=2, $ ENDSTYLE ENDThis message has been edited. Last edited by: Mark1,
I'm confused. You don't have any filters (WHERE) with amper variables in your report. Put those in there and create your page with the HTML Layout Painter.
Developers Studio has an option to chain drop down boxes. It uses browser side JavaScript for this functionality. All possible values are included in your HTML. This can result in monster sized HTML pages, that take minutes to load.
The method we use is on the server we have FOCUS data bases with the contents of the drop down list boxes. When one list changes we return to the server, and TABLE the data bases using filter derived from the other list boxes and recreate the page. With careful tuning this functions at "Web Speed"
Jim Morrow Web Focus 7.6.10 under Windows 2003 MVS 7.3.3
I think Mark has confused the issue here by mentioning dropdowns when in fact he is refering to the BYTOC facility in HTML which gives a TOC dialog that changes the report contents on selecting the first BY field but only blinks on the second BY field selection.
Mark,
The BYTOC facility is controlled by using a couple of IB JavaScript functions which is designed to give the blinking on the second and subsequent BY values. To change this behaviour you must be willing and able to either modify the IB provided JavaScript or create your own and include in via SET JSURL in you fex.
Why not think about ACCORDIAN reporting?
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004