Hi Guys,
I am building a trend report from a fact table that was newly built in SQL server 2012.
Prior to this table there was a manual process of data importing into SQL Server and then bringing into BO universe for reports.
With the new change the fact table has data from both the old and new process.
Basically the column looks like -
Defect Type 2
1 - new process
2 - new process
3 - new process
4 - new process
Missing - old process
lost - old process
Found - old process
the developer has added id's instead of the description in the new process.
When I bring this in universe I join the id's to the look up table so that I can get the description.
My question to you is regarding the data that already has description from old process - How can I bring all together in one report or if you can can suggest me a way to do this trend report.
Also, there is a cut off date when the old process has moved to new code. OR Should I bring this in 2 different tables.
Any suggestions will be really helpful.
Thanks,
Jitan