Question
Hoverstate
SV
Last activity: 18 Aug 2017 9:46 EDT
Issues with Disabling using a Condition (expression) - Pega 7.1.7
Hi!
I'm trying to disable an UI element by using a Condition (expression), while testing it I found out that if I add the expression between parenthesis (See my attached image) it stops working, but when I remove the parenthesis it works again. My issue with this is that I have a way longer logical string to work with, something like these:
(.Value1 = '' || .Value2 = '' || .Value3 = '' && pySelected = 'true') || (.Value4 = '' && .pySelected='false')
But if I'm having issues using the parenthesis, I can't really do a condition expression like this, any way to work around this or suggestion in what approach would be better?.
Thanks in advance, help is appreciated :)