Schedule Expression syntax error
Hi,
I am trying to generate report with some condition in CHMI 6, however I am using the complete tag from BDM and also gone through with supporting helps of the forum, and tag manipulation with permutations. Still getting a syntax error.
Please see the attached pictures to understand it in better way.
Thanks in advance.


I am trying to generate report with some condition in CHMI 6, however I am using the complete tag from BDM and also gone through with supporting helps of the forum, and tag manipulation with permutations. Still getting a syntax error.
Please see the attached pictures to understand it in better way.
Thanks in advance.


Voted best answer
Search Expression Syntax for Alarms and Events as this will be similar.....
- use the "/" character to separate objects in a path
- Use the "\" character to escape dots in object names
- You cannot use objects in the Object Type Structure because these will never evaluate to a "True" or "False" state - ie, they are types, not instances of executable code or expressions
- The Expression has to evaluate to a property, not an object. use the ":" character to separate Object:Aspect:Property
$'[Structure]Root/Parent/Child:Aspect:Property'
The object path only has to be long enough to be unique, so often $'Object:Aspect:Property' is sufficient.
- use the "/" character to separate objects in a path
- Use the "\" character to escape dots in object names
- You cannot use objects in the Object Type Structure because these will never evaluate to a "True" or "False" state - ie, they are types, not instances of executable code or expressions
- The Expression has to evaluate to a property, not an object. use the ":" character to separate Object:Aspect:Property
$'[Structure]Root/Parent/Child:Aspect:Property'
The object path only has to be long enough to be unique, so often $'Object:Aspect:Property' is sufficient.
Add new comment