Hello All,
I created a Variable called "Action Item". It have a number of If statements as follows:
= If <Last Status> >= "523" And <Next Status> <= "525" Then "A" Else If <Last Status> >= "540" And <Next Status> <= "542" Then "B" Else If <Last Status> >= "530" And <Next Status> <= "542" "C" Else "Other"
The problem is some orders might satisfy 2 conditions (like B and C) and I need to show both. Of course the If condition satisfy only one.
Is there another way to define the variable to get the required outcome?
Thank you
I created a Variable called "Action Item". It have a number of If statements as follows:
= If <Last Status> >= "523" And <Next Status> <= "525" Then "A" Else If <Last Status> >= "540" And <Next Status> <= "542" Then "B" Else If <Last Status> >= "530" And <Next Status> <= "542" "C" Else "Other"
The problem is some orders might satisfy 2 conditions (like B and C) and I need to show both. Of course the If condition satisfy only one.
Is there another way to define the variable to get the required outcome?
Thank you