Need to 'customize' my link between two source tables Table A and Table B
Situation:
Table A has column X, column X has values such as 200609 (representing 2006 September)
Table B has column Y, column Y has values in the form 2006 - Period 09
So I want to take the '2006' part and '09' part out of column Y, and then take that to join it with column X.
In Oracle, I can easily use the SUBSTR command and append feature to do this.
But how do I do it in BO CR. When I go to the Database Expert window, I dont find any place where I can customize the joining query.
HELP please !!!
Thanks,
Mirogak
Situation:
Table A has column X, column X has values such as 200609 (representing 2006 September)
Table B has column Y, column Y has values in the form 2006 - Period 09
So I want to take the '2006' part and '09' part out of column Y, and then take that to join it with column X.
In Oracle, I can easily use the SUBSTR command and append feature to do this.
But how do I do it in BO CR. When I go to the Database Expert window, I dont find any place where I can customize the joining query.
HELP please !!!
Thanks,
Mirogak