Skip to Content
0
Former Member
May 26, 2008 at 01:43 PM

NEWID does not work as expected for comment data

39 Views

I changed the member IDs using NEWID column. After that, I tried to get the comment data using new member ID via EvCOM(), but I could not get comment data which I had sent using old member ID.

Example

1) Send comment data into the following data region using EvCOM().

"FINANCE","Cash","ACTUAL","INPUT","SalesJapan","Non_InterCo","LC","2007.JAN","YTD"

2) Change member ID "Cash" to "NewCash" using NEWID column and process the dimension.

3) Try to get comment data from the following data region using EvCOM().

I expected that I could get the data which I had sent in the step 1, but I got blank data.

"FINANCE","NewCash","ACTUAL","INPUT","SalesJapan","Non_InterCo","LC","2007.JAN","YTD"

Any help would be appreciated.

Thanks,

Hiroshi Yaji