Discussion
Pega 7 wrongly evaluate visibility Condition(when rules) for WHEN Rules with NEGATION in an expression
If i have a two when rules isMammal results "true" when the animal name is "Lion" and isQuad resutls "true" when the animal has 4 legs, the visibility condition (!isMammal && isQuad) should result "true" for the animal "Frog" which has 4 legs. But it behaves differently.
The below is my Data table.
As per the above data, i expect the image should be visible (based on visible when condition) for only Frog.
But i am seeing the images visbile for both Star Fish and Frog which is wrong. Refer below screenshot.
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hi,
This issue is due o the deprecated Icon control which is used in the application, Replace the deprecated icon control with the Pega7 icon control.
Find the Below screen shot for configuration, where i have configured the deprecated icon control.
Also i have configred the Pega 7 icon control in the Repeat grid in the same section as shown in the below screen shot.
Notice the result as shown in the below screenshot.
Thanks,
Gowrishankar.