I have five sources oracle, access and three excel files , All I need to create a universe to bring all the sources in one common place to create reports in webi and deski. my questions are…
Is it possiable to create a universe by combining all the five sources.
if yes then how, can i get the steps please.
the third source excel does not have any common object is it possible to join the table with other table from another source forcefully if yes how can i do it.
Can we make the excel as dynamic instead of static?
I have a thought that can we create a script in sql to create a temp table to update dynamically from excel sheet from time to time and use that table in universe is that possible.
No. A universe can point to a single connection and not to several connections. You can create multiple universes and create multiple data providers at the report level and link/merge them using common dimensions.
You should definitely have a common object for linking.
3 and 4. You can include Excel as personal data provider or create an Excel based universe and use it in the report. Search BOB for more details about it. It has been discussed many times. One such is this.
I’m sorry. Are you trying using a personal data provider? In that case, you can select only one worksheet from a workbook.
Or are you speaking about building a universe from Excel? If yes, then please go through this. MichaelWelter speaks about it. I’ve never created a universe out of Excel.
Ya I have read that part , but in my case we get the excel extracts since as excel had data storage limitations we get data in multiple worksheets in excel file and I need to create a universe and make it a single table of it so that I can fetch all the data from all the tabs/worksheets.
A universe is no ETL tool. Use the right tool for the job.
Load the MS Excel sheets into a database using an ETL tool or a load script (in Oracle for example). Then create your universe based on this database.