Focal Point
Vertical Alignment of Title

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

April 28, 2006, 11:10 AM
Wayne Atchley
Vertical Alignment of Title
Is there a way to control the vertical alignment of a title? We have multi-row titles for some columns and we don't always want them aligned to bottom.

Any setting to control vertical alignment?

Thanks

Wayne
April 28, 2006, 12:26 PM
Prarie
You can try doing something like this in your stylesheet.

TYPE=TITLE,COLUMN=SALES,JUSTIFY=RIGHT,$


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
Try using comma character to align/distribute each line of title. See the example below:

TABLE FILE CAR
  SUM SALES  AS 'BOTTOM,' 
  BY COUNTRY AS 'THREE,LINES,TITLE,'
  BY CAR     AS 'TOP, , ,'
  BY MODEL   AS 'MIDDLE, ,'
END

Regards,
Mikel


WebFOCUS 8.1.05, 8.2.01
Thanks for the ideas...

I was unexpectedly pulled away from WebFOCUS for a few days, so I haven't had time to follow up with these suggestions.

We have decided to get an IBI SE on site for a few days to answer these (as well as many other) questions about using WebFOCUS.

I have forwarded these ideas to my developer and hopefully he will find them helpful.

Thanks again for the help.

Wayne