Question

VirtusaPolaris
IN
Posted: Apr 1, 2017
Last activity: Apr 4, 2017
Last activity: 4 Apr 2017 5:22 EDT
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
I want to know how to configure sub reports to implement the following query.
select * from pr4_rule_vw where PZINSKEY in (select pxhistoryforreference from pr4_history_rule where pxtargetrulesetversion='03-01-01');
Are you sure you need a SubReport? It doesn't look like you are displaying any columns from pr4_history_rule.
You might be able to do this with a report in Data-Rule-Summary that does a class join with History-Rule, using the appropriate join conditions:
.pzInsKey = HistoryRule.pxHistoryForReference AND HistoryRule.pxTargetRuleSetVersion = "03-01-01"
Question
Discussion
Discussion
Question
Question Solved
Question Solved
Question
Discussion
Question
Question
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.