0
Reply

Making the pivot table control cells editable

arobind

arobind

Mar 29 2006 9:38 AM
2.4k

I am populating a pivot table component in a C# windows application with SSAS cube data.
I have already made the SSAS cube write enabled.
I want to edit the cells of pivot table component so as to modify the data in it.
This changed data i want to update into the cube using update query.
Can someone suggest on how to do this??