Pre-Requirements knowledge: tqtag and tqoption syntax
Description: Conditional statements are used to perform different actions based on different conditions.
This tqoption may be used inside any tqtag. You can also use the if tqOption to implement client-side and server-side conditional statements at any location within an outer or inner template.
parameters:
Check - The left side of the equation
Operator - Tells the equation the action to be performed (accepted values: "=","!=".">","<",">=","<=","IN")
Against - The right side of the quation.