Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Multiple fields in listbox in HTML composer

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Multiple fields in listbox in HTML composer
 Login/Join
 
Member
posted
I'm working in the html composer and i'd like to be able to display more than one field in a list box for example: instead of just an item number, i'd like to have the item number and description display in a listbox/double listbox so the user can see both a number and description or a concatenation of the two fields? ie.
Item Num Desc
0000001 Example Item Desc
0000002 Example Item Desc
0000003 Example Item Desc
0000004 Example Item Desc
etc.

Is this allowed in the gui?

This message has been edited. Last edited by: Kerry,


version 7.14
Windows and Unix servers
Mostly html, and some excel outputs
 
Posts: 8 | Registered: November 06, 2008Report This Post
Virtuoso
posted Hide Post
As far as I know this is only possible when you populate the listbox by means of a fex. Alternative is to have the field that you wish to display inserted into the data table.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Virtuoso
posted Hide Post
Create a DEFINE in the MFD, concatenating the 2 fields for display.


Alan.
WF 7.705/8.007
 
Posts: 1451 | Location: Portugal | Registered: February 07, 2007Report This Post
Member
posted Hide Post
You can also create a embedded procedure, having define with the concatenation, possible to diaplay both "ID Description" in the same list box.


WebFOCUS 7 6 9
Windows XP
HTML, AHTML, PDF, EXCEL
 
Posts: 24 | Registered: April 24, 2009Report This Post
Guru
posted Hide Post
your procedure should be something like...

DEFINE FILE XXX
CIDNAME/A20 = EDIT(Item Num) || DESC;

TABLE FILE XXX
PRINT
CIDNAME
BY
ITEMNUM
ON TABLE PCHOLD FORMAT XML


Thanks,

Ramkumar.
WebFOCUS/Tableau
Webfocus 8 / 7.7.02
Unix, Windows
HTML/PDF/EXCEL/AHTML/XML/HTML5
 
Posts: 394 | Location: Chennai | Registered: December 02, 2009Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Multiple fields in listbox in HTML composer

Copyright © 1996-2020 Information Builders