Hi Guys
Hi Guys
I am trying to create a subset of data in the data stage that I can then pass into the DW, for example:
I want to create a filtered range of G/L Entries for selected income accounts that I can then pass into the Sales Transaction table. What is the best approach to create this data set?
Thanks
Malcolm
Date
Votes
1 comment
-
Jet Reports Historic Posts Hi Malcolm,
Probably the easiest way to accomplish this would be to write a view. Since you'd need to have the full G/L entries available for the Finance Transactions/Finance Cube you wouldn't want to restrict that at all. Creating a custom view in the staging database and writing the SQL to create the view, then using the fields from the view in the data warehouse "Sales Transaction" table is probably the best option.
Please sign in to leave a comment.