Difference between revisions of "PS Query Transformations"
From TekiWiki
(→Further Reading) |
|||
| Line 1: | Line 1: | ||
| − | Direct from your [[PeopleSoft]] [[PeopleSoft Query|Query]], you can create files in precise formats such as CSV, fixed columns, HTML and even SpreadsheetML (to produce formatted Excel spreadsheets. | + | Direct from your [[PeopleSoft]] [[PeopleSoft Query|Query]], you can create files in precise formats such as CSV, fixed columns, HTML and even SpreadsheetML (to produce formatted Excel spreadsheets). |
Additionally, pagelets can be built from PeopleSoft Query results. Annoyingly, the format for pagelets is different from Query. However, both can be processed using XSLT (eXtensible Stylesheet Language - Transformations). Add the power if this language to SQL and you have a winning formula. | Additionally, pagelets can be built from PeopleSoft Query results. Annoyingly, the format for pagelets is different from Query. However, both can be processed using XSLT (eXtensible Stylesheet Language - Transformations). Add the power if this language to SQL and you have a winning formula. | ||
Revision as of 12:14, 10 December 2016
Direct from your PeopleSoft Query, you can create files in precise formats such as CSV, fixed columns, HTML and even SpreadsheetML (to produce formatted Excel spreadsheets).
Additionally, pagelets can be built from PeopleSoft Query results. Annoyingly, the format for pagelets is different from Query. However, both can be processed using XSLT (eXtensible Stylesheet Language - Transformations). Add the power if this language to SQL and you have a winning formula.
Further Reading
|
PeopleSoft Users Companion Extras
|