Hi Alex, I'm writing some code to extract the grid values from the cube for export to XML. If I read one of your previous posts correctly, the XML export function doesn't take the current slice into account, which is what I need to do.
I've extracted the current column and row dimensions fine, as well as the visible measures.
What I'm having trouble with are the actual grid values. If I iterate through the rows and columns (and then the measures) I get a lot of repeated column values, and the first row get repeated several times after the last row.
Is there any clean way of doing this?
Cheers,
Matt.