Is it possible to dynamically create the drilling URL in PS Query
I have a query that lists all AR groups that haven't been completed and would like to use drilling URL to go directly to the component of the transaction.
The query currently has 3 unions and I can specify a different URL for each union, however the main query actually returns different group types (external items with and without error, Maintenance and Transfer groups with error as these all exist in GROUP_CONTROL).
Is it possible to dynamically populate the drilling URL based upon 1 or multiple fields in the result, without having to create a separate union for each URL I want to use?