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.
when I use the managed reporting to create a paramater that load data in a list bix, but when I run the report, the data in list box look different, it seems there are space between values.
I am new to webfocus/ developer studio,thanks for the help.
Are you trying to create a parameter that dynamically looks up the values? If so, you will likely need to incorporate the FEX into a launch page using the resource layout.
The way MR handles (static) parameters is slightly different than dynamic parameters.
Problems I have with resource layout are : 1. I can print whole page very well the last line of the report always got cut off.
2. when use dynamic, I checked the resource button. after I input parameters for for couple times, the data loaded in the list box(or drop down box) are gone, I have to report run the report, it won't allow me to put parameters again and again.
Well, the first thing that comes to mind that if you are trying to "dynamically" populate the list with values, the syntax is wrong.
Note this:
-* File Dynamic_Launch -* Default Mode: ResourceLayout -* File Dynamic_List.fex -* File Dynamic_List.fex TABLE FILE CAR SUM SALES BY COUNTRY WHERE ( COUNTRY EQ &COUNTRY.(OR(FIND COUNTRY IN CAR)).Country. ); ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE SET ONLINE-FMT HTML
........
The main difference between yours and mine is the WHERE test. Note the FIND command that looks up the values for COUNTRY.
Thanks for reply. In MRE, I couldn't load data to paramer, not mater dynamicly or not. What I dide is , in DATA SERVERS area I created a procedure in resource layour painter, then I created a push button to display the report, all the data loaded correct for the parameter.
It seesm to me therev are bugs to save parameter data in MRE.
If you can, try to repro the problem using the CAR files that come with the product. If you are able to repro the issue, I would suggest either posting the FEX's here, or better yet, opening a case with IBI.
I have created MANY parameterized applications, both as MRE apps as well as self service apps, with no problems. Note that there may be cases where you cannot create dynamic parameter lists under certain conditions. IBI tech support would be better able to help you with that.
IBI tech support was going to help me with a remote session, I cancelled it since I've made it work right. I have been struggling with webfocus/developer studio, it seems that something just not working right with my developer studio.