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.
anybody know how to get a subtotal line without the blank line before and after? There's probably a setting. I just don't know it.This message has been edited. Last edited by: susannah,
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Check out this example. The css styling TD {font-size: 1px;} sets all the TD's that do not have anything else in them to 1px font size, thus reducing the lines before and after the subtotal.
TABLE FILE CAR SUM SALES BY COUNTRY SUBTOTAL BY CAR HEADING " "
ON TABLE SET PAGE NOLEAD ON TABLE HOLD AS H001 FORMAT HTML ON TABLE SET STYLESHEET * TYPE=REPORT, GRID=OFF, FONT='VERDANA', SIZE=8, $ TYPE=SUBTOTAL, BACKCOLOR=RED, $ ENDSTYLE END -HTMLFORM BEGIN
!IBI.FIL.H001; -HTMLFORM ENDThis message has been edited. Last edited by: <Mabel>,
sweet! but i'm actually trying to kill it, because my users use RCXX and the excel version will have all those icky blank lines that make sorting the db really annoying.
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
yep, but i'm not doing PCHOLD FORMAT EXL2K i'm doing RCXX and letting BillGates handle the conversion, the fex reruns and opens in real actual excel, not xml which my users hate. So if i've got blank TDs, BillGates is gonna give them to me. I gotta kill 'em at the source. Lenny, thanks for the input, but if i had to do pdfs , i'ld a quit this job ages ago!
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
I seem to recall in more recent versions of WebFOCUS additional and finer commands were added to control and customize the borders/gridlines on a report. Since GRID=ON eliminates the blank lines, try turning the GRID ON and then use the new border/gridline control commands to "hide" the grid lines by changing their color/width or turning them off idividually, if possible. I have not tried this myself but it might get you what you are looking for.
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003
Susannah, I have no idea what RCXX is but try the following. This gives me a report in HTML with no skipped lines.
TABLE FILE CAR SUM RCOST DCOST BY COUNTRY SUBTOTAL BY CAR ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * TYPE=REPORT, BORDER=LIGHT, BORDER-STYLE=NONE, $ ENDSTYLE END
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003
oh you're preaching to the choir, here. i've been after the PM at Summit for 3 years now, and no response. Not even a glimmer of understanding what i'm talking about with GRID baggage.
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Doug, I guess the unanswered question is on GRID, but in case someone scanning this topic doesn't know, this IS solved in 7.6.11 for removal of blank lines on subtotals.
SET DROPBLNKLINE=ON will remove the blank lines around subtotals and more.
that so-called 'marking' of topics just makes the subject much harder to read, makes the lists much harder to scan... it was a very bad idea, conceptually.. should have been implemented AT THE END of a topic, not the beginning.... and its only 'SOLVED BY UPGRADE', so i'll mark it 'SBU' at the end... howzat?
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
I was going to make an additional suggestion regarding marking topics as SOLVED, but that's going off topic for this topic. I'll make it to Kerry or the FocalPoint world at large when I've thought it through.
In FOCUS since 1985 - WF 8.009/8.104 Win 8 Outputs: ALL of 'em! Adapters: Sql Server Teradata Oracle