Skip to Content
0
Former Member
Apr 20, 2010 at 12:36 PM

*RunLogic and %Entity_Set%

57 Views

Dear all,

I am using BPC 7.0 MS

I have a logic in Application A which is split in 2 sections. The first section performs a *RunLogic in Application B, that sends data to Application A. Then the second section performs a *RunLogic within Application A itself.

In the logic called up by the first *RunLogic, i used a *Xdim_MemberSet entity = <All>, in the logic called up by the second *RunLogic, i used a *Xdim_MemberSet = %entity_set%. Note that the 'entity' is replaced by the relevant entity type dimensions in each application.

My data package forces the user to choose an entity, and this is supposed to be used by the %entity_set%.

All entities were selected in the logic in Application B as expected, however all entities were also selected in Application A, which is NOT expected.

Any suggestions?

Cheers