Focal Point
RECAP/RECOMPUTE PERCENTAGES

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4181045871

August 01, 2006, 12:30 PM
neuro
RECAP/RECOMPUTE PERCENTAGES
I have the following:

TABLE FILE LMSUSERS2
SUM
-* 'LMSPRO2.SEG01.TOTPROFILES' AS 'Total,Profiles'
'LMSPRO2.SEG01.TOTQ' AS 'Total,Profiles'
'LMSPRO2.SEG01.Q1PER' AS 'Q1'
'LMSPRO2.SEG01.Q2PER' AS 'Q2'
'LMSPRO2.SEG01.Q3PER' AS 'Q3'
'LMSPRO2.SEG01.Q4PER' AS 'Q4'
'LMSPRO2.SEG01.Q5PER' AS 'Q5'
'LMSPRO2.SEG01.Q6PER' AS 'Q6'
'LMSPRO2.SEG01.Q7PER' AS 'Q7'
'LMSPRO2.SEG01.Q8PER' AS 'Q8'
'COLUMN-TOTAL'
BY 'LMSUSERS2.SEG01.LAST_NAME' NOPRINT
BY 'LMSUSERS2.SEG01.FST_NAME' AS 'First Name'
BY 'LMSUSERS2.SEG01.LAST_NAME' AS 'Last Name'


I am trying to get the COLUMN TOTALS to show total average instead of adding the percentages. I have searched through the forum and cannot find another post that actually fixes the issue. Does anyone know what I need to do to fix this?

"Bueller, Beuller, Beuller?" Smiler


Currenly working @ Learning Circle Education Services
Previously worked @ Nationwide Insurance
Prod: WebFOCUS 7.6.11


Test: WebFOCUS 7.6.11


Dev: WebFOCUS 7.6.11
August 01, 2006, 02:31 PM
Prarie
Try

ON TABLE RECOMPUTE


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
Check this thread:

https://forums.informationbuilders.com/eve/forums/a/tpc/...331022961#2331022961

Regards,
Sean


------------------------------------------------------------------------
PROD: WebFOCUS 7.6.2 on Unix AIX/Tomcat/Servlet Mode
TEST: WebFOCUS 7.6.2 on Unix AIX/Tomcat/Servlet Mode