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!

Concatenate in Business rule

995806Aug 5 2013 — edited Nov 8 2013

Dear All,

I have requirement to concatenate a variable with a member. I have various routes in the outline like route1 , route2 etc., I have a business rule with RTP to capture the number like 1,2,3 etc.,

based on the number entereed in the RTP ,  I need to append the number with the string "Route"  to make the membername (Route1, route2 etc.,). I tried with the @concatenate function but it doesnt work.

it is  not accepting the RTP as a parameter. @Concatenate("Route" , {routenumber})  will not work.

Can you please suggest ...

Regards.

This post has been answered by Anthony Dodds on Aug 5 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 6 2013
Added on Aug 5 2013
11 comments
1,406 views