Anyone have experience with IEssOpMdxQuery.setDataless() in the JAPI? It appears to not be as dataless as I would expect. Specifically in the case of an ASO cube.
Scoring disabled. You must be logged in to score posts.
What I'm seeing is that at a customer site, with an ASO Cube, the script
SELECT { Descendants( [Year] ) } ON COLUMNS FROM ASOCube.ASOCube
Essbase throws an error for MAXFORMULACACHESIZE which is presumably legitimate but seems to imply Essbase is going to attempt to calculate something even if Essbase isn't going to stream back the results. Specifying an empty row set (e.g. { } on rows) or a calculated value (e.g. WITH MEMBER) seems to bypass the error.
It seems like Dataless(true) isn't returning data, which is nice for network transmission times, but I'd think it would suppress calculating it as well (like a Navigate w/o Data operation).
Scoring disabled. You must be logged in to score posts.