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.
This code would prompt for a variable in earlier versions for the user to input, but now just give an error.
TABLE FILE GGORDER ON TABLE SET PAGE-NUM OFF HEADING "Orders Summary" SUM QUANTITY AS 'Units Ordered' BY HIGHEST 1 ORDER_DATE AS 'Order Date' BY PRODUCT_DESCRIPTION WHERE PRODUCT_DESCRIPTION EQ &PRODUCT_DESCRIPTION; ON TABLE NOTOTAL ON TABLE HOLD FORMAT HTMTABLE AS ggord2 ON TABLE SET STYLE * UNITS=IN, PAGESIZE='Letter', LEFTMARGIN=0.250000, RIGHTMARGIN=0.250000, TOPMARGIN=0.250000, BOTTOMMARGIN=0.250000, SQUEEZE=ON, ORIENTATION=PORTRAIT, $ TYPE=REPORT, FOCEXEC=NONE, FONT=TIMES NEW ROMAN, SIZE=10, COLOR=YELLOW, BACKCOLOR=BLACK, STYLE=NORMAL, GRID=OFF, $ TYPE=HEADING, SIZE=12, STYLE=BOLD, $ END -HTMLFORM blkord2
This message has been edited. Last edited by: Donald,
ibi_wfdescribe is probably set to OFF. Changing its value to something like XMLRUN will enable prompting on reporting server procedures. Please check documentation for other possible values depending on what you need to achieve.
A new issue has arose.. Now that parameter prompting is on, All of my GUI front ends that were created with the composer are now promting for something called RPTNAME
or use FOC_NULL once they get rid of the old one. It will ignore the ENTIRE where statement that references that variable including any other AND or OR's attached to it.
WebFOCUS 8.1.05 Windows-iSeries DB2, All Outputs HTML