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.
The first item aligns fine, it's the second and third item that is causing me grief. The problem is, is that I have dynamic columns that turn on/off on an existence check in the report. I tried creating logic to to set COLSPAN based on that logic and it somewhat works but it's not good.
Any other type of magic that I could use?This message has been edited. Last edited by: MattC,
This report is very wide. I have 5 sections consisting of 3 columns each that are dynamically displayed.
The first 8 columns are always there, then the next 15 columns are dynamic. After that is another few columns and above that is where I want to have my heading. When all 5 sections are displayed, the heading ends up being aligned over one of the dynamic columns.
I want to say there is a limitation on width as so why this can't work, but there has to be another approach.
Thanks for the responses. Maybe COLSPAN isn't what I am looking for. Simplifying with this CAR example, I really don't want my second heading to be spanned across the next X amount of columns.