Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:3000_rule_language:0700_rule_language [2022/09/13 18:15] – external edit 127.0.0.1docs:3000_rule_language:0700_rule_language [2025/06/12 02:35] (current) – Rename to AwareIM aware_support3
Line 5: Line 5:
 ===== Type conversions ===== ===== Type conversions =====
  
-When performing arithmetic calculations with attribute values and numeric constants //**Aware IM**// automatically performs the necessary type conversions if arguments are of different types. The following conversion rules apply:+When performing arithmetic calculations with attribute values and numeric constants //**AwareIM**// automatically performs the necessary type conversions if arguments are of different types. The following conversion rules apply:
  
   * Addition of two strings causes the strings to be concatenated, for example '''John' + ' ' + 'Smith//'//'' produces 'John Smith'   * Addition of two strings causes the strings to be concatenated, for example '''John' + ' ' + 'Smith//'//'' produces 'John Smith'
Line 31: Line 31:
   * If a value of an attribute is ''UNDEFINED'' it is considered to be 0 for comparison purposes.   * If a value of an attribute is ''UNDEFINED'' it is considered to be 0 for comparison purposes.
  
-Only numbers, dates and durations can be compared using other operators (''<'', ''>'', ''<='', ''>='').+Only numbers, dates and durations can be compared using other operators (''<'', ''>'', ''%%<=%%'', ''>='').
  
  
  • Last modified: 2022/09/13 18:15