Can anyone tell me how to pass a varible value into a parameter so that i can insert that parameter into a column in Sql table
Issue:
Taking a Cube View as Source and it is having varibles V1,V2,V3,V4,V5 DEFINED and now i have Col1,Col2,Col3,Col4,Col5,Col6 in Target Table
I need to pass V3 | V4 |V5 |'Rate' (Concatinated) into Col 6
In Prolog i used
scol6input = V3|V4|V5|-|'Rate' ;
In Data Tab:
In Sql Statement :
I used scol6input Then its not trowing any error but the Col6 in Target table is having just "- Rate"
My 3 variables are not showing in the target????
How do i get it
Thanks for your time
How to Concatinate the Variables ??
- vinnusea
- Posts: 116
- Joined: Thu Sep 23, 2010 6:12 pm
- OLAP Product: TM1
- Version: 10.2
- Excel Version: 2010
- Location: San Diego ,CA
How to Concatinate the Variables ??
Thanks
Vinnusea
Vinnusea
-
- Community Contributor
- Posts: 132
- Joined: Thu Oct 15, 2009 7:45 pm
- OLAP Product: TM1
- Version: 9.4.1 9.5 9.5.1
- Excel Version: 2003 2007
Re: How to Concatinate the Variables ??
the prolog tab does not read in the datasource.
move this statement to the data tab:
scol6input = V3|V4|V5|-|'Rate' ;
move this statement to the data tab:
scol6input = V3|V4|V5|-|'Rate' ;
Ankur Jain
- vinnusea
- Posts: 116
- Joined: Thu Sep 23, 2010 6:12 pm
- OLAP Product: TM1
- Version: 10.2
- Excel Version: 2010
- Location: San Diego ,CA
Re: How to Concatinate the Variables ??
Yes
Now Its Working good after moving to Data tab..
Thank you soo much
Now Its Working good after moving to Data tab..
Thank you soo much
Thanks
Vinnusea
Vinnusea