Focal Point
[SOLVED] Vertical display of measures

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

February 15, 2011, 08:20 AM
umun
[SOLVED] Vertical display of measures
I have a requirement to display measures vertically and I am having difficulty doing it. Please, any idea on how this can be done.

example: I intend to have the report like this:
Amount1 405
Amount2 42.30
Amount3 14.50
Amount4 50

Instead of:
 
Amount1 Amount2 Amount3 Amount4 
405     42.30   14.50   50 

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


WebFOCUS 7.7.02
Windows/SQL/CUBES
HTML/PDF/XLS
February 15, 2011, 09:42 AM
RSquared
Have you tried using OVER?
EG.
TABLE FILE WHATEVER
PRINT AMOUNT1 OVER
AMOUNT2 OVER
.
.
.


WF 7.6.11
Oracle
WebSphere
Windows NT-5.2 x86 32bit
February 15, 2011, 10:13 AM
umun
Thanks. It worked.


WebFOCUS 7.7.02
Windows/SQL/CUBES
HTML/PDF/XLS
February 15, 2011, 11:49 AM
RSquared
I am happy that I could help. Please flag as solved.


WF 7.6.11
Oracle
WebSphere
Windows NT-5.2 x86 32bit