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 am trying to display the variable contents from a Dynamic Multiple Select Drop-down List Box in a report header.
I am currently getting the error (FOC281) ALPHA ARGUMENTS IN PLACE WHERE NUMERIC ARE CALLED FOR.
The contents look like the following: 'BANK OF AMERICA, N.A.' OR 'BOFA BB SERVE' OR 'WFOUBBSERV'.
The syntax is set to support the WHERE clause data selection, but does not support display in a report header. How do I convert or parse the variable content to then use in the header to show user selcted values?This message has been edited. Last edited by: <Kathryn Henning>,
WebFOCUS 8.1.05M Windows 10 Unix Oracle Excel, PDF, AHTML
Are you setting the header value in a DEFINE? If so, did you specific a format for the DEFINEd field? If no format is provided, the default is numeric.
WebFOCUS 7.7.05
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007
Regarding the "send display value" in HTML Composer; when I check the box under properties and settings for Send display value, what do I enter into the box titled Selected Value? What does the syntax look like?
WebFOCUS 8.1.05M Windows 10 Unix Oracle Excel, PDF, AHTML
Hi All, this issue is now resolved. The HTML Composer - Properties and settings - Send display value option has worked. I checked this option and then entered the variable name populated by the multi selected drop down list box with the suffix of "_TEXT" and then placed the full variable name "&INITG_PARTY_TEXT" into the header of each report. There are now no errors and the list box values are being passed to the header as plain text separated by a comma. Thank you all for the help and suggestions. Much appreciated!
WebFOCUS 8.1.05M Windows 10 Unix Oracle Excel, PDF, AHTML