Page 1 of 1

How to Feed this Rule ??? pls help!!!

Posted: Wed Sep 20, 2017 2:57 am
by kiss351523
DEAR ALL,

Cube1:
Dim1,Dim2;

Cube2:
Dim1,Dim2,Dim3,Dim4;

Rules in Cube2: [] = N: DB('Cube1',!Dim1,!Dim2);

How to feed the above rule in Cube1 rule?

TKS 4YOUR Help!

Re: How to Feed this Rule ??? pls help!!!

Posted: Wed Sep 20, 2017 6:01 am
by Wim Gielis
Try to find a candidate for the feeder in cube2. That will probably be the best solution.
Otherwise start the feeder in cube1 and overfeed.
Or try a situation without feeding.
Or even try a solution without Skipcheck in cube2.

Re: How to Feed this Rule ??? pls help!!!

Posted: Wed Sep 20, 2017 6:03 am
by Edward Stuart
If you haven't already then check the rules guide which contains examples that match your query:

https://www.ibm.com/support/knowledgece ... -gen5.html

Re: How to Feed this Rule ??? pls help!!!

Posted: Mon Sep 25, 2017 7:40 am
by Drg
In fact, at all, the curious question is for sure everyone has their own experience in fusion from cubes of smaller dimension to larger, would it be interesting to hear from people with experience how they solve these tasks?

Ugly variant(to working this rules need use ti functions cubeprocessfeeders() ):
cube1:
[] => DB('Cube2',!Dim1,!Dim2,'sysElementForFeeders','sysElementForFeeders');
Cube2:
you get data from {'dim3':'sysElementForFeeders'},{'dim4':'sysElementForFeeders'}
[{'dim3':'sysElementForFeeders'},{'dim4':'sysElementForFeeders'}] => DB('Cube2',!Dim1,!Dim2,if(check your logic),if(check your logic) );