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 set up ampers so that I can get an autoprompt (not have to build my own HTML UI) so that users can provide an arbitrary number and arbitrary set for a known group of ampers?
For example - The possible variables in FILE CAR might be SEATS, COUNTRY, and SALES and the users might want to say WHERE COUNTRY EQ 'ENGLAND' and SALES EQ 10000 AND SEATS EQ 2 OR COUNTRY EQ 'ENGLAND' AND SALES GT 25000 AND SEATS EQ 4 OR COUNTRY EQ 'JAPAN' AND SALES GT 15000 AND SEATS NE 2 etc. etc. - I realize I can build a UI where they'd pick all three variables any number of times and string together a WHERE statement for them. I'm just wondering if there'd be any way to set up the FEX so that the autoprompt could do this.This message has been edited. Last edited by: Kerry,
Autoprompt will give you only data entry boxes and/or listboxes depending on the options you specifiy with an amper variable. It will not allow you to give your users the possibilities that you envision. You could set things up so that autoprompt will present a fixed number of possibilities.
If you need more than that, then you're going to have to build your own UI, with or without the HTML layout painter.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
Thanks for responding - I pretty much thought that would be the answer but I wanted to check before building a whole UI in case WebFocus could do it for me.