QUESTION POSED ON: 09 April 2009
I have two tables, both of which are stored in a DataStore Object (DSO). I have a key ID, called policy ID, which is present in both tables. I used an Infoset to join the DSOs from both tables, hoping that this would perform a natural inner join, thus "adding" columns from one table to the other where the policy ID matches. I then want to send this joined table to an InfoCube.
The problem is that this action gives me various error messages such as "The parameter is not used" (for the currency keys needed in my InfoCube). Am I doing this correctly, or is there a better process?
|