$('a[name]').remove(); $('#ic-homepage__footer').before('
'); $("#tabs").tabs({ selected: 1 }); $("#ic-homepage__ic-tips").append( quickTipHTML() ); unhideOneProductTip(); $("#ic-homepage__product-tips").wrapInner('
'); $("#ic-homepage__feed-tips").wrapInner('
'); });
IBM Tivoli Monitoring > Version 6.3 > User's Guides > Agent Builder User's Guide > Edit data source and attribute properties > Formula Editor > Component types IBM Tivoli Monitoring, Version 6.3
Formula Editor Operator component
Use the operator component in the Formula Editor manipulate operators in formulae.
For details about the Formula Editor and its component view, see (Formula Editor).
An operator component shows an operator and its operands.
Figure 1. Edit the Selected Operator page
Procedure
- In the Formula Editor component view select the operator from the Operator list, between the two operands. The (%) operator multiplies the first operand by 100, and then divides by the second operand.
- Select the operator (+ - * / or %).
- The Left operand section of the page is before the operator.
- The Right operand section is after the operator.
- Simple operands (attributes and literals) can be edited without having to change the selected component to the operand as described in (Formula Editor Attribute component), and (Formula Editor Literal components).
- Complex operands, which consist of other operators or functions, can be edited by clicking Edit. This action highlights the operand component instead of the entire operator.
What to do next
See Formula Editor common options for information about using the following options: Insert, Remove, Up one Level, and Edit.
Parent topic:
Component types