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.
What are the best practices in free form reporting. Though I am using spot markers to customize each text. When data in a cell increases, text/data in the adjacent cell is moving towards right. How can this be avoided? And also, even if everything looks good in HTML, its not even comparable in PDF. Can you let me know some tips. Though I am good with playing with data, I am pretty new to free form reports.
SET STYLEMODE=FIXED
SET STYLE=OFF
TABLE FILE ALL_DATA
HEADING
"Project:<PR"
""
"Project Number: <WBS_NUMBER"
"Value From:<LIMITS_FROM"
"<14>To:<+0> <LIMTS_TO"
""
"<33>Start Date: <S_DATE End Date:<+0> <E_DATE"
"<18>Pay Start Date: <PS_DATE Pay End Date:<+0> <PE_DATE"
"<81>Project EndDate:<+0> <PRJ_COMPLETE"
In the dates section everything is aligned if data for dates is present. If S_DATE is null, then label 'End Date' moves to the left and same with 'Pay End Date' moves to left if PS_DATE is null. How can that be avoided? I want them to stay there even if data in adjacent (previous) field exists or not.
I tried that before posting in here. If I put spot markers in there, the text is getting disappeared completely. I tried various numbers but the same happens