Is it possible to use databse table data for dimension creation or loading in TM1 TI when each table comes from 2 different databases but resides on 1 actual Database hardware. For example if I'm using MS SQL 2005 AdventureWorks & AdventureWorkDW sample database? If not...how do you accomodate such instances?
You should be able to, but you might consider making a view and using ODBC to query the view. ODBC is a little bit flaky, so best to uncomplicate the query from TM1 to SQL Server.
You can even query databases from separate servers.
I agree, I'm not sure how TM1 would a where statement when using 2 different databases.
Struggling through the quagmire of life to reach the other side of who knows where. Go Build a PC Jimbo PC Builds on YouTube OS: Mac OS 11 PA Version: 2.0.7
But for ODBC you need to create a ODBC Driver for each data source. So what's the best approach when you need to combine 2 data sources either for creating hierarchy dimension or cube loading.