| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 | | Quintiq file version 2.0 |  | #parent: #root |  | KPI NumberOfHiddenSanityCheckMessage |  | { |  |   #keys: '2[110880.7.1648109836][110880.7.1648109842]' |  |   Body: |  |   [* |  |     // Violate the Modeling style because we need to be multi user proof. |  |     // Using standard attribute will break the undo stack in multi user scenari |  |     // Static Remote are not able to bind on button. |  |     hidden := this.SanityCheckViolation()  - counter( this, SanityCheckGroup.SanityCheckMessage, msg, true, msg.IsShown()  and msg.SanityCheckGroup().IsShown() ); |  |     value := ifexpr( hidden <= 0, '', Translations::MP_MacroPlan_CalcNumberOfHiddenSanityCheckMessage( hidden ) ); |  |      |  |     return value; |  |   *] |  |   Description: 'Number of hidden message in sanity check' |  |   ValueType: String |  | } | 
 |