How to run report in RPE 2.1.1 that only has a dynamic query?
![]() Using the RPE Launcher, I can leave the URI blank and run a report template that only has a dynamic query. However, the RPE remote services require a Connection and a URI in order to run, even if the template only references a dynamic query.
|
3 answers
![]() >>> The reason I want to use the dynamic query is that the driving query returns work items that have been modified in the past week. If I pass in the modified date as part of the RTC REST xpath query, then it has to be updated every time it is run.
Comments So far, I'm thinking this is the only workable solution with the RPE Web UI. I created a JRS query with a query of "SELECT SYSDATE from DUAL". So I use this query as my parent query, but I don't use it in the template other than to pass on the credentials to the dynamic query. This seems to work.
|