Forum Discussion

austris's avatar
austris
Regular Visitor
1 year ago
Solved

Unexplainable behaviour between Desktop and Service - values change

Hi all, Any idea what might cause the same measure to have a different value when viewed in Desktop vs in Service? This is what happens - I build my report in desktop, refresh it (import) and publi...
  • austris's avatar
    austris
    1 year ago

    Idrissshatila it's possible that I found it... It seems that Desktop and Service treats blank differently, e.g.,

    in Dekstop:

    (blank()<>"xyz")=false

    but in Service

    (blank()<>"xyz")=true

     

    I had a measure that relied on that implicit ((blank()<>"xyz")=false) behaviour and it seems that it was the one that was messing things up.