Difference between revisions of "PS Query Transformations"
From TekiWiki
| Line 1: | Line 1: | ||
| − | Using Transformations | + | Using Transformations, direct from [[PeopleSoft]] [[PeopleSoft Query|Query]], you can create files of the following types: |
* Text format - e.g. CSV, fixed columns | * Text format - e.g. CSV, fixed columns | ||
Revision as of 00:00, 21 December 2016
Using Transformations, direct from PeopleSoft Query, you can create files of the following types:
- Text format - e.g. CSV, fixed columns
- HTML
- XML - e.g. SpreadsheetML (to produce formatted Excel spreadsheets).
Additionally, pagelets can be built from PeopleSoft Query results. Annoyingly, the format for pagelets is slightly different from Query. However, both can be processed using XSLT (eXtensible Stylesheet Language - Transformations).
You still have all the capabilities of SQL in Query, and then you can add formatting using XSLT.
Further Reading
|
PeopleSoft Users Companion Extras
|