String to Integer Function
I am trying to use a decision table to return a number using if, if else format.
Because Pega returns a string in a decision table, I am looking for a function that converts that string to an integer, so that i can do a simple comparison between two numbers. Which function can I use to accomplish my goals?
Thanks!