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.
I am trying to demo the dashboard creation feature using the Layout Composer. I have 2 simple fexes that print 2 fields. when I add a report to the canvas and either reference it or embedd it when I run it the second field is overlaying the first for both reports. There must be a width, length issue but this should be simple. Here are the 2 fexes.
TABLE FILE STVSBGI
PRINT
STVSBGI_CODE
STVSBGI_DESC
-*COMPUTE SCHOOLS/A99 = '<OPTION VALUE="' | STVSBGI_CODE | '">' | STVSBGI_DESC | '</OPTION>';
WHERE STVSBGI_TYPE_IND EQ 'C'
-*WHERE STVSBGI_DESC LIKE 'West%'
BY STVSBGI_CODE NOPRINT
BY STVSBGI_ACTIVITY_DATE NOPRINT
BY HIGHEST 1 STVSBGI_ACTIVITY_DATE NOPRINT
-*ON TABLE HOLD FORMAT ALPHA AS SCHOOLS
ON TABLE PCHOLD FORMAT PDF
END
TABLE FILE STVTERM
PRINT
'STVTERM.STVTERM.STVTERM_CODE'
'STVTERM.STVTERM.STVTERM_DESC'
HEADING
""
FOOTING
""
BY STVTERM_CODE NOPRINT
WHERE STVTERM_CODE GE '200601';
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
-*ON TABLE PCHOLD FORMAT XML
ON TABLE PCHOLD FORMAT PDF
END
This message has been edited. Last edited by: Kerry,
Reporting Server 7.6.10 Dev. Studio 7.6.8 Windows NT Excel, HTML, PDF