Formatter expression issue

Wappler 3.3.1
Windows 10

When I create a search expression via UI, there is an incorrect expression as below.
(Server Connect )
Wrong

{{queryToplamHat.where(queryToplamHat.ABONE_DESEN_HAT_DURUM0, '!=', A).count()}}

Correct (When I write manually, it works fine.)

{{(queryToplamHat.where(‘ABONE_DESEN_HAT_DURUM’, ‘==’, ‘A’)).count()}}

this was solved some time ago.

This topic was automatically closed after 8 hours. New replies are no longer allowed.