Has anyone had experience with DD and extensions?
I have an extension which uses a dimension which is an in-memory dimension as well as a DD dimension.
When I run the app in the client (web view) and I select a single value for my chosen dimension, the extension is passed a single data row containing the value of the dimension and measure chosen.
If I run the same source on the server, instead of passing this single row to the extension, the first forty rows from the DD data are passed. Always.
I'll be glad to share source and extension if that would be helpful.