Question
Results count while executing Decision Table?
I want to evaluate all rows of the Decision Table and set a property value only if more than one row of the table evaluates to true. I am returning 2 column values for each row evaluated to true.
Tried executing a Decision Table where for a given input, 2 rows evaluate to true. The latest result is captured because I am setting it to single value properties on a temporary page.
If I want to get the results count(no. of rows evaluated as true), is there any Pega Property set on Clipboard?
Thanks !
Hi
Not really sure about any OOTB property for this.
Just a thought, why cant you capture both the output from the Decision table. Then you can take the count of that pagelist and if it is greater than 2 then you can set your property.
Regards
Bhavya