PSQuery is an online PeopleTools functionality heavily used by business analysts and key users to gain information from the PeopleSoft application without the need of development or database SQL knowledge. The biggest con of PSQuery is that you end up with one static list of data, which is usually exported to Excel for further enhancement and analysis.
From PeopleTools 8.50, you now have the ability to create more in-depth analyses and productivity using drilling URLs.
When you build a query using Query Manager, you can define drilling URLs that are associated with this query using the expression option. These settings are saved into the database, along with prompt, criteria, and so on, as part of the metadata for this query. When you execute this query through Query Manager or Query Viewer, the query results page shows results as links, which you can click to be redirected to a different page in a new browser. You can create URLs for:
- Other PSQuery, for more in-depth information about a subject, actual drilldown functionality
- PIA Component, direct link to components where the keys for the search page of the component are extracted from the selected columns in the query
- External URL, non PeopleSoft URLs, for example Vendor sites
- Attachment URL, direct link to an attachment that is stored in the database or file system
- Free Format URL, any type of URL you want to construct, can be used for example to deep link to other non-PeopleSoft applications
So how does one create a drilling URL?