How to see the actual data in a write enabled cube

Unanswered How to see the actual data in a write enabled cube

  • Thursday, March 30, 2006 8:47 AM
     
     

    I have a write enabled cube

    I have modified a cell value from 50 to 100

    When i am browsing the cube i am seeing 100.Thats fine

    I came to know that writing back will not touch the cube at all.

    Then i like to see the actual data ie 50 from the cube. what shall i do for this

    Kindly advise

All Replies

  • Friday, March 31, 2006 5:39 AM
     
     

    Hi Arobind,

    If you have not commited your changes in the session, you should be able to see the old values from another session.

    Yan Li

  • Tuesday, April 04, 2006 9:38 AM
     
     

    Li,

    I am changing the value of a measure.

    I want to see the original value and changed value simultaneously

    Please suggest

     

  • Tuesday, April 04, 2006 9:47 PM
     
     

    Arobind,

    You can only see both values at the same time before you commit it. You have to have two sessions, one in which you do the update without commit, the other you use to query the original value.

    Yan