Multiple choice technology

What is the symbol used for 'NOt equal to' in WEBI reports ?

  1. !=

  2. <>

  3. <>=

  4. ||

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Web Intelligence, the 'not equal to' operator is represented as '<>' (option B). This is the standard SQL-style inequality operator used in WEBI formula syntax. The '!=' operator (A) is used in some programming languages but not in WEBI, and the other options (C, D) are not valid comparison operators.