Code: Select all
Ref = 'V1' ;
Customer = EXPAND( '%' | Ref | '%' );
Code: Select all
Ref = 'Trim(V1)' ;
Customer = EXPAND( '%' | Ref | '%' );
So what I'd like to know is if there is a way/syntax to leverage the EXPAND function to pass more complex code for variables in a TI process?
Note: this is in the context where you may have different file layouts, and different treatment for each field e.g. you may want to Trim Field1, take the 1st 3 characters of Field2, do an IF function on Field3 etc etc - so wanted to see if there is a way this could be parameterized via lookup cube containing the code strings
Thanks!
Matt