Focal Point Banner


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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
using sql in WF
 Login/Join
 
<mohith>
posted
Hi the Wf code im using is
-* File CALLING.FEX
-* Default Mode: Report FEX
SQL
SELECT a.EmployeeID, b.TerritoryID
FROM Employees a INNER JOIN
EmployeeTerritories b ON a.EmployeeID = b.EmployeeID
ORDER BY a.EmployeeID
END

how do i add formatting here?
 
Report This Post
<mohith>
posted
i also would like to know how to format a header.
for example i want it displayed as

REPORT TITLE DATE


with spaces in between.
any idea how this can be done?
 
Report This Post
Platinum Member
posted Hide Post
Try:
SQL
SELECT a.EmployeeID, b.TerritoryID
FROM Employees a INNER JOIN
EmployeeTerritories b ON a.EmployeeID = b.EmployeeID
ORDER BY a.EmployeeID;
-*
TABLE FILE SQLOUT
HEADING
"Report Title: &DATE"
PRINT EmployeeID AS 'Whatever'
TerritoryID AS 'Whatever'
END
 
Posts: 118 | Location: DC | Registered: May 13, 2005Report This Post
<mohith>
posted
thanks a lot it works now....
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders