Decision Tree limitation
I have one question related to my application code changes In Decision Tree i want to set the property value with space between 2 letters its not accepting space with in 2 letters
Please help me for the sane
I have one question related to my application code changes In Decision Tree i want to set the property value with space between 2 letters its not accepting space with in 2 letters
Please help me for the sane
@parulb50 if you want to set a property value with a space between two letters (like "A B"
), the space might not be accepted directly due to how Pega handles string literals and expressions. To solve this, try enclosing the value in double quotes, such as "A B"
. If that doesn't work, you can use the concatenation method by writing "A" + " " + "B"
. Another option is to use the Unicode escape sequence for space, like "A\u0020B"
. If none of these work, you can create a Data Transform and set the property value with a space there
Question
Question Solved
Question Solved
Question
Question
Question Solved
Question Solved
Question
Question
Question Solved
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.