Hello,
I have a store procedure in MS SQL that insert rows in a table (fact table), for each row I have 3 fields where I must edit, well, I created a cube to display all information, below my cube I have a grid with this 3 fields that correspond to each row. When I navigate through the rows, my grid doesn't change its appoint. Both are connected to the same dataset. My questions are:
1) When I run the cube, does it disconnect from my dataset?
2) Is There any way to link my grid to each row changed? like:
if I go to the 3 row I want to set the grid point to the 3 row too.
Thanks