WebUI Query Incorrect

I have a relevance statement that is returning the correct answer in Q&A using query channel, but the wrong answer in WebUI query. The following statement returns false in Q&A and True in WebUI query. The file in question does exist.

not exists file (value of variable "ProgramFiles" of environment & "\BigFix Enterprise\BES Relay\wwwrootbes\bfmirror\downloads\sha1\a0aa09924f060954345cdd253bacb36df278c98e")

I am assuming you are targeting the same system here. Can you see if you get the same response from:

value of variable “ProgramFiles” of environment

If you do, it’s probably a permissions issue.

After running the following query, the original query started working correctly. I know this doesn’t sound right but there is some inconsistency in the query in WebUI. I have opened a case.

exists relay service

Support is suspecting it is some type of caching issue. I don’t think it is a browser cache issue. In any case, this is something the system should take care of.