Article - CS330402
Some Expressions defined in ThingWorx mashups return unexpected results in Chrome
Modified: 10-Sep-2020
Applies To
- ThingWorx Platform 8.5 to 9.0
- Chrome
Description
- Some mashup Expressions return unexpected results in Chrome
- Expression functions return different results in different browser
- Example :
- In Chrome below expression still returns True after InputString changes from "test" to any other value
Output = false;
if (InputString == "test")
{ Output = true;
}
if (InputString == "test")
{ Output = true;
}
- In Firefox and Internet Explorer the same use case returns False
This is a printer-friendly version of Article 330402 and may be out of date. For the latest version click CS330402