hi,
i have a requirement like i need to pull date from oracle db and display it as 'dd-mmm-yy-ddd' format.So i pulled date and day(using to_char(date,'dy')) in two separate variables from oracle and tried to concatenate in ti process .but i didnt find a function to concatenate it in the turbo integrator.IS there any function to do it?
thanks and regards,
angel
Concatenation function
-
- Site Admin
- Posts: 6667
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Re: Concatenation function
It's not a function; you use the pipe character as the concatenation operator. It's just above the [Enter] key.angel1234 wrote:hi,
i have a requirement like i need to pull date from oracle db and display it as 'dd-mmm-yy-ddd' format.So i pulled date and day(using to_char(date,'dy')) in two separate variables from oracle and tried to concatenate in ti process .but i didnt find a function to concatenate it in the turbo integrator.IS there any function to do it?
Code: Select all
s_WholeString = 'SubString1' | 'Substring2';
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.