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 "think" this is an extension to your previous post. When I populate list boxes with a fex, I usually do this, using your code:
DEFINE FILE LKP_SALESPERSON_MQT
SLS_NUMBER/A5 = EDIT(SALESPERSON_NUM); assuming I5
SLS_PERSON/A33 = (SLS_NUMBER || ' - ') | SALESPERSON_NAME; assuming SALESPERSON_NAME/A25
END
TABLE FILE LKP_SALESPERSON_MQT
SUM
SLS_PERSON
BY SLS_PERSON
WHERE TEAM_LEADER_DBA EQ '&IBIMR_user';
-* ON TABLE SET HOLDLIST PRINTONLY
ON TABLE PCHOLD FORMAT XML
END
XML needs both entries for tags; SET HOLDLIST = PRINTONLY the output will only have one column in the XML and the combo box will not populate as you want it to.
Actually, Tom, the reason I opened this as a seperate post was because I didn't want to confuse this problem with the problem we had in populating a control with a .fex.
What I'm referring to is the simple OLAP dimensions drop downs that show up when you set your report as olap-tabbed. We want ALL values for that field to show up, rather than just 50.
Thanks.
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
Did you know that v7.6.4 appears to have about 20 fixes that deal with OLAP. Maybe this "upgrade/service pack" will fix a number of the OLAP problem you reported.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server