I am trying to model a schema that will fit to the business requirements.
In our database (sql server 2000), there is one table (ex: Products)
& in this table there are 6 columns, say prod_category1 to prod_category6. All these columns contain different product categories (Finshed, Semi-FInished etc.).
But in the universe, I want to model this as single coulmn.
Can anyone please tell me how to do this.
a) First thing, That should be done on ETL side… you have to have a column populated with all of the categories you are asking for… in one your tables…!!
or
b) you can create a derived table using UNION clause…to get all the values for category columns into one derived table column … but performance will degrade…
Thank you and I have one more question.
We have 5 tables (ex:- Products, Location, Purchase, Inventory & Sales)database is sql server 2000 and I need to design the new universe.
I also need to bring Customer and forecast tables which are in the existing universe by linking the new universe to it.
Instead of linking the new universe to existing universe for getting the customer and forecast information, I would like to have Derived tables for customer & forecast.
Can anyone please let me know is it feasible to do in this way…
Why do you want to create another universe for those 5 tables, instead try to include them in existing universe having customer and forecast tables and make joins if possible.
Thank you and those 2 tables customer & forecast are in different universe & database, it tells about forecast.
In the new universe, its on different database. client wants it to be separately as it tells about purchasing.
Can you please let me know instead of linking the new universe to the existing one is it advisible to have derived tables. And what are the advantages and disadvantages of having derived tables.
Since they are pointing to 2 different databases, then keep both universes separate.
While designing reports in DeskI you can create multiple dataproviders on these 2 universes and link them using common dimensions.
Thank you and for designing reports we are using Webi. Could you please let me know is it possible to create reports from multiple data providers in webi 6.1.