cancel
Showing results for 
Search instead for 
Did you mean: 

Threshold value violation for phases

Former Member
0 Kudos

Hi,

      We would like to check if a particular phase has not been approved before a certain date and assign a severity for it automatically. We would like to know the status to be entered for "SYSTEM-STATUS"  in the formula for threshold as the status of the phase would be "For Approval - Released".

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Released = I1701

For approval = I1706

Depending on your business scenario, it would probably suffice to check for I1706 only.

Former Member
0 Kudos

Hi,

      Thanks for your reply. But unfortunately if you enter I1706 alone for the "SYSTEM-STATUS', it does not return the results even if there are phases that are ready for approval.

former_member201206
Active Contributor
0 Kudos

Hi Anantharam,

I suppose, why it does not work. The program is not 'clever' enough to interpret the condition. If the condtion is :

System Status for an Object as a String = 'I1706'

It results 'false' if the system_status Is 'I1701;I1706' (you may find it in the table dpr_dashobard  with the corresponding phase guid.

Therefore you need hardly maintain the condition

System Status for an Object as a String = 'I1701;I1706' .

If there is other combination possible, you have to use the 'OR' condition to combinate all the possible

situations.

Let me known, if it still not work.

Kind regards,

Zhenbo

Former Member
0 Kudos

Thanks much Zhenbo. The issue has been resolved. Much appreciated!

Regards,

Ananth

Answers (0)