Hi!
Thanks for that!
You see, the project is for membership management- so I have, let us say, two tables- Leads who are to made into members and consultants who do this job. Now the leads may change their contact numbers,the consultants who track the leads may change their wage rates and the leads may be assigned to a different consultant if the consultant leaves his job.
So I'll append the refreshed data into the warehouse table with a timestamp.
The report I might generate would be to know how many leads are assigned to a particular consultant. I don't know how to add a time dimension to the cube so that the calculations are done as per the current most data only and the information cannot be misinterpreted in any way? How should I create the keys for such tables that include the time column(the field should be the insert date/ update date etc) ?
Please help!!!!