Question
8
Replies
396
Views
Posted: November 9, 2016
Last activity: December 6, 2016
Closed
Solved
Declare Expression should not use nulls in page list
I have the following declare expression:
Set prop_x = Average of prop_page_list().prop_y using entries in which _________
The issue is that I need this:
Set prop_x = Average of prop_page_list().prop_y using entries in which prop_page_list().prop_y > 0
However > or any relational operator is not alllowed in that field. How do I work around this? I must use a declarative to compute the value for prop_x
***Moderator Edit: Vidyaranjan| Updated Categories***
Hello Salazone,
Thanks for posting your query in PSC :)
Would using data transform help at your end?
Can you mention below:
- Pega version used
- Screenshots of the configuration made for the PageList, Declare Expression. I would like to see the class hierarchy of PageList.
Regards,
Rincy