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     [CLOSED] Aggregations (Sum , Count etc)

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Aggregations (Sum , Count etc)
 Login/Join
 
Member
posted
Hi,
I have some general questions,
how are the aggregations handled in WebFocus development. Are these defined in Master File or at the report level?
What is the best way to implement the aggregations in case of huge data(millions of records), is it at Master file level or Report level or Direct SQL PASSTHRU?

Please let me know what is IBI recommendation for the same.

Thanks in Advance

This message has been edited. Last edited by: Kerry,


WebFOCUS 767
Windows
Excel, HTML, PDF
 
Posts: 2 | Registered: April 20, 2009Report This Post
Expert
posted Hide Post
Aggregations are done at the report level or via passthru. If done through the former against a relational engine, the goal is to pass the aggregation to the data base engine. This is called optimization. You can do traces on your generated code to make sure that it is optimized. There are many discussions on this forum and the IBI site on relational efficiencies, optimization, etc. that you can check out to get more information.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Member
posted Hide Post
Ginny,
Thanks for your reply.In case we do aggregations in Master File (e.g. using APP HOLD) will that be ideal solution?
What is the best way to provide the Ad-hoc capability to Business User?


WebFOCUS 767
Windows
Excel, HTML, PDF
 
Posts: 2 | Registered: April 20, 2009Report This Post
<JG>
posted
As Ginny says aggregations in WebFOCUS are generated at run time unless you are using a multi-dimensions data source such as OLAP/ROLAP
In which case the aggregations already exist and are retrieved directly.

There is no concept of aggregations in WebFOCUS master data unless it is implicit in the data source
or implemented via views.

If your data consists of millions of rows and your reporting is at an aggregated level then
seriously look at creating tables at the required summary levels that will give you the best performance.
 
Report 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     [CLOSED] Aggregations (Sum , Count etc)

Copyright © 1996-2020 Information Builders