cancel
Showing results for 
Search instead for 
Did you mean: 

Alerts not displaying in Planning Book when using Header Drill Down

Former Member
0 Kudos

I am currently using SCM 4.1 (patch 17)

I have a requirement to only create an alert when KFXYZ is greater than or equal to 10 and only when the user is at a particular aggregation level.

I have defined a status alert macro with the following structure:

  • IF

* CONDITION:

  • DET_LEVEL( 'Z_BRAND' ) = 1

  • AND

  • DET_LEVEL( 'Z_PRODUCT' ) = 1

  • AND

  • DET_LEVEL( 'Z_VENDOR' ) = 1

* Row: KFXYZ

* ROW_RICON ( 0 )

* IF

* CONDITION:

* Row: KFXYZ

* >= 10

* Update in context: Standard Status Alert

* ELSE

* Delete in context: Standard Status Alert

* ENDIF

  • ELSE

* Row: KFXYZ

* ROW_RICON ( 8 )

* ENDIF

The problem I am seeing with the above configuration is that the alert will not display in the planning book using the header to drill down to the appropriate level (i.e. the Brand-Product-Vendor level in this case) and the "Alerts for current selection" option.

The alert does, however, display using options, "Alerts for current planning book" or "Alerts for current planning version" and will display using "Alerts for current selection" if the Brand-Product-Vendor level is called out expressly in the selection. The alerts are also able to be seen appropriately in the alert monitor standalone (AMON1).

Our users have a requirement to be able to see these alerts after a drill-down; has anyone seen this behavior before? Is there something obvious I am missing?

Points to be awarded.

Sean

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sean,

I'm facing same issue. How did you solved that?

Thanks in advance