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 keep getting an error saying Invalid path. The passthru works in the data server application folders.This message has been edited. Last edited by: KellyT,
Prod: WebFOCUS 8.2.0.4 OS: Windows Outputs: HTML, PDF, Excel, PPT In Focus since 2005
ENGINE SQLSYB SET DEFAULT_CONNECTION REPORTING
SQL SQLSYB
EX hr..ServiceAwardsWF;
TABLE FILE SQLOUT
PRINT *
ON TABLE HOLD AS SQLOUT
END
JOIN
GETALLEMPIDANDSSN.ANSWERSET1.SSN IN GETALLEMPIDANDSSN TO MULTIPLE
SQLOUT.SQLOUT.socialSecurityNumber IN SQLOUT TAG J0 AS J0
END
TABLE FILE GETALLEMPIDANDSSN
PRINT
GETALLEMPIDANDSSN.ANSWERSET1.EMPLOYID AS 'Emp ID'
J0.SQLOUT.employeeName AS 'Employee Name'
J0.SQLOUT.employeeStatus AS 'Status'
J0.SQLOUT.hireDate/HMDYY AS 'Hire Date'
J0.SQLOUT.yearsOfService AS 'Service Years'
J0.SQLOUT.homeAddress AS 'Home Address'
J0.SQLOUT.homeCity AS 'Home City'
J0.SQLOUT.homeState AS 'Home State'
J0.SQLOUT.homeZip AS 'Home Zip'
J0.SQLOUT.driverNumber AS 'Driver #'
J0.SQLOUT.fleetId AS 'Fleet #'
J0.SQLOUT.department AS 'Department'
J0.SQLOUT.opsManager AS 'Ops Manager'
J0.SQLOUT.daysInactive AS 'Days Inactive Last 5 yrs'
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT XLSX
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = enblue_theme,
$
TITLETEXT='Service Awards',
$
TYPE=REPORT,
COLUMN=N1,
SQUEEZE=0.638889,
$
TYPE=REPORT,
COLUMN=N2,
SQUEEZE=2.250000,
$
TYPE=REPORT,
COLUMN=N6,
SQUEEZE=1.930556,
$
TYPE=REPORT,
COLUMN=N7,
SQUEEZE=1.402778,
$
TYPE=REPORT,
COLUMN=N9,
SQUEEZE=0.680556,
$
TYPE=REPORT,
COLUMN=N12,
SQUEEZE=0.416667,
$
TYPE=REPORT,
COLUMN=N13,
SQUEEZE=1.930556,
$
TYPE=REPORT,
COLUMN=N14,
SQUEEZE=2.305556,
$
ENDSTYLE
END
Prod: WebFOCUS 8.2.0.4 OS: Windows Outputs: HTML, PDF, Excel, PPT In Focus since 2005
The code I have is what the documentation said to do. Like I said my fex files with the sybase stored procedure sql passthru works on the data server/application folders but DOES NOT work in the domains. We've had this problem for many years. However when we build our portals/dashboards we have to create meta data against the stored procedures. Gets very inefficient for us.
Thanks
Prod: WebFOCUS 8.2.0.4 OS: Windows Outputs: HTML, PDF, Excel, PPT In Focus since 2005
Does it work putting your SP call in between -MRNOEDIT BEGIN and -MRNOEDIT END
Like this ...
-MRNOEDIT BEGIN
SQL SQLSYB
EX hr..ServiceAwardsWF;
TABLE FILE SQLOUT
PRINT *
ON TABLE HOLD AS RPTDATA_SQL
END
-MRNOEDIT END
-RUN
? HOLD RPTDATA_SQL
-EXIT
WebFocus 8.201M, Windows, App Studio
Posts: 227 | Location: Lincoln Nebraska | Registered: August 12, 2008