https://issues.apache.org/bugzilla/show_bug.cgi?id=54362
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] | |om Resolution|--- |INVALID --- Comment #3 from Philippe Mouawad <[email protected]> --- Hello, I don't understand , your JMX attached file works fine for me. But the expressions you show in comments are wrong: ${_javaScript("${DONE}" ! = "Resolved and Downloaded";)} => there is a space character between ! and = , and _javaScript should be __javaScript Same for: ${_javaScript('${DONE}' ! = 'Resolved and Downloaded')} and ${_javaScript("${DONE}" ! = "ResolvedandDownloaded")} Just put this: ${__javaScript("${DONE}"!="Resolved and Risk Data Downloaded")} and it works OK -- You are receiving this mail because: You are the assignee for the bug.
