OOTB function to get only 2 values after the decimal
Hi All,
Do we have any OOTB function to get only 2 values after the decimal.
Eg:12345.6789-input
Output:12345.67
Need to set in request DT not in UI
Did you miss our WEBINAR: Transform IT & Operations with AI: Pega Blueprint Advantage? Watch the REPLAY!
This webinar will show how AI is revolutionizing these functions and how Pega’s Blueprint Solution can help you fully leverage AI to meet your goals.
Pega Cloud status shows the overall health of Pega Cloud products and services, by region.
Manage your subscriptions by clicking the Subscribe To Updates button. Check out our Support document for more information: Pega Cloud Status
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
Hi All,
Do we have any OOTB function to get only 2 values after the decimal.
Eg:12345.6789-input
Output:12345.67
Need to set in request DT not in UI
Hi Sam,
Can you please try the workaround mentioned in below link to see if its solves your requirement
https://collaborate.pega.com/question/truncating-decimal-places-without-doing-rounding
Hi
Try with below example you will two digits after decimal point
Substring(whatcomeafterfirst(12.23,’.’),0,2)
output is 23
whatcomebeforefirst(12.23,’.’)
output is 12
then
concatenate both Output
Question Solved
Question
Question
Question
Question
Question
Question
Question Solved
Question Solved
Question
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.