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.