Discussion
how to Evaluate a Boolean expression in pega/java
How can i evaluate an expression and get its returned value to a clipboard page?
i have an expression in a property value as ((true AND false) OR (True AND True)).
now i want to evaluate it and get the returned boolean result to pega clipboard page?
can somebody please suggest me on how to do this?