Enforce visibility logic stages

Hi all,

In a tracker program, we have three program stages: Stage 1, stage 2 and stage 3.

You want:

Stage 2 to be hidden until Stage 1 has been completed.

Stage 3 to be hidden until Stage 2 has been completed.

How can we implement stage sequencing? We would welcome a step-by-step explanation

Thanks

Hi @dmbantu

As you have used the exact word as the documentation, I understand that you have gone through this resource: Sequencing: Stage Workflow and Scheduling Events

Unfortunately there isn’t a “hide” option for an entire program stage; however, there are a number of other options:

  1. Prevent adding new events to stage: previously this was called ‘hide program stage’; however, the functionality is the same, the user can not add events to the stage as long as the program rule expression validates to true.
  2. hide section: Although you can’t ‘hide’ the entire stage, you could hide the sections in the stage.