Question
Maantic Inc
Maantic Inc
US
Maantic Inc
Posted: Dec 27, 2020
Last activity: Dec 31, 2020
Last activity: 31 Dec 2020 10:32 EST
Closed
Function fails to execute - PegaEL-InvalidExpression No candidates found [possible function name, ruleset/version
Hi, created new function with below code, when I execute from function alias fails with error PegaEL-InvalidExpression No candidates found [possible function name, ruleset/version or number of parameter problem] @(FTP:String).DecimalFormat(123456.789)
return new DecimalFormat(pattern).format(input);