Skip to content

How to compare Numbers

gcvfi edited this page Dec 28, 2019 · 3 revisions

Back to Excel functions | AIQ Commands | Home


Note: Draft content, work in progress, not yet reviewed or verified.


Test Steps Test Data
open website https://www.google.com/search?q=usa+time
_xl{ "9" } as var_1
_xl{ "10" } as var_2
_xl{ T( ${var_1} ) > T( ${var_2} ) } as var_3 ## This do TEXT comparison
_xl{ 1 * T( ${var_1} ) > 1 * T( ${var_2} ) } as var_4 ## This do NUMERIC comparison
Enter text ${var_1}
Wait 1 secs
Enter text ${var_2}
Wait 1 secs
Enter text ${var_3}
Wait 1 secs
Enter text ${var_4}
Wait 1 secs
... ...

Examples

See also

Clone this wiki locally