Hi, I would like to get a report like this
Item Cost
AAA 10
BBB 25
CCC 100
which displays only the latest cost information for an item.
The fact table has following values
Item Date Cost
AAA 08/02/05 20
AAA 08/04/05 10
BBB 08/01/05 50
BBB 08/02/05 25
CCC 08/06/05 100
There are lookup tables for item and date.
Any ideas on achieving this using MSTR.
Thanks
Item Cost
AAA 10
BBB 25
CCC 100
which displays only the latest cost information for an item.
The fact table has following values
Item Date Cost
AAA 08/02/05 20
AAA 08/04/05 10
BBB 08/01/05 50
BBB 08/02/05 25
CCC 08/06/05 100
There are lookup tables for item and date.
Any ideas on achieving this using MSTR.
Thanks