J
Jesse Vaught
Jarek's post and David's response on 9/5 got me started, but I need some
help adding a dimension to the OLAP cube.
The analyzer view I want would have Actual Work shown on a timescale by
project then by task. I can get all of this except the by-task info. So, I
think I need to add the TASK_NAME field from MSP_WEB_ASSIGNMENTS table to
the pivot table list.
I've been able to add the dimension in SQL directly so that it shows up in
the list and I can drag it into my pivot table, but I've not been able to
figure out how to link it correctly so the data is there (all actual work
shows zero, but if I remove the dimension, actual work shows up).
I think where I've gone wrong is that I used the MSP_WEB_ASSIGNMENTS table
directly instead of getting the field into an MSP_CUBE table.
This is where the article on extending the cube
http://www.msdn.microsoft.com/library/default.asp?url=/library/en-us/pdr/PDR_Overview_3338.asp
should help me, but I cannot figure out what I need to do.
The article talks about adding brand new fields, but does anyone know how to
adapt these instructions for adding an existing field?
I also looked at the code for MSOLAPBREAKOUT but it seems to be written
specifically for the example in the article and I do not know what needs to
be edited for my needs.
Please help!
Jesse
If what I am asking requires a complex answer, please refer me to the right
consultation service.
help adding a dimension to the OLAP cube.
The analyzer view I want would have Actual Work shown on a timescale by
project then by task. I can get all of this except the by-task info. So, I
think I need to add the TASK_NAME field from MSP_WEB_ASSIGNMENTS table to
the pivot table list.
I've been able to add the dimension in SQL directly so that it shows up in
the list and I can drag it into my pivot table, but I've not been able to
figure out how to link it correctly so the data is there (all actual work
shows zero, but if I remove the dimension, actual work shows up).
I think where I've gone wrong is that I used the MSP_WEB_ASSIGNMENTS table
directly instead of getting the field into an MSP_CUBE table.
This is where the article on extending the cube
http://www.msdn.microsoft.com/library/default.asp?url=/library/en-us/pdr/PDR_Overview_3338.asp
should help me, but I cannot figure out what I need to do.
The article talks about adding brand new fields, but does anyone know how to
adapt these instructions for adding an existing field?
I also looked at the code for MSOLAPBREAKOUT but it seems to be written
specifically for the example in the article and I do not know what needs to
be edited for my needs.
Please help!
Jesse
If what I am asking requires a complex answer, please refer me to the right
consultation service.