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.
When placing reports into panels within a portal, I would like to have the last line of the report/table to be flush with the bottom of the panel. If I size the panel where it looks flush, a scroll bar is added to the panel. Is there any way to disable this within the report or the portal? I couldn't find an option in the portal editor GUI. I was also thinking that something in the stylesheet could be changed as well, but that's just a guess.
Has anyone else ran across this issue and fixed it? It's really annoying having to size my panels bigger than they need to be just to get rid of the bars.
Thanks, ClintThis message has been edited. Last edited by: capples,
WF 8.2.0.3 Windows 10 64bit HTML, AHTML, PDF, Excel
I set the height to Auto which just seemed to make all of the panels in that column the same height. Here's a screenshot (from phone, can't upload due to Citrix...) of what's happening:
If you look at the first panel, it looks clearly large enough to show the data, but it is showing a scroll bar.This message has been edited. Last edited by: capples,
WF 8.2.0.3 Windows 10 64bit HTML, AHTML, PDF, Excel
Good idea on the dev tools. I looked at the report in the developer options of IE10 (unfortunately can't get Chrome due to IT department) and it looks like there is an extra html tr tag in the table, causing an extra row. Seems like our stylesheet might be causing it as I completely removed the style sheet and that removed the row.
Thanks for the ideas Waz
WF 8.2.0.3 Windows 10 64bit HTML, AHTML, PDF, Excel
I've ran into this issue before regarding blank lines above the table rather than below and couldn't find a way to remove them. When I searched I found people that had the same issue, but there didn't seem to be a good fix that I could find.
I've tried the SET DROPBLNKLINE=ON command before and it didn't seem to have an impact. It seems to be something regarding styling and GRID options. I can remove the line if I remove certain style command from the style sheet that impact things such as the headers,footers,subtotals, etc. The resulting report is ugly as it has the grid lines being visible.
I'll open a ticket with IBI to see if they can assist with this.
Thanks
WF 8.2.0.3 Windows 10 64bit HTML, AHTML, PDF, Excel