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] Not able to o the average calculation given the average calculation

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Not able to o the average calculation given the average calculation
 Login/Join
 
Member
posted
Hi,

I have a table file and I need to do an average on the across field XYZ as shown in the code below.

TABLE FILE HOLDDP
SUM
CNT.DP
BY ID
BY NAME NOPRINT
BY REG NOPRINT
BY SUBR NOPRINT
BY RMD_YR NOPRINT
BY RMD_DT NOPRINT
BY SLS NOPRINT
BY SLD_Q NOPRINT
ACROSS XYZ
ACROSS ABC
ON TABLE SET ASNAMES ON
END
-RUN

When i run the code,I will get the report as shown below :
ID XYZ AVG
_____________________
AAAA 12 05 06
BBBB 05 20 15
CCCC 15 13 09

My average Calculation is something like this :
Average = ((12*5)+(05*4)+(06*3))/(12+5+6)[For the 1st row].
Average= ((05*5)+(20*4)+(15*3))/(5+20+15) {For the 2nd row]. and so on
Finally I need to display the average value in the average column beside the XYZ field.

Could anyone tell me how to do this.This is really really urgent.Please help.

This message has been edited. Last edited by: <Kathryn Henning>,


webfocus 769,windows 7,html
 
Posts: 24 | Registered: July 16, 2010Report This Post
Virtuoso
posted Hide Post
Maybe you could start with telling why you do all the no prints and what all the fields mean.
You obvious do a average calculation on and with some fields you do not print
Maybe when you start with printing all the fields it might become clear where the error is.
Nowhere in your script you seem to use the formula average.
In your calculation you use 2 fields, the number of occurrences I guess is the cnt.dp, but what is the field you want to calculate?

And you have two times an across, in the output I see only one.


Btw....did you get some training? Do you have the manuals ?
Dd you do a search before posting your question ?




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Expert
posted Hide Post
Can you show this using the CAR file?
Have you considered the use of the AVG prefix operator (which computes the average value of the field)?




   In FOCUS Since 1983 ~ from FOCUS to WebFOCUS.
   Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report 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] Not able to o the average calculation given the average calculation

Copyright © 1996-2020 Information Builders