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.
In the Apps Studio html page, I have no problems adding a dropdown and showing 2 columns... for example, account numbers and their descriptions. See first image.
But how can I do the same in the new 8202 New Page option? I use
WHERE PAYROLL_VIEW.COSTCENTRE_DIMENSION.COSTCENTRE EQ &OVCC.(OR(FIND COSTCENTRE IN PAYROLL_VIEW.COSTCENTRE_DIMENSION.COSTCENTRE)).COSTCENTRE.;
to show the dropdown and that works but how can I add the Description for each of those accounts, just like in the html version? Note: The description is in the same table. See second image
Any help appreciated! ThanksThis message has been edited. Last edited by: FP Mod Chuck,
create a define field in master file doe id+ desc, then when you will create Where clause using GUI it prompts 2 options in last to pic the display field and value field in display choose define filed and in value pass the ID field.