Can I have the following?
I want to embed the count of the number of base alarms in the correlated alarm. See below rule details where I have added the placeholder [count(*)] within the message of the value field so, in theory, the value field in the correlated alarm shows the count of the base alarms. Is this the correct format for this?? If not, what is advised ? I have selected the 'Evaluate value' option as per the documentation.
Thanks
Hi Ken,
I made a small test and it seems to work.
Can you double check that the option 'Evaluate value' is selected?
Hope it helps.
If "Evaluate value" is enabled, placeholders get expanded in the alarm value of the generated alarm as well as the table index (when selecting a table cell parameter to generate the correlated alarm on).
Documentation on available placeholders is here: Script condition functions | DataMiner Docs
Wrapping these expressions between square brackets is the way to go indeed.
Just one more question.
I take it I can embed the placeholder [count(*)] within the value message? So the 'New alarm' option is selected and the 'with alarm value' is:-
There are [count(*)] 33080 ULPC PA Gain alarms for this element at this GN
Well thats good news that it works.. Thanks for confirming.. Yes the 'Evaluate value' is selected. I will look at our correlation engine behaviour as I think its based upon that.. But thanks very much for confirming.