Skip to content

Commit

Permalink
fix for build-in reports
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Oct 7, 2021
1 parent 5850920 commit 06acca1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@
<q:path>../name</q:path>
<expression>
<queryInterpretationOfNoValue>filterAll</queryInterpretationOfNoValue>
<path>$campaignName</path>
<script>
<objectVariableMode>prismReference</objectVariableMode>
<code>
if (campaignName != null) {
campaignName.getTargetName()
}
</code>
</script>
</expression>
</q:equal>
</filter>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@
<q:path>../name</q:path>
<expression>
<queryInterpretationOfNoValue>filterAll</queryInterpretationOfNoValue>
<path>$campaignName</path>
<script>
<objectVariableMode>prismReference</objectVariableMode>
<code>
if (campaignName != null) {
campaignName.getTargetName()
}
</code>
</script>
</expression>
</q:equal>
</filter>
Expand Down

0 comments on commit 06acca1

Please sign in to comment.