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.
Dear all: when we use "ACROSS filename" to deal with the data, the table will show a line between the title and data, is it possible to discard this line in the table ?
In Report Painter select the Across field, and use the Report pull down option of STYLE. In STYLE choose BORDERS and put a dotted line with no width across the top. This removes the Across line.
I have noticed that the underline does not appear when we make use of the grid in reports having across.
If the report does not need to use any grid, you can try this
TABLE FILE CAR SUM SEATS ACROSS CAR -*ON TABLE SET ONLINE-FMT PDF ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * TYPE=REPORT, BORDER=LIGHT, BORDER-COLOR=WHITE,$ ENDSTYLE END
M
Posts: 33 | Location: New York, USA | Registered: August 11, 2003
Mickey has given you a possible solution as above. Unfortunately, Gerry's solution via report painter (which is close to Mickey's solution i.e. adding a border) only serves to remove the GRID=OFF styling and therefore defeats the objective.
If you can't get Mickey's advice to work for you, then add your styling to your post so that I can see what you see, and then I'll try and assist if I can.
Regards
Tony
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
SET ACROSSLINE = OFF TABLE FILE CAR SUM DC BY CAR AS '' ACROSS COUNTRY AS '' ON TABLE SET PAGE-NUM OFF ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * GRID=OFF,$ ENDSTYLE END
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
My Mistake, forgot the style mode command in what we're doing, don't use it much just for paper printing. Anyway we are at 5.3.4 testing, thanks, as if this is now not working I need to look at my output.
SET ACROSSLINE = OFF SET STYLEMODE = FIXED TABLE FILE CAR SUM DC BY CAR AS '' ACROSS COUNTRY AS '' ON TABLE SET PAGE-NUM OFF ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * GRID=OFF,$ ENDSTYLE END
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
STYLEMODE=FIXED takes away all the html cell language. the output isn't a table at all, its just a bunch of span tags, so the grid off or on, etc, has no impact at all. I just did a search on ACROSSLINE and came up with only an MVS manual. What version is "acrossline" working in? Sure would be great if it worked in 5n. Mickey, your suggestion is great. thanks , i can implement that one right away on my site.
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003