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.
I am trying to squeese down the size of the columns displayed in the ACROSS statements. It appears the report is still defaulting to .5 inch instead of what is specified in the style sheet. Can someone provide some insight in how to further reduce the size/width of the across columns.
TABLE MO_CNT -* WRITE PERCENT AS '' BY SELI_ASG_USERID AS 'ACE,Userid' ACROSS MO_REVIEW_MO_YEAR NOPRINT ACROSS MO_REVIEW_MO_NBR NOPRINT ACROSS MO_REVIEW_MO_NAME AS '' ACROSS SELI_MO_REVIEW_STATUS AS '' -* ON TABLE SET STYLE * TYPE=HEADING, SIZE=9, GRID=OFF,FONT=ARIAL,$ TYPE=REPORT, SIZE=7, GRID=ON, FONT='TIMES NEW ROMAN',ORIENTATION=LANDSCAPE,$ TYPE=ACROSSVALUE, ACROSS=MO_REVIEW_MO_NAME ,WRAP=.1,$ TYPE=ACROSSVALUE, ACROSS=SELI_MO_REVIEW_STATUS,WRAP=.1,$ TYPE=ACROSSVALUE, ACROSS=PERCENT,WRAP=.1,$ -* ENDSTYLE -* ON TABLE SET SQUEEZE ON ON TABLE PCHOLD FORMAT PDF END -RUNThis message has been edited. Last edited by: Kerry,
I would first move all of your ON TABLE commands above your style sheet. Your ON TABLE SET SQUEEZE doesn't actually apply to your style because you call it afterwards. I would also add ON TABLE SET HTML CSS ON.
Eric
Eric Woerle 8.1.05M Gen 913- Reporting Server Unix 8.1.05 Client Unix Oracle 11.2.0.2
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013
From our technicals: Squeeze commands take precedence over the conditional styling stylesheet commands. Remove them and the stylesheet should take effect.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004