As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
drv, i've never seen a website anywhere with tilted text, unless its an image. hmmm. has anyone ? there's always excel output, and let the user rotate the text in the across row. or..if this is really important to you, make an image, a gif, for each productname, and rotate it 90. then define a variable PRODNAME/A100='<img src="http://servername/images/' | MYPROD | '.gif">; and then SUM stuff ACROSS PRODNAME and the character strings will be in order by the var MYPROD but will reference images that are the prod names, turned sideways. Nuts, yes? I've done nuttier.
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
If you are upgrading to 7.1 and want excel output you can use a template and have WebFOCUS populate the template and if the template has rotated titles then that is what the user would see. There are a lot of great features when using a template like pretecting fields from user changing them. I know this may not be what you are looking for but are words for thought.
hey drvander, I couldn't wait to try out your tip, and it ROCKS!
Here's how I did it using inline HTML:
DEFINE FILE CAR MYCOUNTRY/A50 = '
' | COUNTRY | '
'; END TABLE FILE CAR PRINT CAR BY SEATS ACROSS MYCOUNTRY ON TABLE SET STYLE * UNITS=IN, PAGESIZE='LETTER',LEFTMARGIN=0.000000, RIGHTMARGIN=0.000000,TOPMARGIN=0.000000, BOTTOMMARGIN=0.000000, SQUEEZE=ON,ORIENTATION=LANDSCAPE,$ TYPE=REPORT,FONT='ARIAL',SIZE=8,COLOR= 'BLACK',BACKCOLOR=RGB(255 255 224), STYLE=NORMAL,TOPGAP=0.0,BOTTOMGAP=0.0,$ TYPE=DATA,FONT='ARIAL',SIZE=8, COLOR='BLACK',BACKCOLOR=( RGB(255 255 224) RGB(210 180 140) ), STYLE=NORMAL,$ ENDThis message has been edited. Last edited by: <Mabel>,
JG, when i try your mode technique, with an SUM SALES BY CAR ACROSS MYCOUNTRY my labels are all centered...i have tried justify=left, but i can't seem to make them all start from the top border of the report, all start from the same point? I reference with TYPE=ACROSSVALUE,BY=MYCOUNTRY and i can turnthem red ok, but i can't make them all start from the same place. Any ideas?
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Susan the problem is a combination of using proportional fonts and space handling in HTML.
the solution is a compromise but is as follows (the length of NBS1 and the depth of the decode is dependant on the length of the across field in this case COUNTRY A10)
POSTSCRIPTUM, Printing the output does not print the displayed output. Either to a printer or acrobat distiller. Only the fliph on the filter is applied. Without the filter it prints as expected.