0
Answer

Making the pivot table control cells editable

Photo of arobind

arobind

19y
2.7k
1

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??