cancel
Showing results for 
Search instead for 
Did you mean: 

Error in executing collective macro

Former Member
0 Kudos

I am experiencing some problems after running a collective macro:

1. There are total 4 macros in it. The first macro checks the condition and populates a key figure as "X". If the condition is not met if populates "Y" in the key figure

2. The remaining macros run only if the condition is "X".

3. I am observing that although the condition is "Y", the next 3 macros are getting executed. The refresh from condition "X" to "Y" takes place an iteration later.

Has anybody of you observed a similar phenomenon. In a collective macro are the results saved only after all the macros are executed?.

Can we kind of just stop the process of execution if the condition in the first macro has failed?

Regards,

Kedar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I dont think this needs a collective macro. Any reason you are using the collective macro for this?

Your "If"condition will not work once your first macro is executed.

Can you put this as steps in a single macro instead and try?