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 want to calculate some values for last five year.The current year i select from HTML ui and then i have to pass it to fex variable. I want to pass it to a -SET variable called CURYEAR and based on that CURYEAR i will calculate PREVYEAR1,PREVYEAR2,PREVYEAR3,PREVYEAR4.
How can i assign the selection from HTML to -SET variable.? What is a good approach for this requirement.This message has been edited. Last edited by: FP Mod Chuck,
WF8206,Windows 7,8,10 HTM,PDF,EXCEL
Posts: 229 | Location: MI | Registered: September 13, 2017
In the html composer tool on the parameters tab you can assign the html object directly to parameter (variable) and then simply do your calculations based on that parameter (variable).
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
I am aware of linking the fex parameter with html object. But what i need is assigning an html object as below. -SET Var1 = html_object-->i want the html object to assign directly here. Coz i need to calculate some variables based on that selection. Please let me know if i am not clear.
WF8206,Windows 7,8,10 HTM,PDF,EXCEL
Posts: 229 | Location: MI | Registered: September 13, 2017
The paramenter in the html can be standalone and refereneced by the fex to do the calculations you want. No need to do a -SET Var1 = html_object because it is already set and passed in by the html form.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005