Focal Point
[SOLVED] Display report in the horizontal view

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

September 17, 2013, 12:31 PM
hainguyen
[SOLVED] Display report in the horizontal view
Is there anyway to convert the vertical view ( normal view) to horizontal view? I have the report which returns 30 fields but just has 1 line record so it requires customers to use the scrollbar a lot. The requirement I got is to let it displays in 3 columns, each column has 10 fields.
For example: 
Title A    Title B      Title C      Title D
AAA        BBB          CCC          DDD
will be displayed as :
Title A     AAA         Title B     BBB
Title C     CCC         Title D     DDD

Thanks.

  

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


WebFOCUS 7.7.03
Windows, All Outputs
September 17, 2013, 01:22 PM
Prarie
You can try OVER
TABLE FILE CAR
PRINT CAR OVER
COUNTRY OVER
SEATS
END

Or you can try using a SUBFOOT.
and putting the fields like you want.
September 17, 2013, 01:47 PM
hainguyen
Thanks Prarie. This solved my issue.


WebFOCUS 7.7.03
Windows, All Outputs