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.
Is there any way to sort the drop down values in html layout painter instead of going for sorting manually. I am populating the dropdowns using .mas files.
Oops sorry. Just noticed that you are using a mas. You will have to use fex instead. Try creating an artifical column that contains the sort order that you actually want and make that your BY field and use a NOPRINT. You will need to display 2 fields minimum. One for the value and the other for what the users sees. Also, it must do a PCHOLD FORMAT XML.
I created a FEX that creates an XML file to be used to populate a dropdown list. I has 2 fields a display field and a data field. The order is correct then I run the FEX.
When I launch the page, it displays the the data field instead of the display field. The order is correct (by the display field).
Either enclose your code in [ code] and [/code] or disable HTML from the options on the left of the reply entry window.
The other thing I would mention is the little folder icon with the eraser ended pencil on your own posts. Use this icon to EDIT the post in error and save re-entering the same thing again.
TThis message has been edited. Last edited by: Tony A,
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
You probably just have the by field and display field reversed. The print field is what the user sees and the by field is the code field that gets passed to the next fex.
i.e. option part of select is PRINT/SUM field and the value part of the list is the BY field. Another way: First field in xml list = value portion of html select element, second field in xml is option portion of html select element. Hope this helps.