Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     show more values in OLAP drop-down?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
show more values in OLAP drop-down?
 Login/Join
 
Master
posted
I have a report with tabbed olap that has drop down boxes for Salespersons. Now, it only shows about 50 salespersons, stopping at the C's.

Is there any way to make it show every single salesperson? I know it will take more time to load, but we need this.

thanks!


Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
 
Posts: 611 | Registered: January 04, 2007Report This Post
Expert
posted Hide Post
Jason K.,

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.


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Master
posted Hide Post
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.
 
Posts: 611 | Registered: January 04, 2007Report This Post
Expert
posted Hide Post
Jason,

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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Master
posted Hide Post
Francis,
Where did you find this information about 7.6.4? I'd love to read about it.

Thanks


Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
 
Posts: 611 | Registered: January 04, 2007Report This Post
Expert
posted Hide Post
Check the "fixes" link in my previous post.


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
And Kerry mentioned it in your "Cash Reward" thread...

Cash reward to solve unresolved case!


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Master
posted Hide Post
Well, we've installed 7.6.4, but only around 50 values are showing in our OLAP drop downs.

This has got to be a setting somewhere, right?


Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
 
Posts: 611 | Registered: January 04, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     show more values in OLAP drop-down?

Copyright © 1996-2020 Information Builders