Starting from ActivePivot Sandbox 4.3.2 I changed my object feeding into the cube and redefined the fields, dimensions and measures of the cube. When I start the cube I see no error message in the logs.
However when I connect to the cube using ActivePivot Live 2.6.2 or Excel 2010 and run the following MDX query:
SELECT FROM [cubeName] WHERE ([Measures].[contributors.COUNT])
I see an empty pivot table, what can be the cause? How can it be diagnosed?