Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Conver number to Text [PBCS]

AL.Feb 14 2019 — edited Feb 14 2019

Hi Experts,

I'm trying to convert a number to a text using a business rule.

The number is stored in a member with data type as follows:

pastedImage_0.png

And the destination text member is defined as data type "text".

I've been using the following function:

"TextMember"=@CalcMgrDoubleToString("NumbMember");

But I'm receiving the following error when I validate the business rule:

pastedImage_1.png

What am I doing wrong?

Many Thanks in advance and Best Regards,

Comments