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 having a multiselect listbox named "listbox". The list box holds the values as "DDD-CC-IIII". So if there are three items selected in listbox by user on submitting the form, i need to hold in a table like below. Say Item1 in listbox->DDD-CC-III Item2 in listbox->DDD-CC-III Item3 in Listbox->DDD-CC-III
Now, I need an output like
Hold file or any other file/table such as Columns DDD, CC, IIII containing values like |DDD|CC|III |DDD|CC|III |DDD|CC|III
containing 3 rows and I need to use it for further processing. To achieve this, I am calling a fex file which in turn retrieve the selected values from the list box thro a repeat loop and assigning the splitted values to the dynamic variables set thro GETTOK function. Now, I am stuck with how to move this dynamic SET variables to TABLE/FILE/or a hold.
Please find below my code:
SQL SQLMSS PREPARE SQLOUT2 FOR SELECT * FROM PMR_RPT_PMTN_ITEM_DISC END
By this code above, I could able to get all the parameters that the user select in the UI and I could able to store them in the hold file. Thanks a lot!This message has been edited. Last edited by: Sivakumaran Elangovan,
You'll find all yu need to know about FILEDEF in documentation. Alternatively go to the IBI tech support site and search on FILEDEF. You get several pages of hits.
WF 7.7.04, WF 8.0.7, Win7, Win8, Linux, UNIX, Excel, PDF
Posts: 175 | Location: Pomona, NY | Registered: August 06, 2003