Focal Point
Multiple Lines when using Across field

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

October 11, 2007, 04:50 PM
RPond
Multiple Lines when using Across field
I am having a problem with multiple lines (each with one value) showing up when I try to use Across. The table (master file) has three fields SUBSCRIBERID, QUESTION, ANSWER and is set up as:

SUBSCRIBERID QUESTION ANSWER
111 Question1 Answer1
111 Question2 Answer2
111 Question3 Answer3
222 Question1 Answer1
222 Question2 Answer2

What I am getting when I use BY SUBSCRIBERID and ACROSS QUESTION is:

SUBSCRIBERID Question1 Question2 Question3
111 Answer1 . .
111 . Answer2 .
111 . . Answer3
222 Answer1 . .
222 . Answer2 .
222 . . Answer3


What I am hoping to see is:

SUBSCRIBERID Question1 Question2 Question3
111 Answer1 Answer2 Answer3
222 Answer1 Answer2 Answer3

Any help would be greatly appreciated.

Thanks,

Rob


WebFOCUS 716
Linux Kernel-2.6.9 x86_64 64bit
Excel, PDF, HTML, Active Reports, Visual Discovery
October 11, 2007, 05:02 PM
GinnyJakes
Use SUM instead of PRINT. I know it is not intuitive. But trust me, it should take care of your problem.


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
October 12, 2007, 04:57 AM
RPond
That worked perfectly. Thank you for the help, Ginny.

Rob


WebFOCUS 716
Linux Kernel-2.6.9 x86_64 64bit
Excel, PDF, HTML, Active Reports, Visual Discovery