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 have posted these questions before and did not get answer, so I posted again.
In managed reporting, I was trying to create a new procedure which load parameter values in to a listbox , so users can pick one or more value from the list box, but for some reasons the values I put in the list box looked strange. both dynamic or static did not work right.I could make report work good on the Data Servers /application area. when I copy the procedure to managed reporting /standar report , the parameter with loaded data looked strange again.
I also like users have options to pick ALL from the listbox,In Report Layout Painter, I check dynamic , added 'ALL' in the listbox, but after I run the report once, going back to put parameters again, the list box became empty, no data there to pick.
This forum is for users helping out other users. If none of us happens to have answers to your question, you might not get a response. Asking again isn't necessarily going to help anything.
Some IBI people monitor the forum but nothing "official" so if this is impacting development of a production app, your best off opening a case with IBI tech support.
Catelin, I've seen a similar problem with 533. Can't get dropdowns to work in MRE. They work fine outside of MRE. I've reported it and IBI is investigating.
Posts: 44 | Location: St. Louis | Registered: September 17, 2004
I've created procedure with dynamic lists which let user pick parametres, it works fine!
BUT, the problem appeared when I imported the procedure to html launch page - dynamic lists load empty (however static lists worked well)!
when I shared my procedure with my colegue, the same launch page worked well on his computer.
I am not advanced user of WF, but I can swear dynamic lists used to work on my machine before...
The assigned mas file is from ODBC ASA datasource.
any updates on this problem?..
fex file:
-* File regionai.fex
TABLE FILE REGION
PRINT
REGIONID
REGIONTITLE
WHERE REGIONID EQ '&XREGID.(FIND REGIONID IN REGION).Regiono ID.';
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE SET ONLINE-FMT HTML
Edit your HTML and check out the attributes for the SELECT control. Do you have IBIC_server, IBIAPP_app and/or IBIF_ex specified in there?
When you develop in Dev Studio, these attributes get added and are not used in MRE. The IBIAPP_app is the main culprit, escpecially if the APP in which you develop is not in the APP PATH.
Post your HTML code (between a pair of tags - [ code ] and [ /code ] without the spaces), but split it over several lines otherwise MaryEllen gets a call due to line length(?). We'll (the Forum) see if we can assist you then.
T
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