Can I feed a subset of a dimension?
Posted: Thu May 12, 2011 10:25 am
Hi,
I'm wondering whether it's possible to feed a subset of a dimension. That is, something like this:
[ 'No Account', 'Quantity' ] =>
DB( 'This cube name', !el1, !el2, !el3 ..., '{800001, 800006}', '{Amount, Average Sales Price}' );
I've tried something like this and it doesn't seem to work. I could create a consolidation and feed that but not sure I want to do that for all cases in which this would be useful. Is there a way of doing this or another approach to consider?
Cheers,
Alex
I'm wondering whether it's possible to feed a subset of a dimension. That is, something like this:
[ 'No Account', 'Quantity' ] =>
DB( 'This cube name', !el1, !el2, !el3 ..., '{800001, 800006}', '{Amount, Average Sales Price}' );
I've tried something like this and it doesn't seem to work. I could create a consolidation and feed that but not sure I want to do that for all cases in which this would be useful. Is there a way of doing this or another approach to consider?
Cheers,
Alex