![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all Is it possible to pass table joins as a source table filter property in the Cube design editor? e.g., i have Table A with az_sk, az_id, az_date_found Table B with gh_az_sk, gh_id, gh_user_name In standard SQL query i need to join them using the az_sk to get the results like Select az_id, gh_user_name from A,B where az_sk = gh_az_sk Is it possible to do the same in Analysis too using the source table filter property like "A"."az_sk" = "B"."gh_az_sk" ? Thanks in advance Regards Guru |
#3
| |||
| |||
|
|
-----Original Message----- Why don't you just define a view in sql server and base your source table on that ? Mark "guru" <shyam_chatty (AT) lycos (DOT) com> wrote in message news:003a01c39586$976dd620$a101280a (AT) phx (DOT) gbl... Hi all Is it possible to pass table joins as a source table filter property in the Cube design editor? e.g., i have Table A with az_sk, az_id, az_date_found Table B with gh_az_sk, gh_id, gh_user_name In standard SQL query i need to join them using the az_sk to get the results like Select az_id, gh_user_name from A,B where az_sk = gh_az_sk Is it possible to do the same in Analysis too using the source table filter property like "A"."az_sk" = "B"."gh_az_sk" ? Thanks in advance Regards Guru . |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
-----Original Message----- guru, you might consider crreating a staging db in sqkl server. To me that seems like the "cleanest" approach anyway, since in this staging db you can also cleanup data if necessary. Given the fact that you use AS I assume that you must have SQL Server 2000 anyway, even if you did not set it up yet. Just transfer your data from Oracle into your staging database and then do whatever is necessary. HTH Lutz . |
![]() |
| Thread Tools | |
| Display Modes | |
| |