Skip to Content
1
Former Member
Jul 23, 2007 at 03:19 PM

Running Planning Sequence in BI Analyser

19 Views

Hi,

I have made a planning application in BI Analyser using an input query where I want to implement one save button where I want to run a planning sequence if the button is pressed and if the sequence throws an error, I want that the data should not get saved. This is where I am having problems because even though error messages come as I want, the data still gets saved. I tried this in BI WAD, and I did not have any problems.

The command sequence I have used for this button is:

Name Index Value

CMD 1 SAVE_AREA

PLANNING_SEQUENCE_NAME 1 PS001

CMD 1 EXECUTE_PLANNING_SEQUENCE

It worked temporarily when I swapped the commands for executing planning sequence and SAVE_AREA (so that SAVE_AREA showed last). But again when I save the workbook and open it again, SAVE_AREA is the first command in the button.

Can somebody suggest how to solve this problem?