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've been asked to produce an Info App like the one in this image:
I am able to put together a basic prototype but I am a bit stumped by the "Select a Data Source" drop-down. Does anyone know of any online documentation that explains how to implement this?
Thanks!
AaronThis message has been edited. Last edited by: <Kathryn Henning>,
I think that the solution is to create a fex that will generate a "source" file (output format XML) that can then be used to populate the list box data for "Select a Data Source".
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
What exactly do you expect the data source drop down to change? If you are actually changing the data source, won't your other fields need to be updated to? Have you figured out how you plan to do that? If for some reason the fields don't change but your data source does, then I would just hard code the select box and make the table file request an amper variable. If your field selection needs to change, you can look into using the SYSCOLUM master file to get a list of fields to populate your boxes with.
I don't know how you expect this to work, but their might be a few things that you need to determine still for how you want your info app to function.
Eric Woerle 8.1.05M Gen 913- Reporting Server Unix 8.1.05 Client Unix Oracle 11.2.0.2
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013
Eric, Consider that the "Data source" are all about sales aggregated differently (meaning data mart) such as by category, salesman, region, state,... They may have all the same metrics and information except the "group by" level, so having one selection screen where only the data source change may have a lot of sense and no need to refresh selection list boxes.
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013