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!

Enter a text value in run time prompt in Planning

3588477Apr 19 2018 — edited Jan 8 2019

Hi Planning Experts,

I am on version 11.1.2.4.0.79 version of Hyperion Planning. I am trying to create a business rule to enter a text value in a run time prompt. The run time variable is of string data type as shown below:

pastedImage_0.png

and the account i am trying to input is of text data type.

pastedImage_1.png

Following is the Business Rule

"Project Template Name"(

                            IF ( validProj == 1 )

                                "Project Template Name" = {rtpProjectTempName};

                          ENDIF

                           )

However, I am getting following error:

pastedImage_3.png

Any idea, how can i enter a text value into a text data type account in run time prompt business rule? Any help would be very much appreciated!

Thanks,

Pete`

This post has been answered by 3588477 on Apr 19 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 17 2018
Added on Apr 19 2018
8 comments
846 views